From df418a35e80167ae120e5840d6ff8d19676ee399 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 15 五月 2026 13:37:09 +0800
Subject: [PATCH] 1.报告记录删除功能
---
src/api/ReportManager.js | 62 +++++++++++++++++++++++++++++++
1 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 337aa52..7ab7a8b 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -18,6 +18,50 @@
})
}
+export function DeleteMesOrderStepReport(data) {
+ return request({
+ url: 'ReportManager/DeleteMesOrderStepReport',
+ method: 'post',
+ data
+ })
+}
+
+// 鍏ュ簱璁板綍瀵煎嚭
+export function StorageRecordExcelSearch(data) {
+ return request({
+ url: 'ReportManager/StorageRecordExcelSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// 鍏ュ簱璁板綍琛ㄥご
+export function InStorageRecordMainSearch(data) {
+ return request({
+ url: 'ReportManager/InStorageRecordMainSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// 鍏ュ簱璁板綍琛ㄤ綋
+export function InStorageRecordSubSearch(data) {
+ return request({
+ url: 'ReportManager/InStorageRecordSubSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// 鍏ュ簱璁板綍鍒犻櫎
+export function DeleteMesInStorageRecord(data) {
+ return request({
+ url: 'ReportManager/DeleteMesInStorageRecord',
+ method: 'post',
+ data
+ })
+}
+
// 鐝粍宸ヨ祫鎶ヨ〃璁板綍鏌ヨ
export function GroupSalaryReportSearch(data) {
return request({
@@ -150,3 +194,21 @@
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