SVN r924
SVN-Revision: r924
This commit is contained in:
@@ -108,6 +108,11 @@ namespace Lskj.Control.Model
|
||||
/// <value><c>true</c> if this instance is web view; otherwise, <c>false</c>.</value>
|
||||
public bool IsDetailView { get { return this._detailType == 4; } }
|
||||
/// <summary>
|
||||
/// 明细页签(带虚拟日期)
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is web view; otherwise, <c>false</c>.</value>
|
||||
public bool IsSched { get { return this._detailType == 7; } }
|
||||
/// <summary>
|
||||
/// sql配置明细是否可以保存
|
||||
/// </summary>
|
||||
public bool DetailIsSave;
|
||||
@@ -273,7 +278,10 @@ namespace Lskj.Control.Model
|
||||
///mrp条件页签(根据页签选中行去设置别的页签中对应的条件)
|
||||
/// </summary>
|
||||
public bool MrpConditionTab;
|
||||
|
||||
/// <summary>
|
||||
/// 刷新明细的序号(排产模块)
|
||||
/// </summary>
|
||||
public string PlanLetfControl;
|
||||
|
||||
/// <summary>
|
||||
/// 主模块编号
|
||||
@@ -332,4 +340,5 @@ namespace Lskj.Control.Model
|
||||
this.Enablecond = item.Table.Columns.Contains("Enablecond") ? (item["Enablecond"] + "") : string.Empty;
|
||||
this.DBClickEvent = item.Table.Columns.Contains("DBClickEvent") ? "1".Equals(item["DBClickEvent"] + "") : false;
|
||||
this.ProhibitRefresh = item.Table.Columns.Contains("ProhibitRefresh") ? "1".Equals(item["ProhibitRefresh"] + "") : false;
|
||||
this.DragExecuteSql = item.Ta
|
||||
this.DragExecuteSql = item.Table.Columns.Contains("DragExecuteSql") ? item["DragExecuteSql"] + "" : "";
|
||||
this.QueryAgain = item.Table.Col
|
||||
Reference in New Issue
Block a user