1.增加硬件禁用逻辑
2.弹窗报错逻辑优化(入库中的错误不再发再次进入入库指令)
This commit is contained in:
hehaibing-1996
2024-11-28 17:59:29 +08:00
parent 6fbc90dac3
commit 9f5fdc24e9
2 changed files with 15 additions and 7 deletions

View File

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

View File

@ -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>
@ -84,12 +84,12 @@
<Resource Include="Resources\Logo.ico" />
<Resource Include="Resources\Logo.png" />
<Resource Include="Resources\主页.png" />
<Resource Include="Resources\入库.png"/>
<Resource Include="Resources\出库.png"/>
<Resource Include="Resources\盘点.png"/>
<Resource Include="Resources\查询.png"/>
<Resource Include="Resources\货架.png"/>
<Resource Include="Resources\物料.png"/>
<Resource Include="Resources\入库.png" />
<Resource Include="Resources\出库.png" />
<Resource Include="Resources\盘点.png" />
<Resource Include="Resources\查询.png" />
<Resource Include="Resources\货架.png" />
<Resource Include="Resources\物料.png" />
<Resource Include="Resources\权限.png" />
<Resource Include="Resources\调试.png" />
</ItemGroup>