20230303新增清除工作经历重复功能按钮

This commit is contained in:
2023-03-03 14:58:36 +08:00
parent ffc4cb849e
commit f42d330b00
7 changed files with 148 additions and 14 deletions
@@ -1310,5 +1310,32 @@ namespace FineUIPro.Web.Person
}
#endregion
#endregion
///// <summary>
///// 上传附件
///// </summary>
///// <param name="sender"></param>
///// <param name="e"></param>
//protected void btnAttachUrl2_Click(object sender, EventArgs e)
//{
// if (string.IsNullOrEmpty(this.PersonId))
// {
// btnSave_Click();
// }
// PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/PersonBaseInfo&menuId={1}&strParam=2", this.PersonId, BLL.Const.PersonListMenuId)));
//}
///// <summary>
///// 上传附件
///// </summary>
///// <param name="sender"></param>
///// <param name="e"></param>
//protected void btnAttachUrl3_Click(object sender, EventArgs e)
//{
// if (string.IsNullOrEmpty(this.PersonId))
// {
// SaveData();
// }
// PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/PersonBaseInfo&menuId={1}&strParam=3", this.PersonId, BLL.Const.PersonListMenuId)));
//}
}
}