From dba36ec30b4a6ae81bfe7dbb4df8ff0570989372 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 26 Jun 2025 13:19:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8B=86=E5=88=86=E6=89=B9=E6=92=A4?= =?UTF-8?q?=E9=94=80=EF=BC=8C=E6=89=B9=E9=87=8F=E6=A3=80=E6=B5=8B=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E5=88=97=E8=A1=A8?= 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_bx/mlogbw_check.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index e4aab573..fbfae39a 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -416,7 +416,6 @@ export default { let that = this; that.$API.mtm.mgroup.list.req({ page: 0}).then((res) => { that.mgroupOptions = res; - if(that.type==40){ res.forEach(item=>{ if(item.name=="废品库"){ @@ -595,6 +594,7 @@ export default { that.mgroupOptions = res; if(res.length==1){ that.form.recive_mgroup = res[0].id; + that.getUserList2(); } }) data.forEach((item,index)=>{ @@ -758,6 +758,7 @@ export default { that.mgroupOptions = res0; if(res0.length==1){ that.form.recive_mgroup = res0[0].id; + that.getUserList2(); } }) let obj = {}; diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index f7ba2708..2725d5b2 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -351,7 +351,6 @@ - @@ -994,6 +993,8 @@ export default { this.checkVisible = false; }, check_set(){ + this.wprNumber = ""; + this.selectWpr = []; this.setVisible=true; }, //扫描物料将这一行放到第一行并编辑这一行