From b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 二月 2023 16:58:46 +0800
Subject: [PATCH] 1.自动排程代码正在研究

---
 src/api/zlgl.js |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/src/api/zlgl.js b/src/api/zlgl.js
index e33151c..f5416c3 100644
--- a/src/api/zlgl.js
+++ b/src/api/zlgl.js
@@ -132,3 +132,28 @@
   })
 }
 
+// 宸ュ簭妫�楠岃褰曞垪琛ㄦ煡璇�
+export function StepCheckTableSearch(data) {
+  return request({
+    url: 'QualityManagement/StepCheckTableSearch',
+    method: 'get',
+    params: data
+  })
+}
+// 宸ュ簭妫�楠岃褰曞垪琛ㄦ煡璇�
+export function StepCheckTableSubSearch(data) {
+  return request({
+    url: 'QualityManagement/StepCheckTableSubSearch',
+    method: 'get',
+    params: data
+  })
+}
+// 宸ュ簭妫�楠岃褰曞鍑�
+export function StepCheckTableOutExcel(data) {
+  return request({
+    url: 'QualityManagement/StepCheckTableOutExcel',
+    method: 'get',
+    params: data
+  })
+}
+

--
Gitblit v1.9.3