From 5e186bb00d635525699a4c1dc5a4b84dd25568ec Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 28 十月 2025 15:54:23 +0800
Subject: [PATCH] 优化PDA
---
新建文件夹/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