From e19742cce801c53fd3a2354fb8b7e405493a9dae Mon Sep 17 00:00:00 2001 From: qian Date: Wed, 22 Jan 2025 09:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=B1=8F=E8=94=BD=E9=9B=B6?= =?UTF-8?q?=E4=BB=B6=E5=8F=B7,=E5=8E=9F=E6=9D=90=E7=89=A9=E6=96=99?= =?UTF-8?q?=E5=8F=B7=E4=B9=8B=E9=97=B4=E6=98=AF=E5=90=A6=E6=9C=89bom?= =?UTF-8?q?=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/SCP_PO_CONTROLLER.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.原材物料号) ||