Pārlūkot izejas kodu

进入工厂模式失败,不进入NG判断流程:主要是从G客户的NTF规则中移除这种NG。

JeffWang 3 gadi atpakaļ
vecāks
revīzija
0c2166acb5
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      FactoryTool_CShare/Views/OperationPanel.cs

+ 2 - 1
FactoryTool_CShare/Views/OperationPanel.cs

@@ -1730,8 +1730,9 @@ namespace MOKA_Factory_Tools
             }
             if (!EnterFactoryResult)
             {
-                ErrMsg = string.Format("{0}   Enter factory fail", SN);
+                ErrMsg = string.Format("{0} Enter factory fail, Please check the problem", SN);
                 Log.WriteErrorLog(ErrMsg);
+                ShowVerifyDelegate(ErrMsg);
                 return;
             }