SVN r1193
SVN-Revision: r1193
This commit is contained in:
@@ -451,6 +451,14 @@ namespace Lskj.Model
|
||||
/// 单据终审后可以添加明细
|
||||
/// </summary>
|
||||
public bool BillFinalReviewAdd;
|
||||
/// <summary>
|
||||
/// 单据来源主表推拽到单据主表后,隐藏推拽行
|
||||
/// </summary>
|
||||
public bool SourceMainPushPullHide;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="BillModel"/> class.
|
||||
/// </summary>
|
||||
@@ -547,4 +555,5 @@ namespace Lskj.Model
|
||||
this.TreeTableDragCondition = rowItem.Table.Columns.Contains("TreeTableDragCondition") ? rowItem["TreeTableDragCondition"] + "" : "";
|
||||
this.isReplaceFixed = rowItem.Table.Columns.Contains("isReplaceFixed") ? !"1".Equals(rowItem["isReplaceFixed"] + "") : true;
|
||||
this.SaveRefreshAdditional = rowItem.Table.Columns.Contains("SaveRefreshAdditional") ? "1".Equals(rowItem["SaveRefreshAdditional"] + "") : false;
|
||||
this.CancelCopyAssociation
|
||||
this.CancelCopyAssociation = rowItem.Table.Columns.Contains("CancelCopyAssociation") ? !"1".Equals(rowItem["CancelCopyAssociation"] + "") : true;
|
||||
this.PrintingConditions = row
|
||||
Reference in New Issue
Block a user