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