From 6b2ec7bd05459ddb4ea99df00267dbfda49cbdc7 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期日, 03 八月 2025 14:11:12 +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