From b8f54b62d44133a7c1a18807d5f218d94be26099 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 22 四月 2026 15:40:33 +0800
Subject: [PATCH] 1.装配车间看板修改
---
src/api/ReportManager.js | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 337aa52..aa93227 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -18,6 +18,42 @@
})
}
+// 鍏ュ簱璁板綍瀵煎嚭
+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 +186,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