Browse Source

小米DSN也不启动自动前缀。

Wang Jeff 2 years ago
parent
commit
cef53f91a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FactoryTool_CShare/Views/Main.cs

+ 1 - 1
FactoryTool_CShare/Views/Main.cs

@@ -106,7 +106,7 @@ namespace MOKA_Factory_Tools
                 return;
                 return;
 
 
             // 设置条码限制默认打上勾;
             // 设置条码限制默认打上勾;
-            if (midList1.keytype != null && midList1.keytype.ContainsKey("DSN"))
+            if (midList1.keytype != null && !functionSetting1.MITVEnable && !functionSetting1.IndiaMITVEnable && midList1.keytype.ContainsKey("DSN"))
             {
             {
                 BarcodeLimit.Checked = true;
                 BarcodeLimit.Checked = true;
                 BarCodeKeyCodeText.Text = OrderText.Text;
                 BarCodeKeyCodeText.Text = OrderText.Text;