service/Warehouse/MesInvItemInCDetailsManager.cs
@@ -64,10 +64,10 @@ if (inventoryDetails == null) throw new Exception("此条码找不到对应收货单明细!"); if (string.IsNullOrEmpty(inventoryDetails.CheckRes) || inventoryDetails.CheckRes != "合格") { throw new Exception("该条码对应的收料单检验不合格或未检验!"); } //if (string.IsNullOrEmpty(inventoryDetails.CheckRes) || inventoryDetails.CheckRes != "Y:合格") //{ // throw new Exception("该条码对应的收料单检验不合格或未检验!"); //} var depotCode = Db.Queryable<MesDepotSections>() .Where(it => it.DepotSectionCode == sectionCode)