From 6749fc51f07d9824640c4c2508ff242b8850a323 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 21 四月 2026 10:44:01 +0800
Subject: [PATCH] 湟水峡 1.bug修改

---
 src/api/viewIndex.js |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 23e74fe..fa91232 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -110,22 +110,14 @@
 };
 
 // 宸ュ崟鎵ц鏁堢巼鍒嗘瀽锛坉ateType: 1鍛� 2鏈� 3瀛e害锛�
-// export const workOrderEfficiencyAnalysis = (params) => {
-//   return request({
-//     url: "/home/workOrderEfficiencyAnalysis",
-//     method: "get",
-//     params,
-//   });
-// };
-
-// 鐢熶骇鏍哥畻鍒嗘瀽锛坉ateType: 1鍛� 2鏈� 3瀛e害锛�
-export const productionAccountingAnalysis = (params) => {
+export const workOrderEfficiencyAnalysis = (params) => {
   return request({
-    url: "/home/productionAccountingAnalysis",
+    url: "/home/workOrderEfficiencyAnalysis",
     method: "get",
     params,
   });
 };
+
 // 鐢熶骇鏍哥畻鍒嗘瀽
 export const productionAccountingAnalysis = (query) => {
   return request({
@@ -152,12 +144,19 @@
 
 // 绾垮舰鍥�
 export const getAmountHalfYear = () => {
-  return request({
-    url: "/sales/ledger/getAmountHalfYear",
-    method: "get",
-  });
-};
+    return request({
+        url: '/sales/ledger/getAmountHalfYear',
+        method: 'get'
+    })
+}
 
+// 棣栭〉-寰呭洖娆炬彁閱�
+export const overdueReceivable = () => {
+    return request({
+        url: '/home/overdueReceivable',
+        method: 'get'
+    })
+}
 // 鍚勭敓浜ц鍗曠殑瀹屾垚杩涘害缁熻
 // /home/progressStatistics
 export const getProgressStatistics = () => {

--
Gitblit v1.9.3