From 832627b3addea5a6a30373a24bbf13e9a3c0f84f Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 20 十月 2025 08:47:13 +0800
Subject: [PATCH] PDA移库扫码后下面的数据不显示,需要改一下,单次移库数据要保存在下面,下次打开再不显示
---
pages/wareHouse/moveWareHouse/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/wareHouse/moveWareHouse/index.vue b/pages/wareHouse/moveWareHouse/index.vue
index 5ebff67..fbb997e 100644
--- a/pages/wareHouse/moveWareHouse/index.vue
+++ b/pages/wareHouse/moveWareHouse/index.vue
@@ -191,14 +191,14 @@
let codeInfo = JSON.parse(data.code);
// 鎵弿鎶ュ伐鍗曚簩缁寸爜
// 鍒ゆ柇鎵弿鐨勬槸搴撲綅鐮佽繕鏄祦杞爜
- if (codeInfo.LN) {
+ if (codeInfo.CT) {
that.saveForm(codeInfo);
} else {
if (!that.registerInfo.toLocationNo) {
that.$u.toast("璇峰厛鎵弿搴撲綅");
return;
}
- that.hasScanSnList = [];
+ // that.hasScanSnList = [];
that.codeInfoId = codeInfo.id;
that.saveModalForm(codeInfo);
// that.getHandelList();
@@ -251,7 +251,7 @@
saveModalForm(val) {
this.$u.api.shiftingParking
.selPartInfoPDA({
- outBatchNo: val.outBatchNo,
+ outBatchNo: val.BN,
})
.then((res) => {
this.detailedList = res.data;
--
Gitblit v1.9.3