20220424 清日志、清考勤定时器,考试生成试卷接口方法修改
This commit is contained in:
@@ -38,6 +38,10 @@ namespace FineUIPro.Web.Personal
|
||||
{
|
||||
/// Tab1加载页面方法
|
||||
this.Tab1LoadData();
|
||||
if (this.CurrUser.UserId == Const.hfnbdId)
|
||||
{
|
||||
this.btnCustomQuery.Hidden = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,5 +147,10 @@ namespace FineUIPro.Web.Personal
|
||||
Alert.ShowInParent("保存成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
|
||||
}
|
||||
|
||||
protected void btnCustomQuery_Click(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../SysManage/CustomQuery.aspx"), "查询"));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user