From 801ddd3be4d6bf8553cac870435bb5092eca6b60 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期一, 06 一月 2025 18:50:38 +0800 Subject: [PATCH] 更新前端代码 --- 代码管理/淮安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