From 895fbeffeb7140e4a1b09c1c1467c0d08f986533 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Wed, 6 Sep 2023 10:12:07 +0800 Subject: [PATCH] 2023-9-6 --- src/views/finance/components/examineRegistration.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/finance/components/examineRegistration.vue b/src/views/finance/components/examineRegistration.vue index 9875d63..e0a1b32 100644 --- a/src/views/finance/components/examineRegistration.vue +++ b/src/views/finance/components/examineRegistration.vue @@ -240,14 +240,19 @@ paymentRegistrationForm: { applyMoney: "", deductionMoney: "", - audit_money: "", - act_date: `${this.$moment(new Date()).format('YYYY-MM-DD')}`, + act_date: "", type: "", isLast: false, plan: [], - remark: "" + remark: "", + actMoney: '', + moneyWay: [] }, paymentRegistrationRules: { + act_date: [{ + required: true, + message: "必选" + }], applyMoney: [{ required: true, message: "必填"