Browse Source

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

JeffWang 3 years ago
parent
commit
0c2166acb5
1 changed files with 2 additions and 1 deletions
  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;
             }