From ccd0c28b8420f3dc27caca2f038b72b8bcb8aa9a Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 12 Apr 2023 20:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 27 +++++- pages.json | 4 +- pages/management/DeliveryConfirm.vue | 88 ++++++----------- pages/management/FinishedInStore.vue | 84 +++++++--------- pages/management/MaterList.vue | 137 ++++++++++++++------------- utils/getData2.js | 73 +++++++++++++- vuex/modules/data.js | 13 ++- vuex/types.js | 1 + 8 files changed, 243 insertions(+), 184 deletions(-) diff --git a/common/style/layout.css b/common/style/layout.css index 876a46b..062926a 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -121,8 +121,8 @@ uni-button:after { } .grid-table thead tr th{ font-size: 15px; - line-height: 35px; - padding: 0 5px; + line-height: 18px; + padding: 5px 5px; background-color: #e1e1e1; } .grid-table thead tr th:first-child{ @@ -141,10 +141,10 @@ uni-button:after { border-left: 1px solid #e1e1e1; } .grid-table td { - height: 35px; - line-height: 35px; + /* height: 35px; */ + line-height: 18px; font-size: 15px; - padding: 0 5px; + padding: 5px 5px; } .status-wrap { width: 100%; @@ -227,4 +227,21 @@ uni-button:after { text-align: center; color: #fff; overflow: hidden; +} +.icon_unchecked { + color: #fff; + width: 24px; + height: 24px; + background-color: #fff; + font-size: 20px; + line-height: 24px; + text-align: center; + border: 1px solid #bbb; +} +.icon_checked { + color: #ff6a00; + border: 1px solid #ff6a00; +} +.bgr{ + border-color: #ff6a00; } \ No newline at end of file diff --git a/pages.json b/pages.json index 64697b7..976f7d7 100644 --- a/pages.json +++ b/pages.json @@ -89,7 +89,9 @@ { "path": "pages/management/MaterList", "style": { - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "onReachBottomDistance": 50 } } ], diff --git a/pages/management/DeliveryConfirm.vue b/pages/management/DeliveryConfirm.vue index 1a87cf1..b874bd0 100644 --- a/pages/management/DeliveryConfirm.vue +++ b/pages/management/DeliveryConfirm.vue @@ -20,8 +20,8 @@ - - + + @@ -31,7 +31,7 @@