From 296b4aec849d45a075b6068cb121dd0c117d3818 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 04 一月 2025 17:59:18 +0800
Subject: [PATCH] WMS添加物料码信息打印

---
 代码管理/淮安PDA/pages/stash/boxing.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/boxing.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/boxing.vue"
index 49cb269..74a55c9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/boxing.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/boxing.vue"
@@ -348,7 +348,7 @@
 			},
 			snInput() {
 				this.$nextTick(() => {
-					if (this.warehouseId == 6) {
+					if (this.warehouseId == 6 || this.warehouseId == 2) {
 						if (this.sns.length > 0) {
 							this.sns = [];
 						}
@@ -363,7 +363,7 @@
 							this.Testcheck = false;
 							if (res.status) {
 								this.sns.push(res.data.serialNumber);
-								if (this.warehouseId == 6) {
+								if (this.warehouseId == 6 || this.warehouseId == 2) {
 									if (this.matInfos.length > 0) {
 										this.matInfos = [];
 									}

--
Gitblit v1.9.3