From a8ad8c7c979c6e38c7d9a153880bddbe96e473b3 Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 21 Feb 2024 17:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news3/LogisticsInquiry.vue | 15 +- pages/news3/ManualEntry.vue | 133 +++++--- pages/news3/seasoningCondimentsRecord.vue | 377 +++++++++++----------- pages/news3/setOutRecords.vue | 48 ++- 4 files changed, 311 insertions(+), 262 deletions(-) diff --git a/pages/news3/LogisticsInquiry.vue b/pages/news3/LogisticsInquiry.vue index 0861f8b..af4348a 100644 --- a/pages/news3/LogisticsInquiry.vue +++ b/pages/news3/LogisticsInquiry.vue @@ -49,8 +49,7 @@ scanCode() { uni.scanCode({ success: (res) => { - this.logisticsNum = res.result - console.log(res); + this.logisticsNum = res.result; }, fail: (res) => { console.log(res) @@ -158,17 +157,17 @@ } .footerBtn { - width: 80%; - - height: 100upx; + width: 86%; + height: 88upx; background: #FF5050; - border-radius: 6px 6px 6px 6px; + border-radius: 36px 36px 36px 36px; + opacity: 1; font-size: 28upx; font-family: PingFang SC, PingFang SC; font-weight: 500; color: #FFFFFF; - line-height: 100upx; + line-height: 88upx; text-align: center; - margin: 70upx auto; + margin: 96upx auto 0 auto; } diff --git a/pages/news3/ManualEntry.vue b/pages/news3/ManualEntry.vue index ba41018..0a3fa77 100644 --- a/pages/news3/ManualEntry.vue +++ b/pages/news3/ManualEntry.vue @@ -1,7 +1,7 @@