From 7985764aa551ca2a74041e35f76e86ab67f0b3b3 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 22 十二月 2025 16:30:08 +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