From 6cc0fd238edc0667989bef40bbf9ca2261467b4e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 27 四月 2023 10:01:40 +0800
Subject: [PATCH] 1.物料检验静态页面实现部分

---
 src/api/reportManager.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/api/reportManager.js b/src/api/reportManager.js
index 361942d..a97e3c7 100644
--- a/src/api/reportManager.js
+++ b/src/api/reportManager.js
@@ -141,3 +141,21 @@
   })
 }
 
+// 鐗╂祦妫�楠岃褰曟煡璇�
+export function LogisticsCheckSearch(data) {
+  return request({
+    url: 'ReportManager/LogisticsCheckSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 鐗╂祦妫�楠岋紝鏌ョ湅妫�楠屾槑缁�
+export function LogisticsCheckSubSearch(data) {
+  return request({
+    url: 'ReportManager/LogisticsCheckSubSearch',
+    method: 'get',
+    params: data
+  })
+}
+

--
Gitblit v1.9.3