From f6fb40bfcfb844f96174e08ea0d3dfb4359377f7 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 20 十月 2025 10:29:23 +0800
Subject: [PATCH] 装箱单零件描述过长的打印样式调整
---
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