From 8904850d93c0c2dd3cc717a8f529fe33c7c354a5 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Wed, 6 Sep 2023 09:24:46 +0800 Subject: [PATCH] 2023-9-6 --- src/views/contract/components/paymentRegistration.vue | 4 ++-- src/views/finance/components/examineRegistration.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/contract/components/paymentRegistration.vue b/src/views/contract/components/paymentRegistration.vue index 7b1ca2b..0708b42 100644 --- a/src/views/contract/components/paymentRegistration.vue +++ b/src/views/contract/components/paymentRegistration.vue @@ -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 diff --git a/src/views/finance/components/examineRegistration.vue b/src/views/finance/components/examineRegistration.vue index 8d56b7f..9875d63 100644 --- a/src/views/finance/components/examineRegistration.vue +++ b/src/views/finance/components/examineRegistration.vue @@ -74,7 +74,7 @@ *实付日期