提交当前本机整理版本
This commit is contained in:
@@ -631,4 +631,51 @@ namespace Lskj.PubUserTomodule.AuditPermissionControls
|
||||
if (this.stepPage41.Sp4XtraTabControl.SelectedTabPage.Name == "xtraTabPage1")//进行tabpage位置判断
|
||||
{
|
||||
this.but_increase.Enabled = false;
|
||||
this.but_delete.Enabled = false
|
||||
this.but_delete.Enabled = false;
|
||||
}
|
||||
if (this.stepPage41.Sp4XtraTabControl.SelectedTabPage.Name == "xtraTabPage2")
|
||||
{
|
||||
this.but_increase.Enabled = true;
|
||||
this.but_delete.Enabled = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void onBut_increase(object sender, EventArgs e)
|
||||
{
|
||||
this.stepPage41.onBut_increase();
|
||||
}
|
||||
|
||||
private void onBut_delete(object sender, EventArgs e)
|
||||
{
|
||||
this.stepPage41.onBut_delete();
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public enum StepEnum
|
||||
{
|
||||
/// <summary>
|
||||
/// 流转步骤界面
|
||||
/// </summary>
|
||||
StepPage1,
|
||||
/// <summary>
|
||||
/// 小类设置界面
|
||||
/// </summary>
|
||||
StepPage2,
|
||||
/// <summary>
|
||||
/// 小类流转步骤界面设置
|
||||
/// </summary>
|
||||
StepPage3,
|
||||
/// <summary>
|
||||
/// 终审回退权限设置
|
||||
/// </summary>
|
||||
StepPage4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user