Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs
@@ -399,8 +399,8 @@ { throw new Exception("未查询到该出库单的信息"); } var type1 = new List<string>() { "0", "4" }; //拣货不可多出 var type2 = new List<string>() { "1", "2", "3", "5", "6", "7", "8" };//拣货可多出 var type1 = new List<string>() { "0", "4" }; //拣货不可多出 成品出库、不合格品出库 var type2 = new List<string>() { "1", "2", "3", "5", "6", "7", "8" };//拣货可多出 领料出库、抽检出库、物料取样出库、中间品出库、代储出库、其他出库、寄存出库 if (type1.Contains(notice.Type)) { if (notice.Status != "3")