Aggiunta stored x inserimento parametri macchine missing

This commit is contained in:
Samuele E. Locatelli
2020-01-03 09:08:13 +01:00
parent 56c04589c6
commit 94de878b3a
8 changed files with 77 additions and 59 deletions
+10 -2
View File
@@ -1,4 +1,5 @@
using System;
using MapoDb;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
@@ -53,7 +54,7 @@ namespace ES3.WebUserControls
memLayer.ML.emptySessionVal(string.Format("{0}_sel", _idxGridView));
#endif
grView.SelectedIndex = -1;
grView.DataBind();
doUpdate();
#if false
divEditQta.Visible = false;
mod_newPromessaODL.Visible = false;
@@ -65,5 +66,12 @@ namespace ES3.WebUserControls
}
#endif
}
protected void lbtAddNew_Click(object sender, EventArgs e)
{
// aggiungo macchine con parametri mancanti... MULTI --> OEE madre a 0%!!!
DataLayer.obj.taMacParams.insMissing();
doUpdate();
}
}
}