V1.0.2
1.增加硬件禁用逻辑 2.弹窗报错逻辑优化(入库中的错误不再发再次进入入库指令)
This commit is contained in:
@ -136,6 +136,14 @@ namespace WCS.BLL.Manager
|
||||
}
|
||||
}
|
||||
|
||||
if (warning.WarningType == WarningTypeEnum.入库中未扫描上架 ||
|
||||
warning.WarningType == WarningTypeEnum.入库中异常取出 ||
|
||||
warning.WarningType == WarningTypeEnum.出库中丢失 ||
|
||||
warning.WarningType == WarningTypeEnum.出库中未扫描上架)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
#region 重新发指令进入对应模式
|
||||
Logs.Write($"GoInRightMode", LogsType.WebSocket);
|
||||
GoInRightMode(warning);
|
||||
|
@ -8,7 +8,7 @@
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Company>重庆盟讯电子科技有限公司</Company>
|
||||
<Copyright>Copyright © 2024</Copyright>
|
||||
<AssemblyVersion>1.0.1</AssemblyVersion>
|
||||
<AssemblyVersion>1.0.2</AssemblyVersion>
|
||||
<FileVersion>1.0.1</FileVersion>
|
||||
<ApplicationIcon>Resources\Logo.ico</ApplicationIcon>
|
||||
<Authors>重庆盟讯电子科技有限公司</Authors>
|
||||
|
Reference in New Issue
Block a user