Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -948,6 +948,7 @@ WaveNo = a.WaveNo, IsDespatch = a.IsDespatch, Demo = a.Demo, OrderCode = a.OrderCode, CreateUserName = c.RealName, UpdateUserName = c.RealName, @@ -1187,10 +1188,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"))