Refresh procedura accodamento pezzi 2 REDO
This commit is contained in:
@@ -20,6 +20,7 @@ namespace NKC_WF.WebUserControls
|
||||
numRedo += item.NumSheetsToRedo;
|
||||
}
|
||||
lbtCollectRedo.Visible = numRedo > 0;
|
||||
lbtCollectRedoOnEnd.Visible = numRedo > 0;
|
||||
}
|
||||
|
||||
public int BatchId
|
||||
@@ -54,7 +55,7 @@ namespace NKC_WF.WebUserControls
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Effettua steps x gestire Redo Sheets
|
||||
/// Effettua steps x gestire Redo Sheets PRIMA POSSIBILE
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
@@ -62,6 +63,21 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
// chiamo stored x sistemare
|
||||
DataLayer.man.taBL.fixRedoSheet(BatchId);
|
||||
doUpdate();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Effettua steps x gestire Redo Sheets ALLA FINE
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void lbtCollectRedoOnEnd_Click(object sender, EventArgs e)
|
||||
{
|
||||
// chiamo stored x sistemare
|
||||
DataLayer.man.taBL.fixRedoSheetOnEnd(BatchId);
|
||||
doUpdate();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user