From 11ebb98897a7473444f4ff9e26a9ce96d6cf9204 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Dec 2025 10:53:37 +0800 Subject: [PATCH 1/9] =?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" > From bb25cc1c43f491214f41e928b7372c2e0da86572 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Dec 2025 13:56:49 +0800 Subject: [PATCH 2/9] =?UTF-8?q?fix=EF=BC=9A=E5=BF=AB=E6=8D=B7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2->=E5=85=A5=E5=BA=93=E6=A3=80=E9=AA=8C=E7=9A=84?= =?UTF-8?q?=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/bxerp/mioitemw.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/views/statistics/bxerp/mioitemw.vue b/src/views/statistics/bxerp/mioitemw.vue index 7573aded..3af23bd5 100644 --- a/src/views/statistics/bxerp/mioitemw.vue +++ b/src/views/statistics/bxerp/mioitemw.vue @@ -16,7 +16,16 @@ - + + @@ -39,13 +48,13 @@ @@ -69,7 +78,9 @@ export default { mioitem__material__type:30, ftest__isnull:0, mioitem__mio__state:20, - } + }, + dataTotal:0, + apiObj:this.$API.inm.mioitemw.list, }; }, From a17961951914bd95e1ac2e82cc44711f3f21f07c Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Dec 2025 17:14:52 +0800 Subject: [PATCH 3/9] =?UTF-8?q?fix:=E5=85=B6=E4=BB=96=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index 77a6a6a4..c7c515b7 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -558,7 +558,7 @@ export default { } else { this.getBatchOptions(); } - if(that.type == 'pur_in'){ + if(that.form.type == 'pur_in'||that.form.type == 'other_in'){ that.batchcount = 99999999999; if(that.project_code=='gx'){ that.form.batch = '无' From ced6d4cb58b07041bfb26ca363ad1afe6a19dd2b Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 24 Dec 2025 13:22:34 +0800 Subject: [PATCH 4/9] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E5=90=88=E6=89=B9?= =?UTF-8?q?=E6=97=B6=E6=89=B9=E6=AC=A1=E5=8F=B7=E5=8F=AF=E7=94=A8=E4=B8=80?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=BF=87=E7=9A=84=E6=89=B9=E6=AC=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover.vue | 9 +--- src/views/wpm_gx/handover_form.vue | 79 +++++++++++++++++++++++++++++- src/views/wpm_gx/inm.vue | 2 + src/views/wpm_gx/inmOut.vue | 2 + 4 files changed, 83 insertions(+), 9 deletions(-) diff --git a/src/views/wpm_gx/handover.vue b/src/views/wpm_gx/handover.vue index 1a3c059f..b5211ce5 100644 --- a/src/views/wpm_gx/handover.vue +++ b/src/views/wpm_gx/handover.vue @@ -101,20 +101,15 @@ - + - + -