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