|
@@ -695,9 +695,9 @@ export default {
|
|
list.forEach(item => {
|
|
list.forEach(item => {
|
|
const { numTotal, accountsTotal, netAccounts } = this.bottomInfoCalc
|
|
const { numTotal, accountsTotal, netAccounts } = this.bottomInfoCalc
|
|
this.bottomInfoCalc = {
|
|
this.bottomInfoCalc = {
|
|
- numTotal: (Number(numTotal) + Number(item.goodsQuantity)).toFixed(4),
|
|
|
|
- accountsTotal: (Number(accountsTotal) + Number(item.accountsReceivableAmount)).toFixed(4),
|
|
|
|
- netAccounts: (Number(netAccounts) + Number(item.netAccountsReceivableAmount)).toFixed(4)
|
|
|
|
|
|
+ numTotal: (Number(numTotal) + Number(item.goodsQuantity)).toFixed(2),
|
|
|
|
+ accountsTotal: (Number(accountsTotal) + Number(item.accountsReceivableAmount)).toFixed(2),
|
|
|
|
+ netAccounts: (Number(netAccounts) + Number(item.netAccountsReceivableAmount)).toFixed(2)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|