SVN r1231
SVN-Revision: r1231
This commit is contained in:
@@ -49,4 +49,14 @@ namespace Lskj.Model
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 审核时保存附加模块
|
/// 审核时保存附加模块
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool ReviewSaveAdditional
|
public bool ReviewSaveAdditional;
|
||||||
|
/// <summary>
|
||||||
|
/// 审核时高亮显示和默认值不一致的控件
|
||||||
|
/// </summary>
|
||||||
|
public bool HighlightChangeControl;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 单据审批模型
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="rowItem">The row item.</param>
|
||||||
|
public BillA
|
||||||
@@ -1042,7 +1042,10 @@ namespace Lskj.Model
|
|||||||
///合计显示条数
|
///合计显示条数
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool TotalQuantity;
|
public bool TotalQuantity;
|
||||||
|
/// <summary>
|
||||||
|
///点击列头排序条件
|
||||||
|
/// </summary>
|
||||||
|
public string HeaderSortCriteria;
|
||||||
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
@@ -1226,4 +1229,5 @@ namespace Lskj.Model
|
|||||||
this.AttachmentSelectNode = rowItem.Table.Columns.Contains("AttachmentSelectNode") ? "1".Equals(rowItem["AttachmentSelectNode"] + "") : false;
|
this.AttachmentSelectNode = rowItem.Table.Columns.Contains("AttachmentSelectNode") ? "1".Equals(rowItem["AttachmentSelectNode"] + "") : false;
|
||||||
this.SweepCodeSql = rowItem.Table.Columns.Contains("SweepCodeSql") ? rowItem["SweepCodeSql"] + "" : "";
|
this.SweepCodeSql = rowItem.Table.Columns.Contains("SweepCodeSql") ? rowItem["SweepCodeSql"] + "" : "";
|
||||||
this.EnterToNextRow = rowItem.Table.Columns.Contains("EnterToNextRow") ? "1".Equals(rowItem["EnterToNextRow"] + "") : false;
|
this.EnterToNextRow = rowItem.Table.Columns.Contains("EnterToNextRow") ? "1".Equals(rowItem["EnterToNextRow"] + "") : false;
|
||||||
this.AggregationFreeze = rowItem.Table.Columns.Contains("AggregationFreeze") ? !"1".Equals(rowItem["AggregationFr
|
this.AggregationFreeze = rowItem.Table.Columns.Contains("AggregationFreeze") ? !"1".Equals(rowItem["AggregationFreeze"] + "") : true;
|
||||||
|
this.LeafNodeRefresh = rowItem.Table.Columns.Contains("LeafNodeRefresh") ? "1".Equals(rowItem["LeafNo
|
||||||
Reference in New Issue
Block a user