diff --git a/src/config/route.js b/src/config/route.js
index a2918920..5ead1323 100644
--- a/src/config/route.js
+++ b/src/config/route.js
@@ -1027,6 +1027,16 @@ const routes = [
},
component: "mtm/route",
},
+ {
+ name: "routepack",
+ path: "/mtm/routepack",
+ meta: {
+ title: "加工工艺",
+ icon: "el-icon-share",
+ perms: ["routepack"],
+ },
+ component: "mtm/routepack",
+ },
// {
// "name": "process",
// "path": "/mtm/process",
diff --git a/src/views/mtm/route.vue b/src/views/mtm/route.vue
index e1c15904..2fed0f3a 100644
--- a/src/views/mtm/route.vue
+++ b/src/views/mtm/route.vue
@@ -42,13 +42,13 @@
{{ scope.row.process_cate }} - {{ scope.row.process_name }}
-
+
{{ scope.row.material_in_name }} -> {{ scope.row.material_out_name }}
@@ -94,14 +94,14 @@
-
+
-
+
diff --git a/src/views/mtm/routepack.vue b/src/views/mtm/routepack.vue
new file mode 100644
index 00000000..8b407a00
--- /dev/null
+++ b/src/views/mtm/routepack.vue
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file