From ed086b9bd569d97bc308f8b8417a9baa7e1b10a4 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 9 Nov 2022 13:30:32 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E5=8D=B7=E5=87=BA=E5=85=A5=E7=AB=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/style/layout.css | 71 ++----------
manifest.json | 4 +-
pages/ProductManage/ZjDelivery.vue | 27 ++++-
pages/ProductManage/ZjInStore.vue | 16 ++-
pages/ProductManage/ZjOutStore.vue | 108 +++++++++++++++++--
pages/WarehouseManage/InStoreConfirm.vue | 3 +-
pages/WarehouseManage/ReturngoodsInStore.vue | 1 +
pages/WarehouseManage/ScrapInStore.vue | 1 +
pages/home/home.vue | 2 +-
pages/login/login.vue | 105 +++++++++++++++++-
utils/api.js | 89 ---------------
utils/getData2.js | 51 ++++++++-
utils/request.js | 6 +-
13 files changed, 306 insertions(+), 178 deletions(-)
diff --git a/common/style/layout.css b/common/style/layout.css
index 94f77f2..3de9c9a 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -260,21 +260,15 @@ uni-button:after {
left: 0;
right: 0;
text-align: center;
- z-index: 100;
-}
-.msg_wrapper::after {
- content: "";
- display: inline-block;
- height: 100%;
- width: 0;
- vertical-align: middle;
+ z-index: 201;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
+
.msg_box {
- display: inline-block;
width: 90%;
- max-width: 420px;
padding: 20rpx;
- vertical-align: middle;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ebeef5;
@@ -282,55 +276,19 @@ uni-button:after {
overflow: hidden;
backface-visibility: hidden;
}
-
-.input_item {
- width: 100%;
- height: 70rpx;
- border-radius: 4px;
- border: 1px solid #DCDFE6;
- font-size: 28rpx;
- line-height: 70rpx;
- color: #606266;
- padding: 0 10px;
-}
-.zd_mask {
+
+.msg_mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
- opacity: .2;
+ opacity: .7;
background: #000;
- z-index: 99;
-}
-.msg_item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 70rpx;
- line-height: 70rpx;
- margin-bottom: 30rpx;
-}
-.msg_txt {
- font-size: 32rpx;
- line-height: 70rpx;
- color: #333;
-}
-.label_item {
- width: 150rpx;
- font-size: 32rpx;
- line-height: 70rpx;
- color: #333;
-}
-.from_item {
- width: calc(100% - 160rpx);
- font-size: 28rpx;
- line-height: 70rpx;
- color: #606266;
+ z-index: 200;
}
+
.msg_btns {
- height: 70rpx;
- line-height: 70rpx;
width: 100%;
max-width: 300px;
margin: 40rpx auto 0;
@@ -339,14 +297,7 @@ uni-button:after {
align-items: center;
}
.msg_btn {
- width: 160rpx;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 28rpx;
- color: #fff;
- background-color: #d7592f;
- border-radius: 5px;
- text-align: center;
+ border-radius: 10rpx;
}
.msg_btn:disabled {
background-color: #c9c9c9;
diff --git a/manifest.json b/manifest.json
index 35626ac..ee098e2 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "海亮铜箔",
"appid" : "__UNI__22404A1",
"description" : "海亮铜箔手持系统",
- "versionName" : "1.0.1",
- "versionCode" : 101,
+ "versionName" : "1.0.2",
+ "versionCode" : 102,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/ProductManage/ZjDelivery.vue b/pages/ProductManage/ZjDelivery.vue
index 1804db3..4b8bead 100644
--- a/pages/ProductManage/ZjDelivery.vue
+++ b/pages/ProductManage/ZjDelivery.vue
@@ -88,6 +88,7 @@
+
@@ -96,7 +97,7 @@