From 1d0cf4bc401520992b57acd806c7d4afb55adaec Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 13 十一月 2024 13:15:17 +0800
Subject: [PATCH] 1.T+入库记录 完成
---
src/api/ReportManager.js | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 337aa52..d891acc 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,58 @@
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
+ })
+}
+
+// 鍏ュ簱璁板綍琛ㄥご
+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 DeleteInStorageRecord(data) {
+ return request({
+ url: 'ReportManager/DeleteInStorageRecord',
+ method: 'post',
+ data
+ })
+}
+
--
Gitblit v1.9.3