From 56908a66dfd76fea39913eca76e2051c7b7a6b40 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 01 十一月 2025 17:31:49 +0800
Subject: [PATCH] 1

---
 新建文件夹/PDA/pages/stash/raworderboxing.vue |   37 ++++++++++++++++++++-----------------
 1 files changed, 20 insertions(+), 17 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..939a73e 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,7 +137,7 @@
 				matInfos: [],
 				orderNo: "",
 				batchNo: "",
-				materielCode:"",
+				materielCode: "",
 				orderqty: 0,
 				Inqty: 0,
 				goods_no: "",
@@ -161,6 +161,7 @@
 				matInfo: [],
 				value2: "",
 				matTotals: [],
+				id: "",
 				warehouseId: "",
 				Test: false,
 				Testlabel: "",
@@ -174,19 +175,20 @@
 		onShow() {},
 		onLoad(res) {
 			this.focus = false;
+			this.id = res.id;
 			this.addressFocus = false;
 			this.orderNo = res.orderNo;
 			this.Inqty = res.order_Inqty;
 			this.orderqty = res.order_qty;
 			this.batchNo = res.batchNo;
-			this.materielCode=res.goods_no;
+			this.materielCode = res.goods_no;
 			this.warehouseId = res.warehouseId;
 			this.label = "鍗曟嵁缂栧彿锛�" + this.orderNo;
 			this.batch_num = "鎵规鍙凤細" + res.batchNo;
 			this.order_qty = "鍗曟嵁鏁伴噺锛�" + res.order_qty;
 			this.order_Inqty = "宸插叆搴撴暟閲忥細" + this.Inqty;
 			this.goods_no = "鐗╂枡缂栧彿锛�" + res.goods_no;
-			this.getData();
+			// this.getData();
 		},
 		methods: {
 			// voiceSpeech(src) {
@@ -460,9 +462,10 @@
 				this.$u.post('/api/CabinOrder/FeedbackIn', {
 					MainData: {
 						"LocationCode": this.barcode,
+						"id":this.id,
 						"warehouseCode": this.warehouseId,
 						"orderNo": this.orderNo,
-						"materielCode":this.materielCode,
+						"materielCode": this.materielCode,
 						"Inqty": this.materSn,
 						"batchNo": this.batchNo,
 					},
@@ -480,7 +483,7 @@
 						this.barcode = "";
 						this.materSn = "";
 						if (this.Inqty == this.orderqty) {
-							uni.setStorageSync('isLoaded', true);
+							uni.setStorageSync('isIn', true);
 							this.handleInboundComplete();
 						}
 					} else {
@@ -523,18 +526,18 @@
 
 				// 鎴栬�呯洿鎺ヨ烦杞紙涓嶈闂敤鎴凤級
 				setTimeout(() => {
-				// 鏂瑰紡2锛氳烦杞埌鎸囧畾椤甸潰
-				// uni.redirectTo({
-				//     url: '/pages/order/list' // 鏇挎崲涓轰綘鐨勭洰鏍囬〉闈㈣矾寰�
-				// });
-				// 鏂瑰紡3锛氳烦杞埌棣栭〉
-				// uni.switchTab({
-				//     url: '/pages/index/index'
-				// });
-				// 鏂瑰紡1锛氫娇鐢╱ni.navigateBack杩斿洖涓婁竴椤�
-				    uni.navigateBack({
-				        delta: 2
-				    });
+					// 鏂瑰紡2锛氳烦杞埌鎸囧畾椤甸潰
+					// uni.redirectTo({
+					//     url: '/pages/order/list' // 鏇挎崲涓轰綘鐨勭洰鏍囬〉闈㈣矾寰�
+					// });
+					// 鏂瑰紡3锛氳烦杞埌棣栭〉
+					// uni.switchTab({
+					//     url: '/pages/index/index'
+					// });
+					// 鏂瑰紡1锛氫娇鐢╱ni.navigateBack杩斿洖涓婁竴椤�
+					uni.navigateBack({
+						delta: 1
+					});
 				}, 600);
 			}
 		}

--
Gitblit v1.9.3