From 8bf82762bc4dc9639063728c9d056d5ac6035787 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 11 Dec 2024 14:56:28 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E5=B7=A5=E5=BA=8F?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/process.vue | 13 +++++++++---- src/views/mtm/process_form.vue | 7 +++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/views/mtm/process.vue b/src/views/mtm/process.vue index d3fa094d..d84405bd 100644 --- a/src/views/mtm/process.vue +++ b/src/views/mtm/process.vue @@ -47,14 +47,18 @@ prop="cate" min-width="150" > - + + + + @@ -147,6 +151,7 @@ export default { 50: "加工工具", 60: "辅助工装", }, + baseCode :this.$TOOL.data.get('BASE_INFO').base.base_code }; }, methods: { diff --git a/src/views/mtm/process_form.vue b/src/views/mtm/process_form.vue index cd3f6268..af9a1aaa 100644 --- a/src/views/mtm/process_form.vue +++ b/src/views/mtm/process_form.vue @@ -45,6 +45,13 @@ > + + + + + Date: Wed, 11 Dec 2024 14:56:50 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E5=B7=A5=E5=BA=8F?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/config/route.js b/src/config/route.js index a02e310b..e3604c77 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1639,6 +1639,17 @@ const routes = [ }, ], }, + { + path: "/mlog_bx", + name: "mlog_bx", + meta: { + title: "生产执行", + icon: "el-icon-histogram", + type: "menu", + perms: ["wpm_bx"], + }, + component: "wpm_gx/mlog_bx", + }, //检验管理 qm { name: "qm", From 69307c7590464008eda0ff9af8983bbd1ee8ca59 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 11 Dec 2024 14:58:10 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover.vue | 159 +++++++++++++--------------------- src/views/wpm_gx/inm.vue | 97 ++++++++++++--------- src/views/wpm_gx/mlog_bx.vue | 116 +++++++++++++++++++++++++ src/views/wpm_gx/mlogs.vue | 32 +++++-- src/views/wpm_gx/mtask.vue | 28 ++++-- 5 files changed, 278 insertions(+), 154 deletions(-) create mode 100644 src/views/wpm_gx/mlog_bx.vue diff --git a/src/views/wpm_gx/handover.vue b/src/views/wpm_gx/handover.vue index d1ab097e..9b7da4f9 100644 --- a/src/views/wpm_gx/handover.vue +++ b/src/views/wpm_gx/handover.vue @@ -14,7 +14,7 @@ icon="el-icon-plus" @click="table_add(20)" v-auth="'handover.create'" - v-if="mgroupName!=='切片'" + v-if="mgroup_name!=='切片'&&mgroup_name!=='拉单丝'&&mgroup_name!=='一次复丝'&&mgroup_name!=='二次复丝'&&mgroup_name!=='切丝排版'" >返工 检验 @@ -104,7 +104,7 @@ - - +