From c411ff4e29b1b3f6d61dd0bae092d56358f06922 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 30 十月 2024 16:35:49 +0800
Subject: [PATCH] 1.生产入库递交
---
src/api/ReportManager.js | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 337aa52..1f781ab 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -134,6 +134,7 @@
params: data
})
}
+
// 瀹夌伅鎶ヨ〃姹囨��
export function AnDonReportSumSearch(data) {
return request({
@@ -142,6 +143,7 @@
params: data
})
}
+
// 瀹夌伅鎶ヨ〃姹囨�诲鍑�
export function AnDonReportSumExcelSearch(data) {
return request({
@@ -150,3 +152,21 @@
params: data
})
}
+
+// 鍏ュ簱璁板綍鏌ヨ
+export function StorageRecordSearch(data) {
+ return request({
+ url: 'ReportManager/StorageRecordSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// 鍏ュ簱璁板綍瀵煎嚭
+export function StorageRecordExcelSearch(data) {
+ return request({
+ url: 'ReportManager/StorageRecordExcelSearch',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.3