From 2cafdd83b5173ca7e78dffcde63897b4be251179 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期五, 11 七月 2025 08:38:29 +0800 Subject: [PATCH] PDA增加AGV转运空托盘页面 --- Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs b/Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs index 805a2b3..80ad10c 100644 --- a/Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs +++ b/Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs @@ -6074,9 +6074,12 @@ { foreach (var item in stockDetail) { - if (!string.IsNullOrEmpty(item.WareHouseNo)) + if (!string.IsNullOrEmpty(item.WareHouseNo) && !string.IsNullOrEmpty(item.AreaNo)) { - throw new Exception("璇ユ墭鐩樻湭鍦ㄥ簱澶栵紝璇锋牳鏌�!"); + if (item.AreaNo != "B06" && item.AreaNo != "B07" && item.AreaNo != "B09") + { + throw new Exception("璇ユ墭鐩樻湭鍦ㄥ簱澶栵紝璇锋牳鏌�!"); + } } } iscount = 1; //鍥炴祦鍏ュ簱 -- Gitblit v1.8.0