From cdeeaabfa7aafeb95cc7a48f9b0c0d57176bf701 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Sat, 17 May 2025 10:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E9=81=93=E8=B7=B3=E8=BF=87=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/mes/wms/WMentryWarehousing_productService.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 != "临时") {