From ba4e2d066c37d9439c1446e5d6ba7dc6b15db7d7 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期二, 26 三月 2024 16:27:22 +0800 Subject: [PATCH] 修改拣货信息双提示问题。排查并修改平库出库流程。 --- Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs b/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs index 78c8489..46fad24 100644 --- a/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs +++ b/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs @@ -68,7 +68,7 @@ throw new Exception("鎵樼洏鐮佷负绌猴紝璇疯緭鍏ユ墭鐩樼爜"); } var palletInfo = Db.Queryable<DataStockDetail>().First(w => w.IsDel == "0" && w.PalletNo == palletNo); - if (!string.IsNullOrEmpty(palletInfo.WareHouseNo)) + if (!string.IsNullOrEmpty(palletInfo.WareHouseNo) && type != "1") { throw new Exception("璇ユ墭鐩樿繕鏈嚭搴�"); } -- Gitblit v1.8.0