diff --git a/ZR.Service/mes/wms/WMentryWarehousing_productService.cs b/ZR.Service/mes/wms/WMentryWarehousing_productService.cs index 48a623b9..da338ce6 100644 --- a/ZR.Service/mes/wms/WMentryWarehousing_productService.cs +++ b/ZR.Service/mes/wms/WMentryWarehousing_productService.cs @@ -446,8 +446,8 @@ namespace ZR.Service.mes.wms { return "库位参数异常,库位不存在"; } - //TODO 后道标签直接跳过检查 - if (resultionPackage.originalCode.Contains("LabelBy=HD")) + //20250610 后道标签并且是满箱的可跳过检查 + if (resultionPackage.originalCode.Contains("LabelBy=HD") && resultionPackage.originalCode.Contains("IsFull=1")) { isStrict = false; }