From f04facceb1332f11bde0ed61faad73ed7c393a9a Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 02 十一月 2023 10:19:45 +0800 Subject: [PATCH] # --- pages/home/home.vue | 21 ++++++++++++++------- pages.json | 12 ++++++++++++ static/css/wms.css/wms.css | 14 +++++++++++--- 3 files changed, 37 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index 456d4f2..0046b12 100644 --- a/pages.json +++ b/pages.json @@ -50,6 +50,12 @@ } }, { + "path": "pages/order/pickOffLines", + "style": { + "navigationBarTitleText": "鎷h揣涓嬫灦" + } + }, + { "path": "pages/stock/stockQuery", "style": { "navigationBarTitleText": "搴撳瓨鏌ヨ" @@ -110,6 +116,12 @@ } }, { + "path": "pages/order/pickingList", + "style": { + "navigationBarTitleText": "鎷h揣鍗曞垪琛�" + } + }, + { "path": "pages/order/orderDetil", "style": { "navigationBarTitleText": "璁㈠崟璇︽儏" diff --git a/pages/home/home.vue b/pages/home/home.vue index 9412d9a..66477d4 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -31,13 +31,13 @@ cuIcon: 'pullup', url: '/pakin/pakin' }, - // { - // title: '璁㈠崟缁勬墭', - // name: 'orderPakin', - // color: 'blue', - // cuIcon: 'pullup', - // url: '/order/orderPakin' - // }, + { + title: '璁㈠崟缁勬墭', + name: 'orderPakin', + color: 'blue', + cuIcon: 'pullup', + url: '/order/orderPakin' + }, // { // title: '璁㈠崟缁勬墭', // name: 'putOn', @@ -82,6 +82,13 @@ url: '/order/orderPutDown' }, { + title: '鎷h揣涓嬫灦', + name: 'pickOffLines', + color: 'pink', + cuIcon: 'pulldown', + url: '/order/pickOffLines' + }, + { title: '搴撳瓨鏌ヨ', name: 'stockQuery', color: 'brown', diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css index 237e69b..8cad0d5 100644 --- a/static/css/wms.css/wms.css +++ b/static/css/wms.css/wms.css @@ -19,17 +19,25 @@ width: 80vw; } .list-left-item { - min-height: 40rpx; - line-height: 40rpx; + min-height: 45rpx; + line-height: 45rpx; display: flex; } -.desc { +.descNo { + font-size: 10rpx; + min-height: 40rpx; + display: flex; + align-items: center; + width: 45%; +} +.desc { min-height: 40rpx; display: flex; align-items: center; width: 45%; } .left-item { + display: flex; flex-wrap: wrap; width: 75%; -- Gitblit v1.9.1