From f406c87f5c9d61b8f76d3bccbab2121375ced75c Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 3 Jul 2025 15:34:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E5=A4=9A=E9=80=89?= =?UTF-8?q?=E5=90=8E=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/inmIn.vue | 5 +++-- src/views/wpm_bx/inmOut.vue | 5 +++-- src/views/wpm_gx/inm.vue | 5 +++-- src/views/wpm_gx/inmOut.vue | 10 ++++++---- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 6e54659a..32ceca0b 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -436,8 +436,9 @@ export default { obj.wm = item.id; obj.batch = item.batch; obj.process = item.material_.process_name; - obj.count_cando = item.count_cando; - obj.count = item.count_cando; + obj.count_canhandover = item.count_canhandover; + obj.count = item.count_canhandover; + obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')'; handoverb.push(obj) }) } diff --git a/src/views/wpm_bx/inmOut.vue b/src/views/wpm_bx/inmOut.vue index b63b9a1f..8f22149d 100644 --- a/src/views/wpm_bx/inmOut.vue +++ b/src/views/wpm_bx/inmOut.vue @@ -437,8 +437,9 @@ export default { obj.wm = item.id; obj.batch = item.batch; obj.process = item.material_.process_name; - obj.count_cando = item.count_cando; - obj.count = item.count_cando; + obj.count_canhandover = item.count_canhandover; + obj.count = item.count_canhandover; + obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')'; handoverb.push(obj) }) } diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index 8dea4fe7..b69d783d 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -322,8 +322,9 @@ export default { let obj = {}; obj.wm = item.id; obj.batch = item.batch; - obj.count_cando = item.count_cando; - obj.count = item.count_cando; + obj.count_canhandover = item.count_canhandover; + obj.count = item.count_canhandover; + obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')'; handoverb.push(obj) }) } diff --git a/src/views/wpm_gx/inmOut.vue b/src/views/wpm_gx/inmOut.vue index 56868661..10374f8f 100644 --- a/src/views/wpm_gx/inmOut.vue +++ b/src/views/wpm_gx/inmOut.vue @@ -356,8 +356,9 @@ export default { let obj = {}; obj.wm = item.id; obj.batch = item.batch; - obj.count_cando = item.count_cando; - obj.count = item.count_cando; + obj.count_canhandover = item.count_canhandover; + obj.count = item.count_canhandover; + obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')'; handoverb.push(obj) }) } @@ -391,8 +392,9 @@ export default { let obj = {}; obj.wm = item.id; obj.batch = item.batch; - obj.count_cando = item.count_cando; - obj.count = item.count_cando; + obj.count_canhandover = item.count_canhandover; + obj.count = item.count_canhandover; + obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')'; handoverb.push(obj) }) }