master
xy 2 years ago
parent cab0c77c83
commit 8904850d93

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

@ -74,7 +74,7 @@
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>实付日期 <span style="color: red;font-weight: 600;padding-right: 4px;">*</span>实付日期
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-date-picker readonly v-model="paymentRegistrationForm.act_date" value-format="yyyy-MM-dd" style="width: 150px;"> <el-date-picker v-model="paymentRegistrationForm.act_date" value-format="yyyy-MM-dd" style="width: 150px;">
</el-date-picker> </el-date-picker>
</div> </div>
</div> </div>

Loading…
Cancel
Save