| | |
| | | continue; |
| | | } |
| | | } |
| | | if (model.Type != "7") |
| | | { |
| | | if (!TypeLot.Contains(model.Type)) |
| | | { |
| | | if (detailModel.LotNo.Length != 12 && detailModel.LotNo.Length != 11 && detailModel.LotNo.Length != 10) |
| | | { |
| | | strMessage = "-1:进厂编号位数长度有误;"; |
| | | continue; |
| | | } |
| | | } |
| | | //if (model.Type != "7") |
| | | //{ |
| | | // if (!TypeLot.Contains(model.Type)) |
| | | // { |
| | | // if (detailModel.LotNo.Length != 12 && detailModel.LotNo.Length != 11 && detailModel.LotNo.Length != 10) |
| | | // { |
| | | // strMessage = "-1:进厂编号位数长度有误;"; |
| | | // continue; |
| | | // } |
| | | // } |
| | | |
| | | } |
| | | //} |
| | | |
| | | if (model.Type == "1" && string.IsNullOrWhiteSpace(detailModel.SupplierLot)) //采购到货单原厂批号(供货批次)不能为空 |
| | | { |