From 11ebb98897a7473444f4ff9e26a9ce96d6cf9204 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Dec 2025 10:53:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:paoaomian=E4=B9=9F=E5=92=8Ckaiaomian?= =?UTF-8?q?=E4=B8=80=E6=A0=B7=E5=8A=A0=E5=85=A5=E5=88=86=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form2.vue | 6 +++--- src/views/wpm_bx/inmIn.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wpm_bx/handover_form2.vue b/src/views/wpm_bx/handover_form2.vue index c294bd57..3f25fe2e 100644 --- a/src/views/wpm_bx/handover_form2.vue +++ b/src/views/wpm_bx/handover_form2.vue @@ -32,7 +32,6 @@ 选择物料: {{ item3 }} --> - + @@ -262,11 +261,12 @@ export default { }else{ //放入对应的行中的handoverb中,并且在列表中disabled that.wprOptions.forEach(item=>{ - if(item.number.indexOf(arr) > -1){ + if(item.number.indexOf(number) > -1){ if(item.disabled){ that.$message.error("该物料已被分配"); that.form.handoverb[index].wpr = ''; }else{ + item.checked = true; item.disabled = true; let obj = {}; obj.number = item.number; diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 6687a209..43ec2af5 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -93,7 +93,7 @@ min-width="150" >