From 4af25d30e453a52c8225b57d1d3a66605035e0aa Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Wed, 24 Jun 2026 13:39:27 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E9=80=BB=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/logistics/claimGoods.vue | 2 +
pages/logistics/delivery.vue | 4 +-
pages/logistics/intoStock.vue | 4 +-
pages/logistics/packaging.vue | 262 ++++++++++++++++-----------------
pages/logistics/site.vue | 2 +
pages/logistics/weighing.vue | 2 +
6 files changed, 136 insertions(+), 140 deletions(-)
diff --git a/pages/logistics/claimGoods.vue b/pages/logistics/claimGoods.vue
index 5292c68..1c32bcc 100644
--- a/pages/logistics/claimGoods.vue
+++ b/pages/logistics/claimGoods.vue
@@ -112,7 +112,9 @@
@@ -661,6 +645,7 @@ export default {
.tip-text {
font-size: 20rpx;
}
+
.bottom-input-row {
display: flex;
gap: 10px;
@@ -692,6 +677,7 @@ export default {
.submit-btn.disabled {
opacity: 0.5;
}
+
/* 在 style scoped 中添加 */
.delete-btn {
position: absolute;
@@ -749,6 +735,7 @@ export default {
flex-direction: row !important;
margin-top: 20rpx;
}
+
.barcode-header {
position: relative;
width: 100%;
@@ -806,18 +793,21 @@ export default {
.uni-forms-item {
margin-bottom: 40rpx;
}
+
.input-box {
position: relative;
display: flex;
align-items: center;
}
-.input-box .uni-input-border{
+
+.input-box .uni-input-border {
flex: 1;
}
+
.clear-icon {
position: absolute;
right: 10rpx;
- color:#999;
+ color: #999;
padding: 5rpx 10rpx 5rpx 5rpx;
}
diff --git a/pages/logistics/site.vue b/pages/logistics/site.vue
index a85bad6..61a60da 100644
--- a/pages/logistics/site.vue
+++ b/pages/logistics/site.vue
@@ -151,10 +151,12 @@