From 638a52a8624d2864f78a86639ba579abb43f82cd Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-JIE70N9> Date: 星期日, 03 八月 2025 16:25:59 +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