From 6156331374cefbe908c5aeaebda911646c1d5f10 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 14 十一月 2024 10:35:48 +0800
Subject: [PATCH] 1.递交
---
src/api/ReportManager.js | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index d891acc..d97fd6f 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -207,3 +207,30 @@
})
}
+// T8鍏ュ簱璁板綍琛ㄥご
+export function StorageRecordMainSearch(data) {
+ return request({
+ url: 'ReportManager/StorageRecordMainSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// T8鍏ュ簱璁板綍琛ㄤ綋
+export function StorageRecordSubSearch(data) {
+ return request({
+ url: 'ReportManager/StorageRecordSubSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// T8鍏ュ簱璁板綍鍒犻櫎
+export function StorageRecordDelete(data) {
+ return request({
+ url: 'ReportManager/StorageRecordDelete',
+ method: 'post',
+ data
+ })
+}
+
--
Gitblit v1.9.3