diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 505a42c6..e805a764 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -976,6 +976,8 @@ export default { obj.count = item.count_canhandover; obj.state = res.state; obj.defect = res.defect; + obj.defect_okcate = item.defect_okcate; + obj.tracking = item.material_ && item.material_.tracking; obj.handoverbw = []; that.$API.wpm.wpr.list.req({wm:item.id,page:0}).then((res) => { let handoverbw = []; diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index ddb759ae..7dfe2185 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -554,6 +554,12 @@ export default { obj.id = item.id; obj.wm = item.id; obj.batch = item.batch; + obj.state = item.state; + obj.defect = item.defect; + obj.defect_okcate = item.defect_okcate; + obj.tracking = item.material_ && item.material_.tracking; + obj.material_ = item.material_; + obj.material = item.material; obj.process = item.material_.process_name; obj.count_canhandover = item.count_canhandover; obj.count = item.count_canhandover; diff --git a/src/views/wpm_bx/inmOut.vue b/src/views/wpm_bx/inmOut.vue index 1e557c08..c82ba03d 100644 --- a/src/views/wpm_bx/inmOut.vue +++ b/src/views/wpm_bx/inmOut.vue @@ -543,6 +543,11 @@ export default { obj.wm = item.id; obj.state = item.state; obj.batch = item.batch; + obj.defect = item.defect; + obj.defect_okcate = item.defect_okcate; + obj.tracking = item.material_ && item.material_.tracking; + obj.material_ = item.material_; + obj.material = item.material; obj.process = item.material_.process_name; obj.count_canhandover = item.count_canhandover; obj.count = item.count_canhandover; diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 5244e657..600e267c 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -911,6 +911,8 @@ export default { obj.state = item.state; obj.defect = item.defect; obj.defect_name = item.defect_name; + obj.defect_okcate = item.defect_okcate; + obj.tracking = item.material_ && item.material_.tracking; obj.count_cando = cando; obj.material = item.material; that.form.handoverb.push(obj) diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index ca7a3c91..d6dcc72e 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -362,6 +362,9 @@ export default { obj.batch = item.batch; obj.state = item.state; obj.defect = item.defect; + obj.defect_okcate = item.defect_okcate; + obj.tracking = item.material_ && item.material_.tracking; + obj.material_ = item.material_; obj.material = item.material; obj.count_canhandover = item.count_canhandover; obj.count = item.count_canhandover; diff --git a/src/views/wpm_gx/inmOut.vue b/src/views/wpm_gx/inmOut.vue index f140604c..4b0e12d7 100644 --- a/src/views/wpm_gx/inmOut.vue +++ b/src/views/wpm_gx/inmOut.vue @@ -434,6 +434,9 @@ export default { obj.batch = item.batch; obj.state = item.state; obj.defect = item.defect; + obj.defect_okcate = item.defect_okcate; + obj.tracking = item.material_ && item.material_.tracking; + obj.material_ = item.material_; obj.material = item.material; obj.count_canhandover = item.count_canhandover; obj.count = item.count_canhandover;