|
|
|
|
@ -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)
|
|
|
|
|
|