|
@@ -2334,6 +2334,7 @@ namespace MOKA_Factory_Tools
|
|
|
if (midListNow.keytype.ContainsKey("DSN"))
|
|
|
{
|
|
|
#if !SIMULATION && !OD_VER
|
|
|
+#if false
|
|
|
// 墨西哥G客户Pid检测;
|
|
|
if (FunctionSettingNow.Mexican_NTF)
|
|
|
{
|
|
@@ -2358,7 +2359,7 @@ namespace MOKA_Factory_Tools
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+#endif
|
|
|
// 读取dvicecode
|
|
|
if (SerialCMD.GetFireTVDevcieCode(TVPort, out result, out data, out error, SerailDelay))
|
|
|
{
|
|
@@ -5158,8 +5159,7 @@ namespace MOKA_Factory_Tools
|
|
|
{
|
|
|
smtPsn = "";
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
if (WriteDID.Checked)
|
|
|
{
|
|
|
string postjson = V2Method.GetReportJson(orderNow, SN, isNodid: false, midListNow.clienttype, midListNow.version, ProjectIDText.Text, ref keyInfo, FunctionSettingNow.MITVEnable || FunctionSettingNow.IndiaMITVEnable, ref _MiKey);
|