From 6966c63c04c57ddec44e2e0c00c544a09737097b Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 27 十月 2025 17:17:31 +0800
Subject: [PATCH] 优化PDA入库功能

---
 新建文件夹/PDA/pages/stash/raworderboxing.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/raworderboxing.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/raworderboxing.vue"
index e9dd604..4cf78c1 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/raworderboxing.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/raworderboxing.vue"
@@ -480,7 +480,7 @@
 						this.barcode = "";
 						this.materSn = "";
 						if (this.Inqty == this.orderqty) {
-							uni.setStorageSync('isLoaded', true);
+							uni.setStorageSync('isIn', true);
 							this.handleInboundComplete();
 						}
 					} else {
@@ -533,7 +533,7 @@
 				// });
 				// 鏂瑰紡1锛氫娇鐢╱ni.navigateBack杩斿洖涓婁竴椤�
 				    uni.navigateBack({
-				        delta: 2
+				        delta: 1
 				    });
 				}, 600);
 			}

--
Gitblit v1.9.3