mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
修复租金没法创建的问题
This commit is contained in:
parent
2840f3b07b
commit
0a9f6ed45c
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user