From 562dcba22a93c738e9387d3b75286bdda84d2ae3 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 27 Feb 2025 09:37:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E8=BF=94=E5=B7=A5?= =?UTF-8?q?=E5=92=8C=E6=94=B9=E7=89=88=E4=BA=A4=E6=8E=A5=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=8E=A5=E6=94=B6=E5=B7=A5=E6=AE=B5=E9=BB=98=E8=AE=A4=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=BD=93=E5=89=8D=E5=B7=A5=E6=AE=B5=EF=BC=88=E8=91=9B?= =?UTF-8?q?=E5=B7=A5=E6=8F=90=EF=BC=89=EF=BC=8C=E5=B9=B6=E5=8F=AF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index c51663c9..dee9c717 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -194,6 +194,7 @@ v-model="form.recive_mgroup" placeholder="接收工段" clearable + filterable style="width: 100%" :disabled="type==40" @change="getUserList2" @@ -366,6 +367,9 @@ export default { let day = date.getDate(); that.form.handle_date = year + "-" + month + "-" + day; that.form.send_mgroup = that.mgroupId; + if(that.type==20||that.type==50){ + that.form.recive_mgroup = that.mgroupId; + } // type=10 物料交接 物料都可交接,接收工段有限制 // type=20 物料返工 不合格品交接,接收工段为该工艺流程中的工段 // type=30 物料检验 合格品交接,检验部接收