From fdf0f9d0ae6659d4110aee59bcf9216f9e0fac7f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 15:25:19 +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