Aggiunta stored x inserimento parametri macchine missing
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user