From fd4e3aa90d0faed8cb7a252350e0160b5c40f783 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 9 Oct 2023 10:33:02 +0800 Subject: [PATCH] home --- pages.json | 45 +++++++++++++++++++++++++++++++++------------ pages/home/home.vue | 3 +++ 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/pages.json b/pages.json index eb435df..5a70952 100644 --- a/pages.json +++ b/pages.json @@ -65,27 +65,48 @@ } } - ,{ - "path" : "pages/modules/forced-rest", + ,{ + "path" : "pages/modules/forced-rest", "style": { "navigationStyle": "custom" } - - } - ,{ - "path" : "pages/modules/surplus-mater-instore", + + } + ,{ + "path" : "pages/modules/surplus-mater-instore", "style": { "navigationStyle": "custom" } - - } - ,{ - "path" : "pages/modules/package-instore", + + } + ,{ + "path" : "pages/modules/package-instore", "style": { "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": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index d92bd6c..8ed01f0 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -55,6 +55,9 @@ {menu_id: '2', name: '剩料入库', path: '/pages/modules/surplus-mater-instore'}, {menu_id: '3', name: '托盘绑定', path: '/pages/modules/pallet-bind'}, {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: '5', icon: 'RF06', name: '混碾搬运', path: '/pages/modules/hunnian-carry', sonTree: []},