From dbde3162fd361dcba4316b58754ccecf39a81a9f Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期一, 09 六月 2025 08:52:18 +0800 Subject: [PATCH] 修改问题 --- Web/src/api/wcs/wcsPlc.ts | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/Web/src/api/wcs/wcsPlc.ts b/Web/src/api/wcs/wcsPlc.ts index 8b133f3..cfccaff 100644 --- a/Web/src/api/wcs/wcsPlc.ts +++ b/Web/src/api/wcs/wcsPlc.ts @@ -5,6 +5,9 @@ UpdateWcsPlc = '/api/wcsPlc/update', PageWcsPlc = '/api/wcsPlc/page', DetailWcsPlc = '/api/wcsPlc/detail', + ListWcsPlc = '/api/wcsPlc/list', + ListStatus = '/api/wcsPlc/ListStatus', + ListPosition = 'api/wcsPlc/ListPosition' } // 澧炲姞PLC @@ -46,5 +49,24 @@ method: 'get', data: { id }, }); +// 鍒嗛〉鏌ヨPLC +export const listWcsPlc = (params?: any) => + request({ + url: Api.ListWcsPlc, + method: 'get', + data: params, + }); +// 鑾峰彇PLC杩炴帴鐘舵�佸拰鏈嶅姟鐘舵�� +export const listStatus = () => + request({ + url: Api.ListStatus, + method: 'get' + }); +// 鑾峰彇浣嶇疆涓婃湁娌℃湁涓滆タ +export const listPosition = () => + request({ + url: Api.ListPosition, + method: 'get' + }); -- Gitblit v1.8.0