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 |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/src/api/reportManager.js b/src/api/reportManager.js
index 361942d..50830ed 100644
--- a/src/api/reportManager.js
+++ b/src/api/reportManager.js
@@ -141,3 +141,39 @@
   })
 }
 
+// 鐗╂祦妫�楠岃褰曟煡璇�
+export function LogisticsCheckSearch(data) {
+  return request({
+    url: 'ReportManager/LogisticsCheckSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 鐗╂祦妫�楠岋紝鏌ョ湅妫�楠屾槑缁�
+export function LogisticsCheckSubSearch(data) {
+  return request({
+    url: 'ReportManager/LogisticsCheckSubSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 鐢熶骇杩涘害鎶ヨ〃鏌ヨ
+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