增加按键灯颜色显示
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user