From 1cbcdfe0841d0691d81ac5a677129df72162fd3a Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Mon, 17 Nov 2025 16:01:54 +0800
Subject: [PATCH] =?UTF-8?q?2025-11-17=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
---
.../boxManage/com_saleBoxManage_boxing.vue | 21 ++++++++++++++++++-
.../boxManage/com_saleBoxManage_pallet.vue | 21 ++++++++++++++++++-
2 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue
index 7237a3f..6ba2680 100644
--- a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue
+++ b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue
@@ -68,7 +68,7 @@
-
+
@@ -84,6 +84,16 @@
删除
+
+
+ 卷标签张数:
+ {{boxStatistics.rollCount}}
+
+
+ 物料总数:
+ {{boxStatistics.totalQty}}
+
+
sum + (parseFloat(item.rollQty) || 0), 0) // 物料总数
+ };
+ }
+ },
methods: {
//初始化组件的参数
init(inData) {
diff --git a/src/views/modules/boxManage/com_saleBoxManage_pallet.vue b/src/views/modules/boxManage/com_saleBoxManage_pallet.vue
index 76486e4..4791d36 100644
--- a/src/views/modules/boxManage/com_saleBoxManage_pallet.vue
+++ b/src/views/modules/boxManage/com_saleBoxManage_pallet.vue
@@ -62,7 +62,7 @@
-
+
@@ -72,6 +72,16 @@
删除
+
+
+ 箱标签张数:
+ {{palletStatistics.boxCount}}
+
+
+ 物料总数:
+ {{palletStatistics.totalQty}}
+
+
sum + (parseFloat(item.boxesQty) || 0), 0) // 物料总数
+ };
+ }
+ },
methods: {
//初始化组件的参数
init(inData) {