From 771f3ace0beeefdfaf118732374f41f22d570470 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 18 十一月 2025 15:02:36 +0800
Subject: [PATCH] 1.新增报工记录页面
---
src/api/ReportManager.js | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 337aa52..3fd9ec6 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -150,3 +150,22 @@
params: data
})
}
+
+// 鎶ュ伐璁板綍鍒楄〃鏁版嵁鏌ヨ
+export function MesOrderStepReportSearch(data) {
+ return request({
+ url: 'ReportManager/MesOrderStepReportSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// 鎶ュ伐璁板綍鍒楄〃鏁版嵁瀵煎嚭
+export function MesOrderStepReportExcelSearch(data) {
+ return request({
+ url: 'ReportManager/MesOrderStepReportExcelSearch',
+ method: 'get',
+ params: data
+ })
+}
+
--
Gitblit v1.9.3