From 747613d7e856a7c104b8b4709442d34a51cdb9aa Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 11 十月 2025 16:19:05 +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