From 0433ba188261635f92ba5c11a9cd5c8e3891c4a7 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Mon, 2 Feb 2026 14:39:29 +0800
Subject: [PATCH] =?UTF-8?q?2026-02-02=20=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../productionPickingDetail.vue | 65 ++++++++++++-------
1 file changed, 41 insertions(+), 24 deletions(-)
diff --git a/src/views/modules/production-pick/productionPickingDetail.vue b/src/views/modules/production-pick/productionPickingDetail.vue
index 4814745..8f9c170 100644
--- a/src/views/modules/production-pick/productionPickingDetail.vue
+++ b/src/views/modules/production-pick/productionPickingDetail.vue
@@ -39,10 +39,6 @@
出库单号
{{ outboundInfo.outboundNo }}
-
- 合约号码
- {{ outboundInfo.outBatchNo || '-' }}
-
关联单号
{{ outboundInfo.relatedNo }}
@@ -50,7 +46,11 @@
-
+
+
合约号码
+
{{ outboundInfo.outBatchNo || '-' }}
+
+
标签张数
{{ outboundInfo.pickedLabels }}{{ outboundInfo.totalLabels }}
@@ -699,12 +699,6 @@ export default {
flex-direction: column;
}
-.title-center-group {
- display: flex;
- flex-direction: column;
- align-items: center;
-}
-
.title-right-group {
display: flex;
flex-direction: column;
@@ -731,12 +725,6 @@ export default {
font-weight: 500;
}
-.title-value.contract-value {
- font-size: 13px;
- font-weight: 500;
- color: #17B3A3;
-}
-
.card-details {
display: flex;
justify-content: space-between;
@@ -744,15 +732,30 @@ export default {
}
.detail-item {
- flex: 0 0 auto;
+ flex: 1;
}
-.detail-item-left {
+.detail-item-contract {
text-align: left;
+ flex: 1.2;
+}
+
+.detail-item-center {
+ text-align: center;
+ flex: 1;
}
.detail-item-right {
text-align: right;
+ flex: 1;
+}
+
+.detail-value.contract-value {
+ font-size: 13px;
+ font-weight: 500;
+ color: #17B3A3;
+ word-break: break-all;
+ line-height: 1.3;
}
.detail-label {
@@ -1238,14 +1241,28 @@ export default {
}
.card-details {
- flex-wrap: wrap;
- gap: 6px;
+ flex-wrap: nowrap;
+ gap: 8px;
}
.detail-item {
- flex: 0 0 48%;
- margin-bottom: 6px;
- min-width: 50px;
+ min-width: 0;
+ }
+
+ .detail-item-contract {
+ flex: 1;
+ }
+
+ .detail-item-center {
+ flex: 0.8;
+ }
+
+ .detail-item-right {
+ flex: 0.8;
+ }
+
+ .detail-value.contract-value {
+ font-size: 12px;
}
.list-header, .list-item {