|
@ -2524,12 +2524,12 @@ namespace CK.SCP.Controller |
|
|
ErrorList.Add(string.Format("供应商编号{0}不正确!", p_excel.供应商编号)); |
|
|
ErrorList.Add(string.Format("供应商编号{0}不正确!", p_excel.供应商编号)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
BomList1.JsonService bomVersionRe = new BomList1.JsonService(); |
|
|
//BomList1.JsonService bomVersionRe = new BomList1.JsonService();
|
|
|
var _ReturnRelust = bomVersionRe.GetBom(p_excel.零件号, p_excel.原材物料号); |
|
|
//var _ReturnRelust = bomVersionRe.GetBom(p_excel.零件号, p_excel.原材物料号);
|
|
|
if (_ReturnRelust == "[null]") |
|
|
//if (_ReturnRelust == "[null]")
|
|
|
{ |
|
|
//{
|
|
|
ErrorList.Add(string.Format("零件号{0}与原材物料号{1}不存在BOM关系!", p_excel.零件号, p_excel.原材物料号)); |
|
|
// ErrorList.Add(string.Format("零件号{0}与原材物料号{1}不存在BOM关系!", p_excel.零件号, p_excel.原材物料号));
|
|
|
} |
|
|
//}
|
|
|
if ( |
|
|
if ( |
|
|
string.IsNullOrEmpty(p_excel.零件号) || |
|
|
string.IsNullOrEmpty(p_excel.零件号) || |
|
|
string.IsNullOrEmpty(p_excel.原材物料号) || |
|
|
string.IsNullOrEmpty(p_excel.原材物料号) || |
|
|