|
@@ -4770,7 +4770,7 @@ namespace MOKA_Factory_Tools
|
|
{// 在线抄写;
|
|
{// 在线抄写;
|
|
if (WriteDID.Checked)
|
|
if (WriteDID.Checked)
|
|
{
|
|
{
|
|
- if (CommonMethod.UploadCopyResult(keycontent + "sversionid=" + midListNow.version + "&clienttype=" + midListNow.clienttype + "&ordernum=" + orderNow, midListNow.host + "/report.do?", errorDBNow, orderNow, false, "", FunctionSettingNow.ReportTimeOut))
|
|
|
|
|
|
+ if (CommonMethod.UploadCopyResult(keycontent + "sversionid=" + midListNow.version + "&clienttype=" + midListNow.clienttype + "&ordernum=" + orderNow, midListNow.host, errorDBNow, orderNow, false, "", FunctionSettingNow.ReportTimeOut))
|
|
TestResult = 1;
|
|
TestResult = 1;
|
|
else
|
|
else
|
|
{
|
|
{
|
|
@@ -4787,7 +4787,7 @@ namespace MOKA_Factory_Tools
|
|
if (SN.Trim().Length > 0)
|
|
if (SN.Trim().Length > 0)
|
|
{
|
|
{
|
|
keycontent += "nodid=true&";
|
|
keycontent += "nodid=true&";
|
|
- if (CommonMethod.UploadCopyResult(keycontent + "sversionid=" + midListNow.version + "&clienttype=" + midListNow.clienttype + "&ordernum=" + orderNow, midListNow.host + "/report.do?", errorDBNow, orderNow, false, "", FunctionSettingNow.ReportTimeOut))
|
|
|
|
|
|
+ if (CommonMethod.UploadCopyResult(keycontent + "sversionid=" + midListNow.version + "&clienttype=" + midListNow.clienttype + "&ordernum=" + orderNow, midListNow.host, errorDBNow, orderNow, false, "", FunctionSettingNow.ReportTimeOut))
|
|
TestResult = 1;
|
|
TestResult = 1;
|
|
else
|
|
else
|
|
{
|
|
{
|
|
@@ -4801,7 +4801,7 @@ namespace MOKA_Factory_Tools
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
- LocalTxtRecord.LocalRecord(midListNow.host + "/report.do?\r\n" + keycontent + "sversionid=" + midListNow.version + "&clienttype=" + midListNow.clienttype + "&ordernum=" + orderNow + "\r\n\r\n", orderNow);
|
|
|
|
|
|
+ LocalTxtRecord.LocalRecord(midListNow.host + "/v1/report.do?\r\n" + keycontent + "sversionid=" + midListNow.version + "&clienttype=" + midListNow.clienttype + "&ordernum=" + orderNow + "\r\n\r\n", orderNow);
|
|
if (FunctionSettingNow.AllowNoScanning)
|
|
if (FunctionSettingNow.AllowNoScanning)
|
|
{
|
|
{
|
|
TestResult = 1;
|
|
TestResult = 1;
|