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