From 18f737693d89425156bd4bc8b6c7b803e07e1f53 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 23 Sep 2025 17:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E9=94=80=E8=B4=A6=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CancelAccountApplicationFormPanel.vue | 9 ++++++--- .../CancelAccountApplicationListPanel.vue | 17 +++++++++++------ .../panel/CancelAccountCheckListPanel.vue | 19 ++++++++++++------- 3 files changed, 29 insertions(+), 16 deletions(-) diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue index 48615be4..62294993 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue @@ -4,7 +4,7 @@ class="overflowhidden"> - + @@ -31,9 +31,9 @@ - + + value-format="yyyy-MM-dd HH:mm:ss" placeholder="请选择交易时间" style="width:100%"> @@ -164,6 +164,9 @@ export default { form: {}, rules: { + picUrl: [ + { required: true, message: "请上传图片", trigger: ["blur", "change"] }, + ], payType: [ { required: true, message: "支付方式不能为空", trigger: ["blur", "change"] }, ], diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue index 55cde50d..e30b95cc 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue @@ -73,17 +73,22 @@ - + - - - + + - - + + + + + + diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue index 8363b989..56b2c88d 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue @@ -77,19 +77,24 @@ - + + + + - - + + - - + + - +