SVN r842
SVN-Revision: r842
This commit is contained in:
@@ -375,6 +375,14 @@ namespace Lskj.ProductiSched
|
||||
/// <param name="e"></param>
|
||||
private void OnBtnSaveClick(object sender, EventArgs e)
|
||||
{
|
||||
if (TreeMultiHeader)
|
||||
{
|
||||
treebandGcTop.GridView.PostEditor();
|
||||
}
|
||||
else
|
||||
{
|
||||
bandGcTop.BandedView.PostEditor();
|
||||
}
|
||||
if (!string.IsNullOrEmpty(DataModel.TopModuleModel.MenuTable))
|
||||
{
|
||||
SaveGridRecord();
|
||||
@@ -2230,6 +2238,7 @@ namespace Lskj.ProductiSched
|
||||
IniHelper.Write(string.Format("ProductSched_SplitLeft_{0}", DataModel.TopSysModel.ModuleCode), splitLeftControl.SplitterPosition + "");
|
||||
IniHelper.Write(string.Format("ProductSched_SplitMain_{0}", DataModel.TopSysModel.ModuleCode), splitMainControl.SplitterPosition + "");
|
||||
}
|
||||
bandGcTop.gridControl.Refresh();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user