SVN r784
SVN-Revision: r784
This commit is contained in:
@@ -546,7 +546,7 @@ namespace Lskj.Model
|
||||
/// <summary>
|
||||
/// 默认空行
|
||||
/// </summary>
|
||||
public bool DefaultAddEmptyRow;
|
||||
public bool DefaultAddEmptyRow;
|
||||
public bool CsHasDefultSearch;
|
||||
/// <summary>
|
||||
/// 基础档案是否为左右结构
|
||||
@@ -967,7 +967,10 @@ namespace Lskj.Model
|
||||
///// 树表格父节点名 (动态时)
|
||||
///// </summary>
|
||||
public string TreeParentFieldName;
|
||||
|
||||
/// <summary>
|
||||
/// 是否隐藏附件按钮
|
||||
/// </summary>
|
||||
public bool HideAttachBtn;
|
||||
|
||||
#endregion
|
||||
/// <summary>
|
||||
@@ -1005,7 +1008,7 @@ namespace Lskj.Model
|
||||
this._deleteCond = rowItem["deleteCond"] + "";
|
||||
this._addCond = rowItem["addCond"] + "";
|
||||
this._hasReport = "1".Equals(rowItem["isReport"] + "");
|
||||
|
||||
|
||||
this._modeCode = rowItem.Table.Columns.Contains("dllCoid") ? rowItem["dllCoid"] + "" : string.Empty;
|
||||
this._preSQL = rowItem.Table.Columns.Contains("preSQL") ? rowItem["preSQL"] + "" : string.Empty;
|
||||
this._addDynamicMaxHeight = rowItem.Table.Columns.Contains("addDynamicMaxHeight") && int.TryParse(rowItem["addDynamicMaxHeight"] + "", out this._addDynamicMaxHeight) ? this._addDynamicMaxHeight : 0;
|
||||
@@ -1133,3 +1136,4 @@ namespace Lskj.Model
|
||||
this.ExportNameWithoutDate = rowItem.Table.Columns.Contains("ExportNameWithoutDate") ? "1".Equals(rowItem["ExportNameWithoutDate"] + "") : false;
|
||||
this.DynamicColumnNameSql = rowItem.Table.Columns.Contains("DynamicColumnNameSql") ? rowItem["DynamicColumnNameSql"] + "" : string.Empty;
|
||||
this.AfterSaveExec = rowItem.Table.Columns.Contains("AfterSaveExec") ? rowItem["AfterSaveExec"] + "" : string.Empty;
|
||||
this.IncomingSetCondition = rowItem.Table.Columns.Contains("IncomingSetCondition") ? "1".Equals(rowItem["IncomingSetCondi
|
||||
Reference in New Issue
Block a user