From b195295f2007d52f4a22e679f8ca591b042de27a Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 31 十月 2025 13:40:19 +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