From dba0fdf9154af7d91de34aab02c7e70ba7d407eb Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 19 五月 2023 15:51:58 +0800
Subject: [PATCH] 1.工序检验记录提交

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

diff --git a/src/api/reportManager.js b/src/api/reportManager.js
index a97e3c7..50830ed 100644
--- a/src/api/reportManager.js
+++ b/src/api/reportManager.js
@@ -159,3 +159,21 @@
   })
 }
 
+// 鐢熶骇杩涘害鎶ヨ〃鏌ヨ
+export function ProductionScheduleReportSearch(data) {
+  return request({
+    url: 'ReportManager/ProductionScheduleReportSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 鐢熶骇杩涘害鎶ヨ〃瀵煎嚭
+export function ProductionScheduleReportExcelSearch(data) {
+  return request({
+    url: 'ReportManager/ProductionScheduleReportExcelSearch',
+    method: 'get',
+    params: data
+  })
+}
+

--
Gitblit v1.9.3