diff --git a/src/config/route.js b/src/config/route.js index a3ef57a0..b1bf64a1 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -941,6 +941,16 @@ const routes = [ }, "component": "qm/process" }, + { + "name": "qmInm", + "path": "/qm/inm", + "meta": { + "title": "库存检验", + "icon": "el-icon-cellphone", + "perms": ["intest"] + }, + "component": "qm/inm" + }, { "name": "behavior", "path": "/qm/behavior", diff --git a/src/views/qm/inm.vue b/src/views/qm/inm.vue new file mode 100644 index 00000000..ff3ce33a --- /dev/null +++ b/src/views/qm/inm.vue @@ -0,0 +1,92 @@ + + \ No newline at end of file