From 1666728e9e83b0390709314e931048636ed6a437 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 13 Aug 2024 15:42:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=BD=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 14 +- src/views/qm/mlogs.vue | 22 +- src/views/wpm_gx/check_form.vue | 406 ++++++++++++++++++++++++++++++++ src/views/wpm_gx/inm.vue | 34 ++- src/views/wpm_gx/mlog_form.vue | 2 +- 5 files changed, 462 insertions(+), 16 deletions(-) create mode 100644 src/views/wpm_gx/check_form.vue diff --git a/src/config/route.js b/src/config/route.js index 556c040c..b750852b 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1516,7 +1516,7 @@ const routes = [ name: "income", path: "/qm/income", meta: { - title: "入厂检验", + title: "入司检验", // icon: "el-icon-cellphone", perms: ["itest"], }, @@ -1536,7 +1536,17 @@ const routes = [ name: "qmProcess", path: "/qm/qmProcess", meta: { - title: "过程检验", + title: "过程自检", + // icon: "el-icon-cellphone", + perms: ["ptest"], + }, + component: "qm/process", + }, + { + name: "qmProcess", + path: "/qm/qmProcess", + meta: { + title: "过程抽检", // icon: "el-icon-cellphone", perms: ["ptest"], }, diff --git a/src/views/qm/mlogs.vue b/src/views/qm/mlogs.vue index 9d6b5717..669bc7c4 100644 --- a/src/views/qm/mlogs.vue +++ b/src/views/qm/mlogs.vue @@ -32,14 +32,20 @@ :params="params" :query="params" > - - - - - - - - + + + + + + + + + + + @@ -113,10 +118,20 @@ @choseChange="choseChange" > + +