From 23e4c4d8821aa77e650b20b5309eedf469999e99 Mon Sep 17 00:00:00 2001 From: "271556543@qq.com" <271556543@qq.com> Date: Tue, 6 Sep 2022 14:32:47 +0800 Subject: [PATCH] 2022.9.6 --- src/views/finance/components/examineRegistration.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/finance/components/examineRegistration.vue b/src/views/finance/components/examineRegistration.vue index 4e9548d..25fa3c0 100644 --- a/src/views/finance/components/examineRegistration.vue +++ b/src/views/finance/components/examineRegistration.vue @@ -339,7 +339,7 @@ export default { this.paymentRegistrationForm.applyMoney = res.apply_money this.paymentRegistrationForm.plan = res.plan_link this.paymentRegistrationForm.discountMoney = res.discount_money - this.paymentRegistrationForm.actMoney = (res.apply_money - res.discount_money)?.toFixed(2) + this.paymentRegistrationForm.actMoney = res.apply_money this.paymentRegistrationForm.moneyWay = res.money_way_id?.split(',').map(item=>Number(item)) await this.getContract(res.contract)