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 | 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