From fda6d3c555fd317137a24e9a6c0d342eb50bfe57 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 21 四月 2026 09:33:38 +0800
Subject: [PATCH] 湟水峡 1.项目利润页面加上采购合同号字段。项目名称、增值税字段去掉 2.生产订单删掉404接口

---
 src/api/viewIndex.js |   42 +++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 3caced7..fa91232 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -1,12 +1,21 @@
 // 棣栭〉鎺ュ彛
 import request from "@/utils/request";
 
-//  宸ュ崟鎵ц鏁堢巼鍒嗘瀽
-export const workOrderEfficiencyAnalysis = (query) => {
+//  宸ュ簭鏁版嵁鐢熶骇缁熻鏄庣粏
+export const processDataProductionStatistics = (params) => {
   return request({
-    url: "/home/workOrderEfficiencyAnalysis",
+    url: "/home/processDataProductionStatistics",
     method: "get",
-    params: query,
+    params,
+  });
+};
+
+//  璐ㄩ噺缁熻
+export const qualityInspectionStatistics = (params) => {
+  return request({
+    url: "/home/qualityInspectionStatistics",
+    method: "get",
+    params,
   });
 };
 
@@ -109,14 +118,6 @@
   });
 };
 
-// 鐢熶骇鏍哥畻鍒嗘瀽锛坉ateType: 1鍛� 2鏈� 3瀛e害锛�
-export const productionAccountingAnalysis = (params) => {
-  return request({
-    url: "/home/productionAccountingAnalysis",
-    method: "get",
-    params,
-  });
-};
 // 鐢熶骇鏍哥畻鍒嗘瀽
 export const productionAccountingAnalysis = (query) => {
   return request({
@@ -143,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