SVN r388
SVN-Revision: r388
This commit is contained in:
@@ -936,12 +936,12 @@ namespace Lskj.ProductiSched
|
|||||||
if (!TreeMultiHeader)
|
if (!TreeMultiHeader)
|
||||||
{
|
{
|
||||||
MergeMainDataWithDayPlan(dataMain, dataDayPlan, dateTime, typeDate);
|
MergeMainDataWithDayPlan(dataMain, dataDayPlan, dateTime, typeDate);
|
||||||
bandGcTop.BandedView.GridControl.DataSource = dataMain;
|
bandGcTop.SetGridViewDataSource(dataMain);
|
||||||
OnBandedViewRowCellClick(bandGcTop.BandedView, null);
|
OnBandedViewRowCellClick(bandGcTop.BandedView, null);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
treebandGcTop.TreeListObj.DataSource = dataMain;
|
treebandGcTop.SetGridViewDataSource(dataMain);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
string query = @"
|
string query = @"
|
||||||
|
|||||||
Reference in New Issue
Block a user