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)