From 697e532cb0ba31cec654e3b8a271bc3ef0106bff Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 08 十二月 2025 13:29:39 +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 337aa52..27c0066 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({

--
Gitblit v1.9.3