From 9cabbe7f47abf695b0fb261ca888a8cba3bd48ff Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 23 Apr 2024 13:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 ++++ pages/home/home.vue | 4 +- pages/login/setup.vue | 16 ++++- pages/modules/taskmanage.vue | 120 +++++++++++++++++++++++++++++++ pages/modules/zlmanage.vue | 135 +++++++++++++++++++++++++++++++++++ utils/getData02.js | 43 +++++++++++ utils/request02.js | 127 ++++++++++++++++++++++++++++++++ vuex/modules/user.js | 5 ++ 8 files changed, 462 insertions(+), 2 deletions(-) create mode 100644 pages/modules/taskmanage.vue create mode 100644 pages/modules/zlmanage.vue create mode 100644 utils/getData02.js create mode 100644 utils/request02.js diff --git a/pages.json b/pages.json index 86be59b..f634fd3 100644 --- a/pages.json +++ b/pages.json @@ -73,6 +73,20 @@ "navigationStyle": "custom" } } + ,{ + "path" : "pages/modules/zlmanage", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/modules/taskmanage", + "style" : + { + "navigationStyle": "custom" + } + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index bf6ff07..a02a4c9 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -38,7 +38,9 @@ {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'} + {id: '4', name: '组盘解绑', icon: 'RF04', path: '/pages/modules/zupan-unbind'}, + {id: '5', name: '指令管理', icon: 'RF02', path: '/pages/modules/zlmanage'}, + {id: '6', name: '任务管理', icon: 'RF09', path: '/pages/modules/taskmanage'} ] }; }, diff --git a/pages/login/setup.vue b/pages/login/setup.vue index 8b88e02..328ba9e 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -8,6 +8,12 @@ + + + acs服务器地址 + + +