From 66a4579ac674f0f3958f2f365718c34e3bac49da Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 12 八月 2025 08:32:52 +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