diff --git a/src/views/modules/purchase-return/purchaseReturnDetail.vue b/src/views/modules/purchase-return/purchaseReturnDetail.vue index d9b6ce4..e655a97 100644 --- a/src/views/modules/purchase-return/purchaseReturnDetail.vue +++ b/src/views/modules/purchase-return/purchaseReturnDetail.vue @@ -41,21 +41,15 @@
-
采购订单
+
关联单号
{{ returnInfo.relatedNo }}
-
关联单行号
+
关联行号
{{ returnInfo.relatedLineNo }}
-
标签张数
-
- {{ returnInfo.availableLabels }}{{ returnInfo.totalLabels }} -
-
-
-
物料总数
+
退货数量
{{ returnInfo.availableQty }}{{ returnInfo.totalQty }}
@@ -557,16 +551,15 @@ export default { .card-details { display: flex; - justify-content: space-between; + justify-content: space-around; align-items: flex-start; - gap: 4px; + gap: 8px; } .detail-item { flex: 1; text-align: center; - min-width: 60px; - max-width: 60px; + min-width: 80px; } .detail-label { @@ -575,7 +568,6 @@ export default { margin-bottom: 6px; font-weight: normal; line-height: 1.2; - margin-left: -12px; } .detail-value { @@ -583,7 +575,6 @@ export default { color: #333; font-weight: 500; line-height: 1.2; - margin-left: -12px; } .detail-value .qualified {