优化费用共享修改

This commit is contained in:
java110 2021-06-16 00:31:02 +08:00
parent fe02056d9e
commit c398d0007a

View File

@ -236,7 +236,7 @@
}
//自定义费用
if (vc.component.editFeeConfigInfo.computingFormula == '7007'
||vc.component.editFeeConfigInfo.computingFormula != '4004') {
|| vc.component.editFeeConfigInfo.computingFormula == '4004') {
vc.component.editFeeConfigInfo.squarePrice = "0.00";
vc.component.editFeeConfigInfo.additionalAmount = "0.00";
}