From 656a011b2413590ab8bcfdbb650801a5df4be9fd Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Thu, 30 Oct 2025 13:39:23 +0800
Subject: [PATCH] =?UTF-8?q?2025-10-30=20=E9=94=80=E5=94=AE=E5=8F=91?=
=?UTF-8?q?=E8=B4=A7=E8=A3=85=E7=AE=B1=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/boxManage/com_saleBoxManage_boxing.vue | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue
index 6976b17..bd79098 100644
--- a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue
+++ b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue
@@ -57,6 +57,9 @@
+
+
+
@@ -301,6 +304,7 @@ export default {
buNo:'',
wareHouseID:'',
rollsQty: 0,
+ stdPackingQty: 0, // 标准装箱数量
},
scanRollNo:'',
boxModelFlag: false,
@@ -554,4 +558,8 @@ export default {
border-radius: 4px;
height: 20px;
}
+/* 标准装箱数量输入框右对齐 */
+.std-packing-qty-input /deep/ .el-input__inner {
+ text-align: right;
+}