增加按键灯颜色显示

This commit is contained in:
hehaibing-1996
2025-03-21 14:46:11 +08:00
parent 84aa11ef30
commit 06697a2e1d
3 changed files with 10 additions and 7 deletions

View File

@ -108,13 +108,13 @@ namespace WCS.BLL.HardWare
switch (taskMode)
{
case (TaskModeEnum.):
module.GoInInstoreMode(TcpCleint);
module.GoInInstoreMode(TcpCleint, firstTask.ButtonColor);
break;
case (TaskModeEnum.):
module.GoInOutstoreMode(TcpCleint);
module.GoInOutstoreMode(TcpCleint, firstTask.ButtonColor);
break;
case (TaskModeEnum.):
module.GoInStocktakingMode(TcpCleint);
module.GoInStocktakingMode(TcpCleint, firstTask.ButtonColor);
break;
default:
break;