From b28b2926a1f8c5ceb5b2ce5e1324371c0edc4fe9 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 16 一月 2026 09:47:25 +0800
Subject: [PATCH] fix: 搬迁另外仓库的BI大屏代码

---
 src/views/procurementManagement/procurementLedger/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 191dfe1..f508e08 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -1316,6 +1316,10 @@
         }
       }
 
+      if (form.value.salesLedgerId == -1) {
+        form.value.salesLedgerId = null;
+      }
+      console.log(form.value, "form.value===========");
       dialogFormVisible.value = true;
     } catch (error) {
       console.error("鎵撳紑琛ㄥ崟澶辫触:", error);

--
Gitblit v1.9.3