COmpletata review dettaglio macchina
This commit is contained in:
@@ -38,14 +38,14 @@ namespace MoonProTablet.WebUserControls
|
||||
checkOdl();
|
||||
lblOut.Text = "";
|
||||
switchBtnConferma(false);
|
||||
btnShowConfProd.Visible = odlOk;
|
||||
lbtShowConfProd.Visible = odlOk;
|
||||
}
|
||||
/// <summary>
|
||||
/// Verifica se abbia un ODL ATTIVO
|
||||
/// </summary>
|
||||
private void checkOdl()
|
||||
{
|
||||
btnShowConfProd.Visible = odlOk;
|
||||
lbtShowConfProd.Visible = odlOk;
|
||||
lblMancaODL.Visible = !odlOk;
|
||||
}
|
||||
|
||||
@@ -137,7 +137,7 @@ namespace MoonProTablet.WebUserControls
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnShowConfProd_Click(object sender, EventArgs e)
|
||||
protected void lbtShowConfProd_Click(object sender, EventArgs e)
|
||||
{
|
||||
switchBtnConferma(!txtNumPezzi.Enabled);
|
||||
}
|
||||
@@ -148,7 +148,7 @@ namespace MoonProTablet.WebUserControls
|
||||
{
|
||||
txtNumPezzi.Enabled = showConf;
|
||||
txtNumScarti.Enabled = showConf;
|
||||
btnSalva.Visible = showConf;
|
||||
lbtSalva.Visible = showConf;
|
||||
DS_ProdTempi.stp_PzProd_getByMacchinaRow rigaProd;
|
||||
rigaProd = DataLayer.obj.taPzProd2conf.GetData(idxMacchina)[0];
|
||||
try
|
||||
@@ -169,11 +169,11 @@ namespace MoonProTablet.WebUserControls
|
||||
}
|
||||
if (showConf)
|
||||
{
|
||||
btnShowConfProd.Text = "Nascondi Conferma";
|
||||
lblShowConfProd.Text = "Nascondi Conferma";
|
||||
}
|
||||
else
|
||||
{
|
||||
btnShowConfProd.Text = "Mostra Conferma";
|
||||
lblShowConfProd.Text = "Mostra Conferma";
|
||||
// sollevo evento!
|
||||
if (eh_reset != null)
|
||||
{
|
||||
@@ -230,7 +230,7 @@ namespace MoonProTablet.WebUserControls
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnSalva_Click(object sender, EventArgs e)
|
||||
protected void lbtSalva_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (memLayer.ML.CRI("modoConfProd") == 2)
|
||||
{
|
||||
@@ -319,7 +319,7 @@ namespace MoonProTablet.WebUserControls
|
||||
{
|
||||
get
|
||||
{
|
||||
return memLayer.ML.StringSessionObj("subMaccSel");
|
||||
return memLayer.ML.StringSessionObj("subMaccSel");
|
||||
}
|
||||
set
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user