From b0c83e480fbfcda96c9f4f0e4ae58339108ee668 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 11 Mar 2024 10:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++++++ pages/home/home.vue | 10 +++++++--- pages/modules/rawmater-instore.vue | 16 +++++++++++----- static/image/menu/RF01.png | Bin 2394 -> 2286 bytes static/image/menu/RF02.png | Bin 2265 -> 1814 bytes static/image/menu/RF03.png | Bin 3110 -> 3101 bytes static/image/menu/RF04.png | Bin 0 -> 2601 bytes static/image/menu/RF05.png | Bin 0 -> 2249 bytes static/image/menu/RF06.png | Bin 0 -> 3065 bytes static/image/menu/RF07.png | Bin 0 -> 3110 bytes static/image/menu/RF08.png | Bin 0 -> 2390 bytes static/image/menu/RF09.png | Bin 0 -> 3239 bytes static/image/menu/RF10.png | Bin 0 -> 2668 bytes 13 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 static/image/menu/RF04.png create mode 100644 static/image/menu/RF05.png create mode 100644 static/image/menu/RF06.png create mode 100644 static/image/menu/RF07.png create mode 100644 static/image/menu/RF08.png create mode 100644 static/image/menu/RF09.png create mode 100644 static/image/menu/RF10.png diff --git a/pages.json b/pages.json index 3e4c53e..1a73757 100644 --- a/pages.json +++ b/pages.json @@ -59,6 +59,14 @@ ,{ "path" : "pages/modules/rawmater-outstore", "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/modules/carry-task", + "style" : { "navigationStyle": "custom" } diff --git a/pages/home/home.vue b/pages/home/home.vue index 65b53e7..070f1b5 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -32,9 +32,13 @@ return { userName: '', menuList: [ - {id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'}, - {id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'}, - {id: '3', name: '物料库存', icon: 'RF03', path: '/pages/modules/mater-inventory'} + // {id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'}, + // {id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'}, + // {id: '3', name: '物料库存', icon: 'RF03', path: '/pages/modules/mater-inventory'} + {id: '1', name: '原材料入库', icon: 'RF03', path: '/pages/modules/rawmater-instore'}, + {id: '2', name: '原材料出库', icon: 'RF07', path: '/pages/modules/rawmater-outstore'}, + {id: '3', name: '搬运任务', icon: 'RF01', path: '/pages/modules/carry-task'}, + {id: '4', name: '组盘解绑', icon: 'RF04', path: '/pages/modules/zupan-unbind'} ] }; }, diff --git a/pages/modules/rawmater-instore.vue b/pages/modules/rawmater-instore.vue index 951bd3a..2f78b5b 100644 --- a/pages/modules/rawmater-instore.vue +++ b/pages/modules/rawmater-instore.vue @@ -12,13 +12,17 @@ 子托盘号 - + 母托盘号 - + @@ -30,8 +34,8 @@ - - + + @@ -39,9 +43,11 @@