SVN r387
SVN-Revision: r387
This commit is contained in:
@@ -915,7 +915,7 @@ namespace Lskj.ProductiSched
|
||||
{
|
||||
dataMain = treebandGcTop.GetGridViewDataSource().Copy();
|
||||
dataDetail = treebandGcTop.GetGridViewDataSource().Copy();
|
||||
treebandGcTop.GridControl.DataSource = null;
|
||||
treebandGcTop.TreeListObj.DataSource = null;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -938,9 +938,11 @@ namespace Lskj.ProductiSched
|
||||
MergeMainDataWithDayPlan(dataMain, dataDayPlan, dateTime, typeDate);
|
||||
bandGcTop.BandedView.GridControl.DataSource = dataMain;
|
||||
OnBandedViewRowCellClick(bandGcTop.BandedView, null);
|
||||
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
treebandGcTop.TreeListObj.DataSource = dataMain;
|
||||
}
|
||||
}
|
||||
string query = @"
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user