20240523 菜单精简
This commit is contained in:
@@ -191,14 +191,14 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnUploadResources_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (string.IsNullOrEmpty(this.PunishNoticeId))
|
||||
{
|
||||
this.PunishNoticeId = SQLHelper.GetNewID(typeof(Model.Check_RectifyNotices));
|
||||
}
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/PunishNotice&menuId=" + Const.ProjectPunishNoticeMenuId, this.PunishNoticeId)));
|
||||
}
|
||||
//protected void btnUploadResources_Click(object sender, EventArgs e)
|
||||
//{
|
||||
// if (string.IsNullOrEmpty(this.PunishNoticeId))
|
||||
// {
|
||||
// this.PunishNoticeId = SQLHelper.GetNewID(typeof(Model.Check_RectifyNotices));
|
||||
// }
|
||||
// PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/PunishNotice&menuId=" + Const.ProjectPunishNoticeMenuId, this.PunishNoticeId)));
|
||||
//}
|
||||
|
||||
/// <summary>
|
||||
/// 通知单上传附件资源
|
||||
|
||||
Reference in New Issue
Block a user