feat: 更新业务、控件及单据功能
This commit is contained in:
@@ -1058,7 +1058,10 @@ namespace Lskj.Model
|
||||
/// 模块弹出框宽度
|
||||
/// </summary>
|
||||
public int ModuleFrameWidth;
|
||||
|
||||
/// <summary>
|
||||
/// 下方高
|
||||
/// </summary>
|
||||
public int BottomHeight;
|
||||
|
||||
#endregion
|
||||
/// <summary>
|
||||
@@ -1254,6 +1257,8 @@ namespace Lskj.Model
|
||||
|
||||
this.ModuleFrameHeight = rowItem.Table.Columns.Contains("ModuleFrameHeight") && !string.IsNullOrEmpty(rowItem["ModuleFrameHeight"] + "") ? Convert.ToInt32(rowItem["ModuleFrameHeight"] + "") : 0;
|
||||
this.ModuleFrameWidth = rowItem.Table.Columns.Contains("ModuleFrameWidth") && !string.IsNullOrEmpty(rowItem["ModuleFrameWidth"] + "") ? Convert.ToInt32(rowItem["ModuleFrameWidth"] + "") : 0;
|
||||
this.BottomHeight = rowItem.Table.Columns.Contains("BottomHeight") && !string.IsNullOrEmpty(rowItem["BottomHeight"] + "") ? Convert.ToInt32(rowItem["BottomHeight"] + "") : 0;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user