@ -1961,6 +1961,10 @@ namespace SCP
{
partCodeList.Add(item);
}
else if (item != SCPDB.TA_PART.FirstOrDefault(a=>a.PartCode == item).PartCode)
return partCodeList;
@ -262,7 +262,7 @@ namespace SCP.BasicData
List<string> list1 = new List<string>();
list1 = CheckPartCode(partCodeList);
if (list1 != new List<string>() )
if (list1.Count()>0 )
Alert.Show(string.Format( "导入文件中有不存在的零件,如{0}", list1.FirstOrDefault()));
return;
@ -200,7 +200,7 @@ namespace SCP.BasicData
if (list1 != new List<string>())
if (list1.Count()>0)
Alert.Show(string.Format("导入文件中有不存在的零件,如{0}", list1.FirstOrDefault()));
@ -219,7 +219,7 @@ namespace SCP.PlanData
@ -218,7 +218,7 @@ namespace SCP.Views.PlanData