From 4c1b30cd9582c98262dedb44c13e3bd7b3d935a8 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 4 Jun 2025 13:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 58 +--- pages/home/home.vue | 11 +- pages/login/login.vue | 10 +- pages/login/upgrade.vue | 2 +- pages/manage/bcpjb.vue | 89 ----- pages/manage/ckqr.vue | 119 +++++++ pages/manage/hnby.vue | 104 ------ pages/manage/hnlgbd.vue | 103 ------ pages/manage/hnlgcx.vue | 80 ----- pages/manage/inst-manage.vue | 152 --------- pages/manage/smck.vue | 92 ----- pages/manage/task-manage.vue | 136 -------- pages/manage/yzmlby.vue | 131 -------- utils/getData.js | 32 ++ utils/getData2.js | 123 ------- utils/mork2.js | 632 ----------------------------------- 16 files changed, 160 insertions(+), 1714 deletions(-) delete mode 100644 pages/manage/bcpjb.vue create mode 100644 pages/manage/ckqr.vue delete mode 100644 pages/manage/hnby.vue delete mode 100644 pages/manage/hnlgbd.vue delete mode 100644 pages/manage/hnlgcx.vue delete mode 100644 pages/manage/inst-manage.vue delete mode 100644 pages/manage/smck.vue delete mode 100644 pages/manage/task-manage.vue delete mode 100644 pages/manage/yzmlby.vue create mode 100644 utils/getData.js delete mode 100644 utils/getData2.js delete mode 100644 utils/mork2.js diff --git a/pages.json b/pages.json index 59a7586..68332c7 100644 --- a/pages.json +++ b/pages.json @@ -25,63 +25,7 @@ } } ,{ - "path" : "pages/manage/smck", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/hnby", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/task-manage", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/inst-manage", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/yzmlby", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/bcpjb", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/hnlgbd", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/hnlgcx", + "path" : "pages/manage/ckqr", "style" : { "navigationStyle": "custom" diff --git a/pages/home/home.vue b/pages/home/home.vue index c7679ec..267e2ba 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -5,7 +5,7 @@ {{userName}} - 欢迎进入华祥手持系统! + 欢迎进入宁波富佳手持系统! @@ -32,14 +32,7 @@ return { userName: '', menuList: [ - {title: '任务管理', icon: 'RF06', path: '/pages/manage/task-manage'}, - {title: '指令管理', icon: 'RF05', path: '/pages/manage/inst-manage'}, - {title: '混碾搬运', icon: 'RF01', path: '/pages/manage/hnby'}, - {title: '扫码出入库', icon: 'RF11', path: '/pages/manage/smck'}, - {title: '压制满料搬运', icon: 'RF02', path: '/pages/manage/yzmlby'}, - {title: '半成品解绑', icon: 'RF08', path: '/pages/manage/bcpjb'}, - {title: '混碾料罐绑定', icon: 'RF10', path: '/pages/manage/hnlgbd'}, - {title: '料罐物料查询', icon: 'RF09', path: '/pages/manage/hnlgcx'} + {title: '出库确认', icon: 'RF02', path: '/pages/manage/ckqr'} ], show: false, secM: [] diff --git a/pages/login/login.vue b/pages/login/login.vue index 4847830..6817745 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,7 +1,7 @@