From d3e49d3dceb3953c7bc4e6d0fd7e6258ebccaff1 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期日, 26 十月 2025 20:25:20 +0800
Subject: [PATCH] 修改前端和优化盘点

---
 新建文件夹/PDA/pages/stash/raworderboxing.vue |    3 +++
 1 files changed, 3 insertions(+), 0 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..e9dd604 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,
 					},

--
Gitblit v1.9.3