修复租金没法创建的问题

This commit is contained in:
java110 2021-09-03 13:45:43 +08:00
parent 2840f3b07b
commit 0a9f6ed45c
2 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,7 @@
//自定义费用
if (vc.component.addFeeConfigInfo.computingFormula == '7007' ||
vc.component.addFeeConfigInfo.computingFormula == '4004'||
vc.component.addFeeConfigInfo.computingFormula == '1101'||
vc.component.addFeeConfigInfo.computingFormula == '9009') {
vc.component.addFeeConfigInfo.squarePrice = "0.00";
vc.component.addFeeConfigInfo.additionalAmount = "0.00";

View File

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