From c75a630f7b099dfe3e5030a2cc66e96560cb9561 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期五, 13 九月 2024 14:28:56 +0800 Subject: [PATCH] Merge branch 'master' into csc --- Web/src/api/wcs/wcsDevice.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Web/src/api/wcs/wcsDevice.ts b/Web/src/api/wcs/wcsDevice.ts index 4561735..fe7baa5 100644 --- a/Web/src/api/wcs/wcsDevice.ts +++ b/Web/src/api/wcs/wcsDevice.ts @@ -8,6 +8,7 @@ GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown', GeneratePos = '/api/wcsDevice/GeneratePos', ListWcsDevice = '/api/wcsDevice/list', + WriteValue = '/api/wcsdevice/writeValue', GetWcsPackPlcList='/api/wcsDevice/WcsPackPlcList', GetWcsPackStationPlcList='/api/wcsDevice/WcsPackStationPlcList', @@ -101,4 +102,11 @@ url: Api.CloseTaskForPLC, method: 'post', data: params, +}); +//鍐欏叆鍊� +export const writeValue = (params?: any) => + request({ + url: Api.WriteValue, + method: 'post', + data: params, }); \ No newline at end of file -- Gitblit v1.8.0