From 1d346a70b7f8022a1048086c3691cc654a91f48c Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 01 十一月 2025 15:01:00 +0800
Subject: [PATCH] 优化前端

---
 新建文件夹/PDA/pages/stash/raworderboxing.vue |    7 +++++--
 1 files changed, 5 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 e1ac0c7..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"
@@ -137,6 +137,7 @@
 				matInfos: [],
 				orderNo: "",
 				batchNo: "",
+				materielCode:"",
 				orderqty: 0,
 				Inqty: 0,
 				goods_no: "",
@@ -178,6 +179,7 @@
 			this.Inqty = res.order_Inqty;
 			this.orderqty = res.order_qty;
 			this.batchNo = res.batchNo;
+			this.materielCode=res.goods_no;
 			this.warehouseId = res.warehouseId;
 			this.label = "鍗曟嵁缂栧彿锛�" + this.orderNo;
 			this.batch_num = "鎵规鍙凤細" + res.batchNo;
@@ -460,6 +462,7 @@
 						"LocationCode": this.barcode,
 						"warehouseCode": this.warehouseId,
 						"orderNo": this.orderNo,
+						"materielCode":this.materielCode,
 						"Inqty": this.materSn,
 						"batchNo": this.batchNo,
 					},
@@ -477,7 +480,7 @@
 						this.barcode = "";
 						this.materSn = "";
 						if (this.Inqty == this.orderqty) {
-							uni.setStorageSync('isLoaded', true);
+							uni.setStorageSync('isIn', true);
 							this.handleInboundComplete();
 						}
 					} else {
@@ -530,7 +533,7 @@
 				// });
 				// 鏂瑰紡1锛氫娇鐢╱ni.navigateBack杩斿洖涓婁竴椤�
 				    uni.navigateBack({
-				        delta: 2
+				        delta: 1
 				    });
 				}, 600);
 			}

--
Gitblit v1.9.3