1
This commit is contained in:
@@ -97,7 +97,20 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
||||
// PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("TrainingSave.aspx", "编辑 - ")));
|
||||
//}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 导入题库类型
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnMenuImport_Click(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window3.GetShowReference(String.Format("TestTrainingIn.aspx", "新增 - ")));
|
||||
}
|
||||
/// <summary>
|
||||
/// 新增题库类型
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnMenuADD_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.tvTestTraining.SelectedNode != null)
|
||||
@@ -362,6 +375,7 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
||||
if (buttonList.Contains(BLL.Const.BtnAdd))
|
||||
{
|
||||
this.btnMenuADD.Hidden = false;
|
||||
this.btnMenuImport.Hidden = false;
|
||||
this.btnImport.Hidden = false;
|
||||
this.btnNewDetail.Hidden = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user