From 8565d53462c88d1975d37af9c62b73cee6920534 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 十一月 2025 11:00:51 +0800
Subject: [PATCH] 应付台账修改

---
 src/api/productionScheduling/index.js |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/api/productionScheduling/index.js b/src/api/productionScheduling/index.js
index 8d6a941..4940576 100644
--- a/src/api/productionScheduling/index.js
+++ b/src/api/productionScheduling/index.js
@@ -106,4 +106,33 @@
         method: 'get',
         params: query
     })
+}
+
+// 鑾峰彇鎶ヨ〃缁熻鏁版嵁
+export function getReportStatistics(query) {
+    return request({
+        url: '/productHome/reportStatistics',
+        method: 'get',
+        params: query
+    })
+}
+
+// 鑾峰彇杈炬爣鐜囪秼鍔挎暟鎹�
+export function getReportTrend(query) {
+    return request({
+        url: '/productHome/reportTrend',
+        method: 'get',
+        params: {
+            dto: query
+        }
+    })
+}
+
+// 鑾峰彇鍔犲伐寰楃巼鍒嗘瀽鏁版嵁
+export function processingRateAnalysis(query) {
+    return request({
+        url: '/productHome/processingRateAnalysis',
+        method: 'get',
+        params: query
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3