mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
23a487a9b1
commit
e57ee10feb
@ -331,8 +331,9 @@
|
|||||||
},
|
},
|
||||||
// (单价×面积+附加费) × 周期
|
// (单价×面积+附加费) × 周期
|
||||||
getReceivableAmount: function() {
|
getReceivableAmount: function() {
|
||||||
return ((this.builtUpArea * this.squarePrice + parseFloat(this.additionalAmount)) * this.feeMonth)
|
// return ((this.builtUpArea * this.squarePrice + parseFloat(this.additionalAmount)) * this.feeMonth)
|
||||||
.toFixed(2);
|
// .toFixed(2);
|
||||||
|
return (this.amount * this.feeMonth).toFixed(2);
|
||||||
},
|
},
|
||||||
|
|
||||||
// 折扣金额
|
// 折扣金额
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user