后道跳过入库检验

This commit is contained in:
2025-05-17 10:25:27 +08:00
parent 248a276741
commit cdeeaabfa7

View File

@@ -388,7 +388,12 @@ namespace ZR.Service.mes.wms
.First(); .First();
if (wmInfo == null) if (wmInfo == null)
{ {
return "库位参数异常"; return "库位参数异常,库位不存在";
}
//TODO 后道标签直接跳过检查
if (resultionPackage.originalCode.Contains("LabelBy=HD"))
{
isStrict = true;
} }
if (isStrict && wmInfo.Remark != "临时") if (isStrict && wmInfo.Remark != "临时")
{ {