|
|
|
|
@ -490,14 +490,6 @@
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
console.log({
|
|
|
|
|
id: this.registrationId,
|
|
|
|
|
contract_id: this.contract.id,
|
|
|
|
|
act_money: this.paymentRegistrationForm.actMoney,
|
|
|
|
|
status: 1,
|
|
|
|
|
money_way_id: this.paymentRegistrationForm.moneyWay.toString(),
|
|
|
|
|
contract_plan_act_links: this.paymentRegistrationForm.plan
|
|
|
|
|
})
|
|
|
|
|
editorFundLog({
|
|
|
|
|
id: this.registrationId,
|
|
|
|
|
contract_id: this.contract.id,
|
|
|
|
|
@ -505,7 +497,8 @@
|
|
|
|
|
status: 1,
|
|
|
|
|
act_date: this.paymentRegistrationForm.act_date,
|
|
|
|
|
money_way_id: this.paymentRegistrationForm.moneyWay.toString(),
|
|
|
|
|
contract_plan_act_links: this.paymentRegistrationForm.plan
|
|
|
|
|
contract_plan_act_links: this.paymentRegistrationForm.plan,
|
|
|
|
|
is_end: this.paymentRegistrationForm.isLast ? 1 : 0
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.$emit('refresh')
|
|
|
|
|
this.isShow = false
|
|
|
|
|
|