From bc59e692723198f9efd651d484dcd7b253d595f8 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Fri, 3 Apr 2026 16:23:27 +0800
Subject: [PATCH] =?UTF-8?q?2026-04-3=20=E5=B7=A5=E5=8D=95=E6=9D=90?=
=?UTF-8?q?=E6=96=99=E4=B8=8A=E6=9C=BA=E8=AE=B0=E5=BD=95=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/warehouse/labelTransactionLog.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue
index 711f66e..f063972 100644
--- a/src/views/modules/warehouse/labelTransactionLog.vue
+++ b/src/views/modules/warehouse/labelTransactionLog.vue
@@ -231,6 +231,7 @@
+
@@ -249,7 +250,6 @@
-
@@ -348,7 +348,7 @@ export default {
computed: {
// 只有生产领料和生产退仓页签才显示Bom行号列
showBomItemNo() {
- return this.activeTab === '生产领料' || this.activeTab === '生产退仓'
+ return this.activeTab === '生产领料' || this.activeTab === '生产退仓' || this.activeTab === 'all'
}
},
mounted() {