From 24a3cbbc31b8fbff1c6a3c9b9e4360dc82a05f4e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 06 五月 2023 07:56:01 +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