Merge branch 'v2' of https://e.coding.net/ctcdevteam/ehs/ehs_web into v2
This commit is contained in:
commit
e1563f70bb
|
@ -655,7 +655,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "物料产品",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["mtm"]
|
||||
"perms": ["material"]
|
||||
},
|
||||
"component": "mtm/materials"
|
||||
},
|
||||
|
@ -665,7 +665,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "工段管理",
|
||||
"icon": "el-icon-grid",
|
||||
"perms": ["mtm"]
|
||||
"perms": ["mgroup"]
|
||||
},
|
||||
"component": "mtm/mgroup"
|
||||
},
|
||||
|
@ -675,7 +675,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "加工路线",
|
||||
"icon": "el-icon-share",
|
||||
"perms": ["mtm"]
|
||||
"perms": ["route"]
|
||||
},
|
||||
"component": "mtm/route"
|
||||
},
|
||||
|
@ -777,7 +777,8 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "生产执行",
|
||||
"icon": "el-icon-grid",
|
||||
"type": "menu"
|
||||
"type": "menu",
|
||||
"perms": ["wpm"]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
|
@ -883,7 +884,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "其他日志",
|
||||
"icon": "el-icon-grid",
|
||||
"perms": ["wpm"]
|
||||
"perms": ["otherlog"]
|
||||
},
|
||||
"component": "wpm/otherlog"
|
||||
}
|
||||
|
@ -906,7 +907,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "入厂检验",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["qm"]
|
||||
"perms": ["itest"]
|
||||
},
|
||||
"component": "qm/income"
|
||||
},
|
||||
|
@ -916,7 +917,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "首件检验",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["qm"]
|
||||
"perms": ["ftest"]
|
||||
},
|
||||
"component": "qm/first"
|
||||
},
|
||||
|
@ -926,7 +927,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "过程检验",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["qm"]
|
||||
"perms": ["ptest"]
|
||||
},
|
||||
"component": "qm/process"
|
||||
},
|
||||
|
@ -936,7 +937,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "性能检验",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["qm"]
|
||||
"perms": ["btest"]
|
||||
},
|
||||
"component": "qm/behavior"
|
||||
},
|
||||
|
@ -946,7 +947,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "成品检验",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["qm"]
|
||||
"perms": ["producttest"]
|
||||
},
|
||||
"component": "qm/product"
|
||||
}
|
||||
|
@ -969,7 +970,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "仓库管理",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["inm"]
|
||||
"perms": ["warehouse"]
|
||||
},
|
||||
"component": "inm/warehouse"
|
||||
},
|
||||
|
@ -998,7 +999,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "出入库记录",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["good"]
|
||||
"perms": ["good_mio"]
|
||||
},
|
||||
"component": "inm/good_mio"
|
||||
},
|
||||
|
@ -1029,7 +1030,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "出入库记录",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["halfgood"]
|
||||
"perms": ["halfgood_mio"]
|
||||
},
|
||||
"component": "inm/halfgood_mio"
|
||||
},
|
||||
|
@ -1060,7 +1061,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "出入库记录",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["mainso"]
|
||||
"perms": ["mainso_mio"]
|
||||
},
|
||||
"component": "inm/mainso_mio"
|
||||
},
|
||||
|
@ -1091,30 +1092,30 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "出入库记录",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["helpso"]
|
||||
"perms": ["helpso_mio"]
|
||||
},
|
||||
"component": "inm/helpso_mio"
|
||||
},
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
"name": "materialbatch",
|
||||
"path": "/inm/materialbatch",
|
||||
"meta": {
|
||||
"title": "物料批次",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["inm"]
|
||||
},
|
||||
"component": "inm/materialbatch"
|
||||
},
|
||||
// {
|
||||
// "name": "materialbatch",
|
||||
// "path": "/inm/materialbatch",
|
||||
// "meta": {
|
||||
// "title": "物料批次",
|
||||
// "icon": "el-icon-cellphone",
|
||||
// "perms": ["inm"]
|
||||
// },
|
||||
// "component": "inm/materialbatch"
|
||||
// },
|
||||
{
|
||||
"name": "mio",
|
||||
"path": "/inm/mio",
|
||||
"meta": {
|
||||
"title": "出入库记录",
|
||||
"icon": "el-icon-cellphone",
|
||||
"perms": ["inm"]
|
||||
"perms": ["mio"]
|
||||
},
|
||||
"component": "inm/mio"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue