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) }) }