From 87e7e5cd398edae112ea59a5ea1f82a63f8a1852 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sun, 27 Apr 2025 13:23:39 +0800 Subject: [PATCH] =?UTF-8?q?add=E8=A1=A5=E7=A9=BA=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 +++ pages/home/home.vue | 3 +- pages/login/setup.vue | 36 +++++----- pages/manage/fill-empty.vue | 129 ++++++++++++++++++++++++++++++++++++ static/image/menu/RF10.png | Bin 0 -> 2097 bytes utils/getData2.js | 8 +++ utils/mork2.js | 11 +++ 7 files changed, 176 insertions(+), 19 deletions(-) create mode 100644 pages/manage/fill-empty.vue create mode 100644 static/image/menu/RF10.png diff --git a/pages.json b/pages.json index 4a7c1a5..0d1611a 100644 --- a/pages.json +++ b/pages.json @@ -90,6 +90,14 @@ } } + ,{ + "path" : "pages/manage/fill-empty", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index 7f20c79..1261a77 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -40,7 +40,8 @@ {title: '路线锁定', icon: 'RF06', path: '/pages/manage/route-lock'}, {title: '呼叫空框', icon: 'RF01', path: '/pages/manage/fill-tray'}, {title: '修改订单工序', icon: 'RF07', path: '/pages/manage/modify-process'}, - {title: '呼叫物料', icon: 'RF09', path: '/pages/manage/call-mater'} + {title: '呼叫物料', icon: 'RF09', path: '/pages/manage/call-mater'}, + {title: '补空框', icon: 'RF10', path: '/pages/manage/fill-empty'} ], show: false, secM: [] diff --git a/pages/login/setup.vue b/pages/login/setup.vue index d1f8abc..d3629f9 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -7,14 +7,14 @@ 服务器地址 - + +