CSR-1981 show mobile fee free alert if it is 0
CSR-1981 show mobile fee free alert if it is 0
This commit is contained in:
parent
7fee462163
commit
907ed95d96
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ export default {
|
||||||
if (
|
if (
|
||||||
this.mobileFeePart?.laborAmount == 0 &&
|
this.mobileFeePart?.laborAmount == 0 &&
|
||||||
this.mobileFeePart?.sellingPrice == 0 &&
|
this.mobileFeePart?.sellingPrice == 0 &&
|
||||||
this.mobileFeePart.kitPrice == 0
|
this.mobileFeePart?.kitPrice == 0
|
||||||
) {
|
) {
|
||||||
hasMobileFee = false;
|
hasMobileFee = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue