From 1f89c6eedcd18336f04c3d46c0d5aae8d9d0eee2 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 13 十月 2025 17:33:27 +0800
Subject: [PATCH] 核磅录入打印生产日期字段变更
---
pages/wareHouse/moveWareHouse/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/wareHouse/moveWareHouse/index.vue b/pages/wareHouse/moveWareHouse/index.vue
index 5ebff67..ab76e77 100644
--- a/pages/wareHouse/moveWareHouse/index.vue
+++ b/pages/wareHouse/moveWareHouse/index.vue
@@ -191,7 +191,7 @@
let codeInfo = JSON.parse(data.code);
// 鎵弿鎶ュ伐鍗曚簩缁寸爜
// 鍒ゆ柇鎵弿鐨勬槸搴撲綅鐮佽繕鏄祦杞爜
- if (codeInfo.LN) {
+ if (codeInfo.CT) {
that.saveForm(codeInfo);
} else {
if (!that.registerInfo.toLocationNo) {
@@ -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