SVN r285
SVN-Revision: r285
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Lskj.BaseWorkflow.Control
|
||||
DataTable editTable = table.Select("visible=0 and edited=0").CopyToDataTable();
|
||||
editTable.DefaultView.Sort = "ControlTop,ControlLeft";
|
||||
editTable = editTable.DefaultView.ToTable();
|
||||
|
||||
this.xtraScrollableControl1.Controls.Clear();
|
||||
for (int i = 0; i < editTable.Rows.Count; i++)
|
||||
{
|
||||
DataRow rowItem = editTable.Rows[i];
|
||||
@@ -229,7 +229,7 @@ namespace Lskj.BaseWorkflow.Control
|
||||
this.moduleModel = new ModuleModel(MainImpl.GetSystemdllTab(menuCode));
|
||||
|
||||
this.InitializeStepFlow();
|
||||
this.InitializeMainField();
|
||||
//this.InitializeMainField();
|
||||
// this.InitializeDetailField();
|
||||
}
|
||||
/// <summary>
|
||||
@@ -420,33 +420,4 @@ namespace Lskj.BaseWorkflow.Control
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageUtil.Show("删除失败:\r\n" + ex.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// <para>说明:点击流转步骤加载数据</para>
|
||||
/// <para>创建人:龚宇超</para>
|
||||
/// <para>创建日期:2019-06-21 </para>
|
||||
/// <para>修改人:</para>
|
||||
/// <para>修改日期:</para>
|
||||
/// <para>修改备注:</para>
|
||||
/// <para>版本:1.0</para>
|
||||
/// </summary>
|
||||
/// <param name="sender">The sender.</param>
|
||||
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
|
||||
/// <exception cref="System.NotImplementedException"></exception>
|
||||
void OnTitleLabelObjClick(StepItem1 before, StepItem1 after)
|
||||
{
|
||||
BaseflowModel model = after.Tag as BaseflowModel;
|
||||
|
||||
this.SeletStepItem1Obj = after;
|
||||
this.SetFlowItem(model);
|
||||
this.SetMainFieldCheckState(model);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
MessageUtil.Show("删除失败:\r\
|
||||
Reference in New Issue
Block a user