SVN r1167
SVN-Revision: r1167
This commit is contained in:
@@ -160,7 +160,7 @@ namespace Lskj.Control.Model
|
||||
/// <value>The union module.</value>
|
||||
public string UnionModule { get { return _unionModule; } }
|
||||
/// <summary>
|
||||
/// 关联模块
|
||||
/// 关联条件
|
||||
/// </summary>
|
||||
/// <value>The union module.</value>
|
||||
public string UnionCond { get { return _unionCond; } }
|
||||
@@ -294,6 +294,10 @@ namespace Lskj.Control.Model
|
||||
/// 隐藏下方操作按钮
|
||||
/// </summary>
|
||||
public string ChartTextColor;
|
||||
/// <summary>
|
||||
/// 刷新单表明细时忽略关联字段(单表中,有关联模块,但是没有关联条件,关联值,是不会去查询数据的)
|
||||
/// </summary>
|
||||
public bool IgnoreAssociatedFields;
|
||||
|
||||
/// <summary>
|
||||
/// 主模块编号
|
||||
@@ -356,4 +360,5 @@ namespace Lskj.Control.Model
|
||||
this.QueryAgain = item.Table.Columns.Contains("QueryAgain") ? "1".Equals(item["QueryAgain"] + "") : false;
|
||||
this.BottomRefreshMain = item.Table.Columns.Contains("BottomRefreshMain") ? "1".Equals(item["BottomRefreshMain"] + "") : false;
|
||||
this.LoadFilter = item.Table.Columns.Contains("LoadFilter") ? "1".Equals(item["LoadFilter"] + "") : false;
|
||||
this.
|
||||
this.DynamicDetails = item.Table.Columns.Contains("DynamicDetails") ? "1".Equals(item["DynamicDetails"] + "") : false;
|
||||
this.DetailSearch = item.Tabl
|
||||
Reference in New Issue
Block a user