From 414fad16025cfc4aa1962ec8d6e5e47921fae96e Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 23 Sep 2024 11:15:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E6=AE=B5=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E9=A2=86=E6=96=99=E5=85=A5=E5=BA=93=E6=93=8D=E4=BD=9C=E6=8A=BD?= =?UTF-8?q?=E5=B1=89=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 12 +- src/views/inm/workshop_mio.vue | 39 ++- src/views/wpm_gx/inm.vue | 36 ++- src/views/wpm_gx/inm_record.vue | 359 +++++++++++++++++++++++++++ src/views/wpm_gx/inm_record_form.vue | 288 +++++++++++++++++++++ 5 files changed, 715 insertions(+), 19 deletions(-) create mode 100644 src/views/wpm_gx/inm_record.vue create mode 100644 src/views/wpm_gx/inm_record_form.vue 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 @@ + + +