From a2444e26e2995edf96cf08a272daed21861c3fbe Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 11 十一月 2024 14:41:44 +0800
Subject: [PATCH] 1.生产入库T+ 手动写表暂时完成
---
src/api/ReportManager.js | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 337aa52..50ddb2a 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,30 @@
params: data
})
}
+
+// 鍏ュ簱璁板綍鏌ヨ
+export function StorageRecordSearch(data) {
+ return request({
+ url: 'ReportManager/StorageRecordSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// 鍏ュ簱璁板綍鍒犻櫎
+export function DeleteStorageRecord(data) {
+ return request({
+ url: 'ReportManager/DeleteStorageRecord',
+ method: 'post',
+ data
+ })
+}
+
+// 鍏ュ簱璁板綍瀵煎嚭
+export function StorageRecordExcelSearch(data) {
+ return request({
+ url: 'ReportManager/StorageRecordExcelSearch',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.3