后道零头箱打印逻辑修改

This commit is contained in:
2025-06-10 15:24:24 +08:00
parent 5ce662b5bc
commit fba29f73fc
3 changed files with 61 additions and 17 deletions

View File

@@ -446,11 +446,16 @@ namespace ZR.Service.mes.wms
{
return "库位参数异常,库位不存在";
}
//20250610 后道标签并且是满箱的可跳过检查
if (resultionPackage.originalCode.Contains("LabelBy=HD") && resultionPackage.originalCode.Contains("IsFull=1"))
//TODO 平滑过渡方案,后道标签可跳过检查
if (resultionPackage.originalCode.Contains("LabelBy=HD"))
{
isStrict = false;
}
//20250610 后道标签并且是满箱的可跳过检查
/*if (resultionPackage.originalCode.Contains("LabelBy=HD") && resultionPackage.originalCode.Contains("IsFull=1"))
{
isStrict = false;
}*/
if (isStrict && wmInfo.Remark != "临时")
{
// 3. 提取流水号