From f29c419b9d07f40d30f30f8406335f992b1994cd Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 14 Jul 2021 07:41:30 +0200 Subject: [PATCH] Fix componente batch current --- NKC_WF/WebUserControls/cmp_stackLoading.ascx | 3 +-- NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs | 3 --- NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs | 9 --------- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx b/NKC_WF/WebUserControls/cmp_stackLoading.ascx index d15e9f3..8c6bb4a 100644 --- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx +++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx @@ -18,7 +18,6 @@
- @@ -54,7 +53,7 @@ - +
diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs index 091a99e..964dc6f 100644 --- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs @@ -99,8 +99,6 @@ namespace NKC_WF.WebUserControls set { cmp_MachSelSmart.MachineSel = value; - hfMachine.Value = value; - frmView.DataBind(); } } @@ -351,7 +349,6 @@ namespace NKC_WF.WebUserControls lastCmd = ""; } cmp_stackNextloading.BatchId = BatchIdCurr; - MachineSel = ""; raiseEvent(); doUpdate(); } diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs index da92f69..8fa8f33 100644 --- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs +++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs @@ -41,15 +41,6 @@ namespace NKC_WF.WebUserControls /// protected global::NKC_WF.WebUserControls.cmp_MachSelSmart cmp_MachSelSmart; - /// - /// hfMachine control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.HiddenField hfMachine; - /// /// hfBarcode control. ///