diff --git a/src/views/wpm_bx/index.vue b/src/views/wpm_bx/index.vue index 5149749e..4527ff23 100644 --- a/src/views/wpm_bx/index.vue +++ b/src/views/wpm_bx/index.vue @@ -50,12 +50,12 @@ :mgroup_code="mgroup_code" > - + :deptId="mgroupDept"> --> 领料 报废 合批 - + 入库 - - - - - {{wmState[scope.row.state]?.text}} + + + + + {{wmState[scope.row.state]?.text}} @@ -59,20 +62,30 @@ > {{ scope.row.material_name }} - ({{ scope.row.material_origin_name }}) + + ({{ scope.row.material_origin_name }}) + + + + {{ scope.row.material_name.split('|').at(-1) }} + + + - - {{scope.row.batch}} - - + > + + {{scope.row.count}} + {{scope.row.count}} + + + - 物料标签 + 物料标签 + 检验记录 + 检验 + 流程图 @@ -120,13 +153,19 @@ @choseChange="choseChange" > - + + - - - - + + + 关联产品 + + + + + + + + {{ item.name }}:{{ item.val}} + , + + + + + + + {{ item.defect_name }} + + + + + + 打印标签 + + + + + + + 关闭 + + + + + + + diff --git a/src/views/wpm_bx/inmOut.vue b/src/views/wpm_bx/inmOut.vue index 73089275..1205db3e 100644 --- a/src/views/wpm_bx/inmOut.vue +++ b/src/views/wpm_bx/inmOut.vue @@ -2,13 +2,13 @@ + 领料 + 报废 + 合批 入库 - 报废 - 合批 - - - - - - {{wmState[scope.row.state]?.text}} + + + + + {{wmState[scope.row.state]?.text}} @@ -62,20 +62,30 @@ > {{ scope.row.material_name }} - ({{ scope.row.material_origin_name }}) + + ({{ scope.row.material_origin_name }}) + + + + {{ scope.row.material_name.split('|').at(-1) }} + + + - - {{scope.row.batch}} - - + > + + {{scope.row.count}} + {{scope.row.count}} + + + - 检验 - - 检验记录 - - 物料标签 + 物料标签 + 检验记录 + 检验 + 流程图 @@ -139,39 +154,28 @@ > - - @@ -179,29 +183,72 @@ v-if="dialog.inmRecord" ref="inmRecordDialog" :cate = "cate_type" - :process = "processId" - :mgroupId = "mgroupId" - :deptId = "deptId" + :process = "process" + :mgroupId = "params.mgroupx" + :deptId = " params.belong_dept" @success="handleinmSuccess" > - + + + 关联产品 + + + + + + + + {{ item.name }}:{{ item.val}} + , + + + + + + + {{ item.defect_name }} + + + + + + 打印标签 + + + + + + + 关闭 + + + + + + +