From 0a218097b77769186270a6d1cc9bb67c5d06f425 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 14:59:56 +0800
Subject: [PATCH] 工序接口

---
 screen_standard/src/utils/apis.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/screen_standard/src/utils/apis.js b/screen_standard/src/utils/apis.js
index 907344a..d6f5892 100644
--- a/screen_standard/src/utils/apis.js
+++ b/screen_standard/src/utils/apis.js
@@ -13,4 +13,14 @@
 // 鍛樺伐浜у搧缁熻TOP10
 export function getTop (companyId, departId, params) {
   return axiosInstance.get(`statistics/userProduceTop/${companyId}/${departId}`, {params})
+}
+
+// 鏁版嵁缁熻-鎴愬搧璁″垝锛屾墽琛屼腑銆佸欢鏈熻鍒掓暟銆佷粖鏃ョ敓浜т汉鏁般�佷粖鏃ョ敓浜ц澶囨暟銆佷粖鏃ヤ笉鑹搧
+export function getProcedurePlansList (companyId, departId, params) {
+  return axiosInstance.get(`statistics/getProcedurePlansList/${companyId}/${departId}`, {params} )
+}
+
+// 鎶ュ伐鏃ュ織鍒嗛〉鏌ヨ
+export function getRecordLogPage (companyId, departId, data) {
+  return axiosInstance.post(`statistics/getRecordLogPage/${companyId}/${departId}`, data)
 }
\ No newline at end of file

--
Gitblit v1.9.3