From 4ee759bd3226bb2f686c99b3d93e26b4128f07a4 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 10 五月 2023 09:49:32 +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