This commit is contained in:
2023-10-09 10:33:02 +08:00
parent 2965b325c5
commit fd4e3aa90d
2 changed files with 36 additions and 12 deletions

View File

@@ -65,27 +65,48 @@
} }
} }
,{ ,{
"path" : "pages/modules/forced-rest", "path" : "pages/modules/forced-rest",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
} }
,{ ,{
"path" : "pages/modules/surplus-mater-instore", "path" : "pages/modules/surplus-mater-instore",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
} }
,{ ,{
"path" : "pages/modules/package-instore", "path" : "pages/modules/package-instore",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
} }
,{
"path" : "pages/modules/call-full-mater",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/call-mupan",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/empty-instore",
"style": {
"navigationStyle": "custom"
}
}
], ],
"globalStyle": { "globalStyle": {
// "pageOrientation": "landscape", // "pageOrientation": "landscape",

View File

@@ -55,6 +55,9 @@
{menu_id: '2', name: '剩料入库', path: '/pages/modules/surplus-mater-instore'}, {menu_id: '2', name: '剩料入库', path: '/pages/modules/surplus-mater-instore'},
{menu_id: '3', name: '托盘绑定', path: '/pages/modules/pallet-bind'}, {menu_id: '3', name: '托盘绑定', path: '/pages/modules/pallet-bind'},
{menu_id: '4', name: '包装入库', path: '/pages/modules/package-instore'}, {menu_id: '4', name: '包装入库', path: '/pages/modules/package-instore'},
{menu_id: '5', name: '呼叫满料', path: '/pages/modules/call-full-mater'},
{menu_id: '6', name: '呼叫木盘', path: '/pages/modules/call-mupan'},
{menu_id: '7', name: '空盘入库', path: '/pages/modules/empty-instore'}
]}, ]},
{menu_id: '4', icon: 'RF05', name: '人工组盘', path: '/pages/modules/man-group', sonTree: []}, {menu_id: '4', icon: 'RF05', name: '人工组盘', path: '/pages/modules/man-group', sonTree: []},
{menu_id: '5', icon: 'RF06', name: '混碾搬运', path: '/pages/modules/hunnian-carry', sonTree: []}, {menu_id: '5', icon: 'RF06', name: '混碾搬运', path: '/pages/modules/hunnian-carry', sonTree: []},