master
xy 2 years ago
parent 9c35181465
commit 2234ed73b6

@ -21,7 +21,7 @@ export default {
default:18
},
cellStyle:{
type:Function,
type:[Function,Object],
default:()=>{}
},
rowStyle:{

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

Loading…
Cancel
Save