-
+
diff --git a/src/config/route.js b/src/config/route.js
index 655a7f17..5362a43a 100644
--- a/src/config/route.js
+++ b/src/config/route.js
@@ -767,8 +767,8 @@ const routes = [
// }
]
},
- //生产执行 wpm
- {
+ //生产执行 wpm
+ {
"name": "wpm",
"path": "/wpm",
"meta": {
@@ -811,6 +811,69 @@ const routes = [
}
]
},
+ //检验管理 qm
+ {
+ "name": "qm",
+ "path": "/qm",
+ "meta": {
+ "title": "检验管理",
+ "icon": "el-icon-grid",
+ "type": "menu",
+ "perms": ["qm"]
+ },
+ "children": [
+ {
+ "name": "income",
+ "path": "/qm/income",
+ "meta": {
+ "title": "入厂检验",
+ "icon": "el-icon-cellphone",
+ "perms": ["qm"]
+ },
+ "component": "qm/income"
+ },
+ {
+ "name": "first",
+ "path": "/qm/first",
+ "meta": {
+ "title": "首件检验",
+ "icon": "el-icon-cellphone",
+ "perms": ["qm"]
+ },
+ "component": "qm/first"
+ },
+ {
+ "name": "qmProcess",
+ "path": "/qm/qmProcess",
+ "meta": {
+ "title": "过程检验",
+ "icon": "el-icon-cellphone",
+ "perms": ["qm"]
+ },
+ "component": "qm/process"
+ },
+ {
+ "name": "behavior",
+ "path": "/qm/behavior",
+ "meta": {
+ "title": "性能检验",
+ "icon": "el-icon-cellphone",
+ "perms": ["qm"]
+ },
+ "component": "qm/behavior"
+ },
+ {
+ "name": "product",
+ "path": "/qm/product",
+ "meta": {
+ "title": "成品检验",
+ "icon": "el-icon-cellphone",
+ "perms": ["qm"]
+ },
+ "component": "qm/product"
+ }
+ ]
+ },
//库存 inm
{
"name": "inm",
diff --git a/src/views/mtm/route.vue b/src/views/mtm/route.vue
index f6591d31..542d6631 100644
--- a/src/views/mtm/route.vue
+++ b/src/views/mtm/route.vue
@@ -24,15 +24,12 @@
-
-
-
+
@@ -72,10 +69,8 @@
-
-
@@ -85,13 +80,20 @@
-
+
+
+
+
+
@@ -99,23 +101,15 @@
{{ item.name }}
- {{ item.process_name }}-隐
+ {{ item.process_name }}-隐
- {{ item.name }}
- {{ item.process_name }}-隐
+
+ {{ item.name }}
+ {{ item.process_name }}-隐
@@ -126,112 +120,112 @@
\ No newline at end of file
diff --git a/src/views/pm/mtask.vue b/src/views/pm/mtask.vue
index 28b900b7..5caaa9e6 100644
--- a/src/views/pm/mtask.vue
+++ b/src/views/pm/mtask.vue
@@ -1,297 +1,32 @@