diff --git a/NKC_WF/WebUserControls/cmp_batchDetail.ascx.cs b/NKC_WF/WebUserControls/cmp_batchDetail.ascx.cs index 6ca3f13..c478037 100644 --- a/NKC_WF/WebUserControls/cmp_batchDetail.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_batchDetail.ascx.cs @@ -29,7 +29,7 @@ namespace NKC_WF.WebUserControls var estimAnsw = ComLib.man.getEstAnsw(value); var nestAnsw = ComLib.man.getNestAnsw(value); StringBuilder sb = new StringBuilder(); - sb.AppendLine("DEBUG INFO:"); + sb.AppendLine("DETAIL INFO:"); // elenchi x ricerca duplicati List partListEstim = new List(); List partListEstimDupl = new List(); diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx b/NKC_WF/WebUserControls/cmp_stackLoading.ascx index b3fb81a..ee5d1a1 100644 --- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx +++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx @@ -6,10 +6,10 @@
-

Testing PROD

+

PROD simul

- AVANZA prod + ADVANCE prod
diff --git a/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs b/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs index 572f2f8..48dec37 100644 --- a/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_unloadSmart.ascx.cs @@ -209,7 +209,7 @@ namespace NKC_WF.WebUserControls { case codeType.UNK: cmp_barcode.showOutput("text-danger", $"Unknown Data: {decoData.rawData} --> no action"); - resetSelection(true); + resetSelection(false); doRaiseEv = true; break; case codeType.Item: @@ -248,7 +248,7 @@ namespace NKC_WF.WebUserControls break; default: cmp_barcode.showOutput("text-danger", $"Unknown Data: {decoData.rawData} --> no action"); - resetSelection(true); + resetSelection(false); break; } diff --git a/NKC_WF/site/DBG_QRCode_Unload.aspx b/NKC_WF/site/DBG_QRCode_Unload.aspx index e4469ed..09adaec 100644 --- a/NKC_WF/site/DBG_QRCode_Unload.aspx +++ b/NKC_WF/site/DBG_QRCode_Unload.aspx @@ -7,30 +7,35 @@ -
-
- - LOGIN Page -
-
-

DEBUG UNLOAD PAGE

-
-
- QR size + + + +
+
+ + LOGIN Page +
+
+

DEBUG UNLOAD PAGE

+
+
+ QR size -
-
- -
-
- -
-
- -
-
+
+
+ +
+
+ +
+
+ +
+
+ +
diff --git a/NKC_WF/site/DBG_QRCode_Unload.aspx.cs b/NKC_WF/site/DBG_QRCode_Unload.aspx.cs index a6b928f..f43c3b9 100644 --- a/NKC_WF/site/DBG_QRCode_Unload.aspx.cs +++ b/NKC_WF/site/DBG_QRCode_Unload.aspx.cs @@ -115,5 +115,10 @@ namespace NKC_WF.site cmp_MU_carts.qrSize = qrSize; cmp_MU_Items.qrSize = qrSize; } + + protected void timerRefresh_Tick(object sender, EventArgs e) + { + doUpdate(); + } } } \ No newline at end of file diff --git a/NKC_WF/site/DBG_QRCode_Unload.aspx.designer.cs b/NKC_WF/site/DBG_QRCode_Unload.aspx.designer.cs index 29d6660..3f92644 100644 --- a/NKC_WF/site/DBG_QRCode_Unload.aspx.designer.cs +++ b/NKC_WF/site/DBG_QRCode_Unload.aspx.designer.cs @@ -32,6 +32,24 @@ namespace NKC_WF.site /// protected global::System.Web.UI.WebControls.HiddenField hfSheetID; + /// + /// Controllo timerRefresh. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.Timer timerRefresh; + + /// + /// Controllo upnlDebug. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.UpdatePanel upnlDebug; + /// /// Controllo imgQrLogin. ///