Browse Source

小米不启用DSN级别SN验证。

JeffWang 2 years ago
parent
commit
f685fd7f3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FactoryTool_CShare/Views/OperationPanel.cs

+ 1 - 1
FactoryTool_CShare/Views/OperationPanel.cs

@@ -782,7 +782,7 @@ namespace MOKA_Factory_Tools
                         return;
                     }
 
-                    if (!FunctionSettingNow.BarcodeWrite && (midListNow.keytype != null && midListNow.keytype.ContainsKey("DSN")))
+                    if (!FunctionSettingNow.MITVEnable && !FunctionSettingNow.BarcodeWrite && (midListNow.keytype != null && midListNow.keytype.ContainsKey("DSN")))
                     {
                         // 如果不是全大写字母+数字,返回;
                         Regex r = new Regex(@"^[A-Z0-9]+$");