From aab5156ebaa7a4ecf862651f7bb9cea2c18a5f79 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 10 Feb 2020 18:40:25 +0100 Subject: [PATCH] Ancora update in machine loading x vedere bach ID --- NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs | 3 +-- NKC_WF/site/MachineUnload.aspx | 2 +- NKC_WF/site/MachineUnload.aspx.cs | 4 ++++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs index 885772f..b1c7dce 100644 --- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs @@ -183,8 +183,6 @@ namespace NKC_WF.WebUserControls public void doUpdate() { - //repCtrl.DataBind(); - //checkPrint(); checkVisibility(); } @@ -208,6 +206,7 @@ namespace NKC_WF.WebUserControls DataLayer.man.taSHL.advanceInStack(stackIdCurr); } doUpdate(); + cmp_stackNextloading.doUpdate(); raiseEvent(); } } diff --git a/NKC_WF/site/MachineUnload.aspx b/NKC_WF/site/MachineUnload.aspx index 0800379..b34281d 100644 --- a/NKC_WF/site/MachineUnload.aspx +++ b/NKC_WF/site/MachineUnload.aspx @@ -14,7 +14,7 @@
-

<%: traduci("MachineUnload") %>

+

<%: traduci("MachineUnload") %> (<%: hfBatchID.Value %>)

diff --git a/NKC_WF/site/MachineUnload.aspx.cs b/NKC_WF/site/MachineUnload.aspx.cs index 2678b0e..9539cde 100644 --- a/NKC_WF/site/MachineUnload.aspx.cs +++ b/NKC_WF/site/MachineUnload.aspx.cs @@ -75,6 +75,10 @@ namespace NKC_WF SheetId = currSheet.SheetID; } } + else + { + BatchId = 0; + } } } } \ No newline at end of file