master
xy 2 years ago
parent 9c35181465
commit 2234ed73b6

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

@ -490,14 +490,6 @@
}) })
return 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({ editorFundLog({
id: this.registrationId, id: this.registrationId,
contract_id: this.contract.id, contract_id: this.contract.id,
@ -505,7 +497,8 @@
status: 1, status: 1,
act_date: this.paymentRegistrationForm.act_date, act_date: this.paymentRegistrationForm.act_date,
money_way_id: this.paymentRegistrationForm.moneyWay.toString(), 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 => { }).then(res => {
this.$emit('refresh') this.$emit('refresh')
this.isShow = false this.isShow = false

Loading…
Cancel
Save