correzione gestione pagina MultiOut x cambio linea (perdeva particolare)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12,7 +12,7 @@
|
||||
<div class="panel panel-primary panel-sm">
|
||||
<div class="panel-heading">
|
||||
<b>
|
||||
<asp:Label runat="server" ID="lblUdcParent"><%: traduci("UDC") %></asp:Label></b>
|
||||
<asp:Label runat="server" ID="lblUdcParent"></asp:Label></b>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
|
||||
@@ -50,6 +50,10 @@ namespace GMW.WebUserControls
|
||||
traduciObj();
|
||||
CodBlocco = Postazione.currCodBlocco;
|
||||
checkNumKeyIn();
|
||||
// reimposto eventuale particolare...?!?
|
||||
currParticolare = "";// currParticolare;
|
||||
grView.DataSourceID = "ods";
|
||||
lblUdcParent.Text = traduci("UDC");
|
||||
}
|
||||
doChecks();
|
||||
}
|
||||
@@ -203,12 +207,12 @@ namespace GMW.WebUserControls
|
||||
{
|
||||
get
|
||||
{
|
||||
//return memLayer.ML.StringSessionObj(string.Format("currParticolare_{0}", uid));
|
||||
return hfCurrPart.Value;
|
||||
return memLayer.ML.StringSessionObj(string.Format("currParticolare_{0}", uid));
|
||||
//return hfCurrPart.Value;
|
||||
}
|
||||
set
|
||||
{
|
||||
//memLayer.ML.setSessionVal(string.Format("currParticolare_{0}", uid), value, memLayer.ML.confReadBool("keepParticolareSel"));
|
||||
memLayer.ML.setSessionVal(string.Format("currParticolare_{0}", uid), value, memLayer.ML.confReadBool("keepParticolareSel"));
|
||||
hfCurrPart.Value = value;
|
||||
}
|
||||
}
|
||||
@@ -789,6 +793,8 @@ namespace GMW.WebUserControls
|
||||
// resetto i dati QtaTot e particolare...
|
||||
qta = 0;
|
||||
currParticolare = "";
|
||||
grView.DataSourceID = "ods";
|
||||
lblUdcParent.Text = traduci("UDC");
|
||||
txtQta.Text = "";
|
||||
doChecks();
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user