From 33ef96c0b10aea2a5c9cee18dbc39cdf169ccf92 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期一, 13 十月 2025 15:32:41 +0800
Subject: [PATCH] 优化四向车任务反馈流程
---
Web/src/api/wcs/wcsDevice.ts | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Web/src/api/wcs/wcsDevice.ts b/Web/src/api/wcs/wcsDevice.ts
index d2b0fec..79a4583 100644
--- a/Web/src/api/wcs/wcsDevice.ts
+++ b/Web/src/api/wcs/wcsDevice.ts
@@ -21,6 +21,7 @@
WriteInfo = '/api/wcsDevice/WriteInfo',
WriteTaskInfo = '/api/wcsDevice/WriteTaskInfo',
WriteStartStop = '/api/wcsDevice/WriteStartStop',
+ GetCarDL = '/api/wcsPLC/GetCarDL',
}
// 澧炲姞璁惧淇℃伅
export const WriteLocationInfo = (params?: any) =>
@@ -58,6 +59,14 @@
data: params,
});
+export const GetCarDL = () =>
+ request({
+ url: Api.GetCarDL,
+ method: 'get',
+ data: {},
+ });
+
+
// 澧炲姞璁惧淇℃伅
export const addWcsDevice = (params?: any) =>
request({
--
Gitblit v1.8.0