From 7b79f82c4b2033fa9789daf5953d94135d06d07c Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 04 一月 2025 17:59:49 +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