Wms/WMS.BLL/BllAsnServer/ArrivalNoticeServer.cs
@@ -328,6 +328,8 @@ } if (model.Type != "7") { if (!TypeLot.Contains(model.Type)) { if (detailModel.LotNo.Length != 10) { strMessage = "-1:进厂编号位数长度有误;"; @@ -335,6 +337,8 @@ } } } if (model.Type == "1" && string.IsNullOrWhiteSpace(detailModel.SupplierLot)) //采购到货单原厂批号(供货批次)不能为空 { strMessage = "-1:原厂批号不可为空;";