Fix force ricalcolo x tempo e NON per macchina ceh NON VA...

This commit is contained in:
Samuele E. Locatelli
2019-01-16 19:28:23 +01:00
parent c358ee869d
commit 6d7cb9206f
6 changed files with 222 additions and 218 deletions
+2 -1
View File
@@ -524,7 +524,8 @@ namespace MoonProTablet.WebUserControls
inCmd2 = controllerMapo.scriviRigaEventoBarcode(idxMaccParent, idxEvento, CodArticolo, "", DataLayer.MatrOpr, rigaStato.pallet);
}
// chiamo refresh MSE
DataLayer.obj.taMSE.forceRefreshMacchina(idxMaccCurr);
//DataLayer.obj.taMSE.forceRefreshMacchina(idxMaccCurr);
DataLayer.obj.taMSE.forceRecalc(0);
// invalido la cache di selData
selData.mng.invalidateCache();
lblOut.Text = userMsg;