Merge branch 'release/FixSelezioneOdlStampa'
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user