From 6f1e210726050dfc1d1ddf97b00a780fc7e8805c Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 27 十一月 2024 14:04:42 +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