From a068cc92c4f264d386961cc07f58788736460331 Mon Sep 17 00:00:00 2001
From: zhangrenyuan <18990852002@163.com>
Date: Wed, 15 Apr 2026 11:52:46 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8B=B1=E6=96=87=E6=A8=A1?=
=?UTF-8?q?=E5=BC=8F=E4=B8=8Bmonth=E7=9A=84=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../moneyManage/receiveDetail/receiveService.vue | 25 +++++++++++++++++++---
.../moneyManage/refundDetail/refundService.vue | 25 ++++++++++++++++++++--
2 files changed, 45 insertions(+), 5 deletions(-)
diff --git a/src/views/moneyManage/receiveDetail/receiveService.vue b/src/views/moneyManage/receiveDetail/receiveService.vue
index 0e08c8b..4e44938 100644
--- a/src/views/moneyManage/receiveDetail/receiveService.vue
+++ b/src/views/moneyManage/receiveDetail/receiveService.vue
@@ -226,11 +226,11 @@
@change="handleProductChange(addFormData.goodsName)">
-
-
+
-
@@ -1789,6 +1789,25 @@ onMounted(async () => {
font-weight: 800;
padding-bottom: 15px;
}
+
+ .product-num-row {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ width: 100%;
+ }
+
+ .product-num-input {
+ flex: 1;
+ min-width: 0;
+ padding-right: 0;
+ }
+
+ .product-unit-select {
+ width: 92px;
+ min-width: 92px;
+ flex: 0 0 92px;
+ }
}
// 表单卡片样式
diff --git a/src/views/moneyManage/refundDetail/refundService.vue b/src/views/moneyManage/refundDetail/refundService.vue
index e677f47..3ad1c38 100644
--- a/src/views/moneyManage/refundDetail/refundService.vue
+++ b/src/views/moneyManage/refundDetail/refundService.vue
@@ -155,8 +155,10 @@
{{ t('common_add.productNum') }}
-
- {{ editRow.numUnit }}
+
+
+ {{ editRow.numUnit }}
+
{{ t('refund.permanentGold') }}
@@ -755,6 +757,25 @@ onMounted(() => {
margin-bottom: 1vh;
}
}
+
+ .product-num-display {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ width: 12vw;
+ min-width: 170px;
+ }
+
+ .product-num-value {
+ flex: 1;
+ min-width: 0;
+ }
+
+ .product-unit-text {
+ min-width: 56px;
+ white-space: nowrap;
+ color: #606266;
+ }
}
.back-dialog {