From 47cb586fbd01e6a1fc8ebeb1c651b534788a7a13 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 27 六月 2026 16:55:27 +0800
Subject: [PATCH] fix: 销售报价的客户名称必填
---
src/views/reportAnalysis/PSIDataAnalysis/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/reportAnalysis/PSIDataAnalysis/index.vue b/src/views/reportAnalysis/PSIDataAnalysis/index.vue
index f81e482..3f8d3df 100644
--- a/src/views/reportAnalysis/PSIDataAnalysis/index.vue
+++ b/src/views/reportAnalysis/PSIDataAnalysis/index.vue
@@ -34,8 +34,8 @@
<!-- 鍙充晶鍖哄煙 -->
<div class="right-panel">
- <RightBottom />
- <RightTop />
+ <RightBottom header-to="/salesManagement/receiptPaymentLedger" />
+ <RightTop header-to="/procurementManagement/paymentLedger" />
</div>
</div>
</div>
--
Gitblit v1.9.3