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 | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 50ddb2a..d891acc 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -179,3 +179,31 @@
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