diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index 6aa4ef78..30ceb469 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -340,6 +340,7 @@ export default { let obj = {}; obj.wm = item.id; obj.batch = item.batch; + obj.state = item.state; obj.defect = item.defect; obj.material = item.material; obj.count_canhandover = item.count_canhandover;