From 155633b7363516721cdc58f7c2844c92fcf617c8 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 26 Feb 2025 15:09:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=89=B9=E6=AC=A1=E5=90=8E=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=8F=B7=E6=94=B9=E6=88=90=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 034e8c26..c51663c9 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -70,7 +70,7 @@ - + @@ -277,6 +277,13 @@ export default { new_batch:'' }, rules: { + new_batch:[ + { + required: true, + message: "请输入新批次号", + trigger: "blur", + }, + ], batch: [ { required: true,