From 282e41809e14e0eb0472ec62a7a5ab91f1ae9159 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 13 Nov 2025 15:29:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=E5=90=88=E6=89=B9=E6=97=B6=E6=96=B0?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=8F=B7=E4=B8=8D=E8=83=BD=E6=89=AB=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E7=A0=81=EF=BC=8C=E9=9C=80=E6=89=8B=E5=8A=A8=E5=BD=95?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 6d025ad3..baee8c9a 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -216,7 +216,8 @@ - + + 请手动录入新批次号,不要用已有批次! @@ -752,6 +753,7 @@ export default { this.imputDisable = false; this.$refs.codeInput.focus(); }, + async getInputText(data){ if(data==''){ return; @@ -923,6 +925,14 @@ export default { this.countChange(); }, 500); }, + new_batch(){ + let that = this; + if(that.form.new_batch.indexOf('#')>-1){ + that.form.new_batch = ''; + that.$message.error("新批次号不能用以有批次需要手动录入新批次号!"); + } + + }, }, }; From f0cfcbaf9fd2de6361c9e7b04faeb47d5c951d0c Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 13 Nov 2025 15:48:35 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/handover.vue b/src/views/wpm_bx/handover.vue index b4165d9b..049cb7f8 100644 --- a/src/views/wpm_bx/handover.vue +++ b/src/views/wpm_bx/handover.vue @@ -21,7 +21,6 @@ @click="table_add(50)" v-auth="'handover.create'" >改版 - {{changeText}}
+ {{changeText}}
From 9cd9137431f16fca95ec2c84321f90f855f27562 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 13 Nov 2025 16:02:24 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E7=A6=85=E9=81=93163?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/helpso_mio.vue | 2 ++ src/views/inm/mio_form.vue | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/inm/helpso_mio.vue b/src/views/inm/helpso_mio.vue index 37e3a6b7..47307eeb 100644 --- a/src/views/inm/helpso_mio.vue +++ b/src/views/inm/helpso_mio.vue @@ -127,6 +127,8 @@ + + - + + +