From 061af195eccdd497345efa34601b1d56ab042e83 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 6 Mar 2026 10:58:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E6=94=B9=E7=89=88?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=90=88=E6=89=B9=EF=BC=8C=E4=B8=8D=E4=BC=A0?= =?UTF-8?q?new=5Fbatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover_form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 4deecb47..57e52dd1 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -680,7 +680,8 @@ export default { that.form.material_changed = item.material; that.form.material_changed_fname = item.material_name; that.form.recive_mgroup = that.mgroupId; - that.form.new_batch = item.batch; + // that.form.new_batch = item.batch; + // that.form.mtype = 30; } that.form.handoverb.push(obj);