From f6ac139bf416f98c3a3d28f6b1d80e4598bd648f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 18:41:20 +0800
Subject: [PATCH] ll
---
pda/api/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/pda/api/index.js b/pda/api/index.js
index a8ee63f..c7c9064 100644
--- a/pda/api/index.js
+++ b/pda/api/index.js
@@ -149,4 +149,12 @@
method: 'post',
data
})
+}
+// wms杩愬崟璇︽儏
+export const wmsJobDetail = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/web/pdaPlatform/wmsJobDetail',
+ method: 'get',
+ data
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3