增加按键灯颜色显示
This commit is contained in:
@ -256,7 +256,7 @@ namespace WCS.BLL.Services.Service
|
||||
t.MXL4Modules.ForEach(m =>
|
||||
{
|
||||
//发送进入入库模式
|
||||
m.GoInOutstoreMode(t.TcpCleint);
|
||||
m.GoInOutstoreMode(t.TcpCleint,DbModels.Task.ButtonColorEnum.红色);
|
||||
//任务ID
|
||||
m.SendTaskId(7, t.TcpCleint);
|
||||
m.SendMatCode("A7100200300", t.TcpCleint);
|
||||
|
Reference in New Issue
Block a user