mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
a0b1c8fc0e
commit
b68435dcf0
@ -177,7 +177,7 @@
|
||||
.then(function(_fees) {
|
||||
_that.receivableAmount = 0.0;
|
||||
_fees.forEach(function(_item) {
|
||||
_that.receivableAmount += _item.feePrice;
|
||||
_that.receivableAmount += _item.feeTotalPrice;
|
||||
|
||||
})
|
||||
_that.receivableAmount = _that.receivableAmount.toFixed(2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user