Explorar el Código

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

JeffWang hace 3 años
padre
commit
0c2166acb5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
             }