From 38b3f8182e21a9114ee78ae5d5c550179ff628ca Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 03 一月 2025 16:53:20 +0800
Subject: [PATCH] PDA

---
 代码管理/淮安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