master
Wangxubin 3 years ago
parent a730ba039b
commit 9a8e7fb921

@ -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);
});
//

Loading…
Cancel
Save