Merge branch 'release/FixSelezioneOdlStampa'

This commit is contained in:
Samuele Locatelli
2022-03-31 19:00:44 +02:00
3 changed files with 8 additions and 8 deletions
+4
View File
@@ -18,6 +18,10 @@ namespace MP_MAG.SMART
// di conseguenza mostro stampa oppure selezione ODL...
divOdl.Visible = missingOdl;
divPrint.Visible = !missingOdl;
if (divPrint.Visible)
{
cmp_currODL.forceReload();
}
}
private void Cmp_printODL_eh_addNew(object sender, EventArgs e)
+2 -7
View File
@@ -351,21 +351,16 @@ namespace MP_MAG.WebUserControls
// se uguale OK
else if (tabAL[0].AL == SelPedana)
{
// se siamo in seconda lettura --> OK x spostamento
// 2022.03.31 se siamo in seconda lettura IMMEDIATA tutto ok
if (ProcUDC == code)
{
allOk = true;
//LastUDC = "";
}
// 2022.03.25 modifica: se è già associato --> giallo!
else
{
// 2022.03.25 modifica: se è già associato --> giallo!
cmp_barcode.showOutput("badge badge-warning", $"Attenzione: UDC già caricato su Pedana/AL ({tabAL[0].AL})");
}
#if false
// tutto ok
allOk = true;
#endif
}
else
{
+2 -1
View File
@@ -18,8 +18,9 @@ namespace MP_MAG.WebUserControls
Response.Redirect(titolo);
}
protected void Page_Load(object sender, EventArgs e)
public void forceReload()
{
resetProdData();
}
#endregion Protected Methods