提交当前本机最新程序
This commit is contained in:
@@ -463,7 +463,10 @@ namespace Lskj.Model
|
||||
/// 单据来源明细拖拽(双击)后是否背景颜色
|
||||
/// </summary>
|
||||
public bool IsSelectSourceColor { get { return !string.IsNullOrWhiteSpace(SelectSourceColor); } }
|
||||
|
||||
/// <summary>
|
||||
/// 单据横向模式
|
||||
/// </summary>
|
||||
public bool HorizontalMode;
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -571,6 +574,7 @@ namespace Lskj.Model
|
||||
this.BillFinalReviewAdd = rowItem.Table.Columns.Contains("BillFinalReviewAdd") ? "1".Equals(rowItem["BillFinalReviewAdd"] + "") : false;
|
||||
this.SourceMainPushPullHide = rowItem.Table.Columns.Contains("SourceMainPushPullHide") ? "1".Equals(rowItem["SourceMainPushPullHide"] + "") : false;
|
||||
this.SelectSourceColor = rowItem.Table.Columns.Contains("SelectSourceColor") ? rowItem["SelectSourceColor"] + "" : "";
|
||||
this.HorizontalMode = rowItem.Table.Columns.Contains("HorizontalMode") ? "1".Equals(rowItem["HorizontalMode"] + "") : false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user