From fef4a39d606932ebb2f7ae7d58c8ddcdd3e3b9db Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 20 九月 2025 14:43:07 +0800 Subject: [PATCH] PDA-AGV转运功能增加指定目标储位功能 --- Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs index 5cdeeb8..706d873 100644 --- a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs +++ b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs @@ -1187,10 +1187,10 @@ switch (model.WareHouseNo) { case "W01"://鎴愬搧搴� - if (skuList.Any(m => m.Type != "2")) - { - throw new Exception("浠撳簱涓庡嚭搴撶墿鏂欎笉绗�"); - } + //if (skuList.Any(m => m.Type != "2")) + //{ + // throw new Exception("浠撳簱涓庡嚭搴撶墿鏂欎笉绗�"); + //} break; case "W02"://鍘熸枡搴� if (skuList.Any(m => m.Type == "2")) -- Gitblit v1.8.0