-
-
+
+
+ <%: traduci("UDC") %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%--
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%--
@@ -48,56 +53,58 @@
ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.small) %>' />
--%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%--
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%----%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs
index ef366e78..1907cd4e 100644
--- a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs
+++ b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs
@@ -71,10 +71,30 @@ namespace GMW.WebUserControls
{
fixRicercaUdc();
traduciObj();
+ idxCella = Postazione.currIdxCella;
}
doChecks();
}
///
+ /// IDX cella associata alla linea corrente
+ ///
+ protected int idxCella
+ {
+ get
+ {
+ int answ = 0;
+ if (memLayer.ML.isInSessionObject("IdxCellaLineaST_OUT"))
+ {
+ answ = memLayer.ML.IntSessionObj("IdxCellaLineaST_OUT");
+ }
+ return answ;
+ }
+ set
+ {
+ memLayer.ML.setSessionVal("IdxCellaLineaST_OUT", value);
+ }
+ }
+ ///
/// verifica se si debba mostrare un campo ricerca attivo...
///
private void fixRicercaUdc()
@@ -83,7 +103,6 @@ namespace GMW.WebUserControls
{
testoRicerca = memLayer.ML.StringSessionObj("valoreCercatoSTO");
}
-
}
///
/// richiesta (ri)stampa UDC
@@ -431,6 +450,7 @@ namespace GMW.WebUserControls
///
public void doUpdate()
{
+ idxCella = Postazione.currIdxCella;
checkStampa();
grView.DataBind();
txtBarcode.Focus();
@@ -685,7 +705,7 @@ namespace GMW.WebUserControls
///
/// effettua reset dati
///
- private void doResetData()
+ public void doResetData()
{
// resetto i dati QtaTot e particolare...
qta = 0;
@@ -863,6 +883,7 @@ namespace GMW.WebUserControls
{
}
+
///
/// selezione UDC da elenco
///
diff --git a/GMW/WebUserControls/mod_lavMeccIN.ascx b/GMW/WebUserControls/mod_lavMeccIN.ascx
index ee3867ba..d7e2a704 100644
--- a/GMW/WebUserControls/mod_lavMeccIN.ascx
+++ b/GMW/WebUserControls/mod_lavMeccIN.ascx
@@ -44,11 +44,11 @@