SVN r590
SVN-Revision: r590
This commit is contained in:
@@ -358,6 +358,10 @@ namespace Lskj.Model
|
||||
/// 取消拖拽时的提示(是否确认拖拽)
|
||||
/// </summary>
|
||||
public bool DisableDragPrompt;
|
||||
/// <summary>
|
||||
/// 取消提交成功的提示
|
||||
/// </summary>
|
||||
public bool DisableSubmitPrompt;
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -429,4 +433,4 @@ namespace Lskj.Model
|
||||
this.DetailTreeTable = columns.Contains("DetailTreeTable") && !string.IsNullOrEmpty(rowItem["DetailTreeTable"] + "") ? "1".Equals(rowItem["DetailTreeTable"] + "") : false;
|
||||
this.DetailTreeTableExpansion = columns.Contains("DetailTreeTableExpansion") && !string.IsNullOrEmpty(rowItem["DetailTreeTableExpansion"] + "") ? rowItem["DetailTreeTableExpansion"] + "" : "1";
|
||||
this.SelectLast = columns.Contains("SelectLast") && !string.IsNullOrEmpty(rowItem["SelectLast"] + "") ? "1".Equals(rowItem["SelectLast"] + "") : false;
|
||||
|
||||
this.LoadFilter = columns.Contains("LoadFilter") && !string.IsNullOrEmpty(rowItem["LoadFilter"] + "") ? "1".Equals(rowItem["LoadFilter"] + "") : false
|
||||
Reference in New Issue
Block a user