|
|
|
|
@ -2494,9 +2494,9 @@ export default {
|
|
|
|
|
).toFixed(2) * 1;
|
|
|
|
|
money += debtMoney;
|
|
|
|
|
}
|
|
|
|
|
collectionRechargeAmountg =
|
|
|
|
|
collectionRechargeAmountg +
|
|
|
|
|
item.collectionRechargeAmount.toFixed(2) * 1;
|
|
|
|
|
collectionRechargeAmountg =collectionRechargeAmountg+
|
|
|
|
|
(item.collectionRechargeAmount.toFixed(2) * 1);
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// 总付金额计算
|
|
|
|
|
|