diff --git a/src/config/route.js b/src/config/route.js index d75d8817..227a2284 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1869,24 +1869,16 @@ const routes = [ }, component: "inm/mioitem", }, - { - name: "workshop", - path: "/inm/workshop", - meta: { - title: "车间库存", - hidden: true, - }, - component: "inm/workshop", - }, { name: "workshop_mio", path: "/inm/workshop_mio", meta: { title: "车间出入库记录", - hidden: true, + // hidden: true, }, component: "inm/workshop_mio", }, + ], }, //采购 pum diff --git a/src/views/inm/workshop_mio.vue b/src/views/inm/workshop_mio.vue index 6386374b..28a6456f 100644 --- a/src/views/inm/workshop_mio.vue +++ b/src/views/inm/workshop_mio.vue @@ -96,9 +96,9 @@ label="操作" fixed="right" align="center" - width="150px" + width="120px" > - diff --git a/src/views/wpm_gx/inm_record_form.vue b/src/views/wpm_gx/inm_record_form.vue new file mode 100644 index 00000000..c264140e --- /dev/null +++ b/src/views/wpm_gx/inm_record_form.vue @@ -0,0 +1,288 @@ + + +