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 |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 50ddb2a..d97fd6f 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -179,3 +179,58 @@
     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
+  })
+}
+
+// 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