增加按键灯颜色显示

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

@ -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);