|
|
|
|
@ -220,7 +220,7 @@
|
|
|
|
|
applyMoney: "",
|
|
|
|
|
deductionMoney: "",
|
|
|
|
|
audit_money: "",
|
|
|
|
|
act_date: `${this.$moment(new Date()).format('YYYY-MM-DD')}`,
|
|
|
|
|
act_date: '',
|
|
|
|
|
type: "",
|
|
|
|
|
isLast: false,
|
|
|
|
|
plan: [],
|
|
|
|
|
@ -358,7 +358,7 @@
|
|
|
|
|
type: this.paymentRegistrationForm.type,
|
|
|
|
|
is_end: this.paymentRegistrationForm.isLast ? 1 : 0,
|
|
|
|
|
remark: this.paymentRegistrationForm.remark,
|
|
|
|
|
audit_money: this.paymentRegistrationForm.audit_money
|
|
|
|
|
audit_money: this.paymentRegistrationForm.audit_money,
|
|
|
|
|
}
|
|
|
|
|
addFundLog(data).then(res => {
|
|
|
|
|
this.isShowPaymentRegistration = false
|
|
|
|
|
|