From 94a15d41ede1573ae5df2894027e39337cfada00 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 12 Mar 2025 14:07:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=90=88=E6=89=B9=E6=97=B6=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=90=88=E5=B9=B6=E9=BB=98=E8=AE=A4=E4=B8=BAtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 3 +++ src/views/wpm_gx/handover_form.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 5052e25c..82b6e876 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -524,6 +524,9 @@ export default { open(mode = "add",data,mtype) { this.mode = mode; this.mtype = mtype; + if(mtype==30){ + this.change_batch = true; + } this.form.handoverb = data; this.visible = true; return this; diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index ddc267ea..7b8756c3 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -485,6 +485,9 @@ export default { }else{ this.form.handoverb = data; } + if(mtype==30){ + this.change_batch = true; + } // if(mtype==10){//正常交接 // console.log('data',data)