From c5b5363e2cb22b09f84a4026361fd53b2819f651 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 14 六月 2025 14:49:37 +0800 Subject: [PATCH] 入库申请LED屏幕增加物料信息显示 --- Web/src/api/device/wcsOderTask.ts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Web/src/api/device/wcsOderTask.ts b/Web/src/api/device/wcsOderTask.ts index b4f1a69..f05c09d 100644 --- a/Web/src/api/device/wcsOderTask.ts +++ b/Web/src/api/device/wcsOderTask.ts @@ -5,6 +5,8 @@ UpdateWcsOderTask = '/api/wcsOderTask/update', PageWcsOderTask = '/api/wcsOderTask/page', DetailWcsOderTask = '/api/wcsOderTask/detail', + + GetGroupSkuList = '/api/WcsBoxInfo/GroupSkuList', } // 澧炲姞鍒嗘嫞浠诲姟 @@ -47,4 +49,11 @@ data: { id }, }); +// 鍒嗛〉鏌ヨ鍒嗘嫞浠诲姟 +export const GetGroupSkuList = () => + request({ + url: Api.GetGroupSkuList, + method: 'get', + }); + -- Gitblit v1.8.0