From 5ce662b5bc38f6a8c4d62db530f79eba6af2f909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Tue, 10 Jun 2025 11:27:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E5=90=8E=E9=81=93=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/mes/wms/WMentryWarehousing_productService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }