SVN r467
SVN-Revision: r467
This commit is contained in:
@@ -350,6 +350,10 @@ namespace Lskj.Model
|
|||||||
/// 禁显列不加载数据源
|
/// 禁显列不加载数据源
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool DisableFieldSources;
|
public bool DisableFieldSources;
|
||||||
|
/// <summary>
|
||||||
|
/// 单据保存前执行的右键id
|
||||||
|
/// </summary>
|
||||||
|
public string BeforeBillSaveExec;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -419,4 +423,5 @@ namespace Lskj.Model
|
|||||||
this.DraggingOrder = columns.Contains("DraggingOrder") && !string.IsNullOrEmpty(rowItem["DraggingOrder"] + "") ? "1".Equals(rowItem["DraggingOrder"] + "") : false;
|
this.DraggingOrder = columns.Contains("DraggingOrder") && !string.IsNullOrEmpty(rowItem["DraggingOrder"] + "") ? "1".Equals(rowItem["DraggingOrder"] + "") : false;
|
||||||
this.IsBrp = columns.Contains("IsBrp") && !string.IsNullOrEmpty(rowItem["IsBrp"] + "") ? "1".Equals(rowItem["IsBrp"] + "") : false;
|
this.IsBrp = columns.Contains("IsBrp") && !string.IsNullOrEmpty(rowItem["IsBrp"] + "") ? "1".Equals(rowItem["IsBrp"] + "") : false;
|
||||||
this.DetailTreeTable = columns.Contains("DetailTreeTable") && !string.IsNullOrEmpty(rowItem["DetailTreeTable"] + "") ? "1".Equals(rowItem["DetailTreeTable"] + "") : false;
|
this.DetailTreeTable = columns.Contains("DetailTreeTable") && !string.IsNullOrEmpty(rowItem["DetailTreeTable"] + "") ? "1".Equals(rowItem["DetailTreeTable"] + "") : false;
|
||||||
this.DetailTreeTableExpansion = columns.Contains("DetailTreeTableExpansion") && !string
|
this.DetailTreeTableExpansion = columns.Contains("DetailTreeTableExpansion") && !string.IsNullOrEmpty(rowItem["DetailTreeTableExpansion"] + "") ? rowItem["DetailTreeTableExpansion"] + "" : "1";
|
||||||
|
this.SelectLast
|
||||||
Binary file not shown.
@@ -2570,4 +2570,4 @@ namespace Lskj.Model
|
|||||||
public string idValue;
|
public string idValue;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 配置关联sql
|
/// 配置关联sql
|
||||||
/// </su
|
//
|
||||||
@@ -77,6 +77,7 @@
|
|||||||
<Compile Include="BillflowTypeModel.cs" />
|
<Compile Include="BillflowTypeModel.cs" />
|
||||||
<Compile Include="BillflowTypeStepModel.cs" />
|
<Compile Include="BillflowTypeStepModel.cs" />
|
||||||
<Compile Include="BillModel.cs" />
|
<Compile Include="BillModel.cs" />
|
||||||
|
<Compile Include="BomImpRtnModel.cs" />
|
||||||
<Compile Include="CacheRefresh.cs" />
|
<Compile Include="CacheRefresh.cs" />
|
||||||
<Compile Include="ControlPropertyModel.cs" />
|
<Compile Include="ControlPropertyModel.cs" />
|
||||||
<Compile Include="DllModule.cs" />
|
<Compile Include="DllModule.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user