SVN r259
SVN-Revision: r259
This commit is contained in:
@@ -628,11 +628,11 @@ namespace Lskj.Control.MultiModelLookUp
|
||||
public void InitControls(string UnionModuleCodel)
|
||||
{
|
||||
|
||||
this.SysModel.MenuSql = this.NewSourceSQL;
|
||||
//this.SysModel.MenuSql = this.NewSourceSQL;
|
||||
//设置上方条件
|
||||
this.pl_top.Controls.Clear();
|
||||
DataTable queryTable = BaseModuleImpl.GetCustomQueryFields(this.SysModel.CondKey);//加载自定义配置字段
|
||||
this.SearchObj = new MyControl(this.SysModel.MenuSql, this.gcMain, LeftTreeViewEx, LeftGridEx);
|
||||
this.SearchObj = new MyControl(this.NewSourceSQL, this.gcMain, LeftTreeViewEx, LeftGridEx);
|
||||
this.SearchObj.ParentUnionField = this.ParentUnionField;
|
||||
this.pl_top.Height = 0;
|
||||
this.pl_top.Height = this.SearchObj.InitSearchControl(queryTable, this.pl_top);
|
||||
|
||||
Reference in New Issue
Block a user