SVN-Revision: r654
This commit is contained in:
cyf
2025-05-30 09:40:02 +00:00
parent bfafcd8b3a
commit 2db4a0fadf
14 changed files with 295 additions and 244 deletions
+2
View File
@@ -382,6 +382,7 @@ namespace Lskj.Control
{
this.gridFinish.SetReadOnlyColumns(BaseAuditImpl.GetAuditMainGridCoulmns(AuditComModelObj.SystemTable, this.SysModel.ModuleCode), modelkeyName + key);
}
this.gridFinish.Model = this.SysModel;
// 创建自定义搜索控件
this.SearchCreateTopControl();
}
@@ -616,6 +617,7 @@ namespace Lskj.Control
pcGrid.Parent = gridPanel;
pcGrid.Dock = DockStyle.Fill;
pcGrid.GridView.Tag = accrModel;
pcGrid.Model = SysModel;
//pcGrid.GridView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(OnPcgridRowCellClick);
//pcGrid.GridView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(OnPcgridRowFocusedRowChanged);
LabelControl lab = new LabelControl();