20240523 菜单精简
This commit is contained in:
@@ -88,11 +88,11 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
this.txtSignMan.Text = user1.UserName;
|
||||
}
|
||||
Model.Sys_User user2 = BLL.UserService.GetUserByUserId(punishNotice.ApproveMan);
|
||||
if (user2 != null)
|
||||
{
|
||||
this.txtApproveMan.Text = user2.UserName;
|
||||
}
|
||||
//Model.Sys_User user2 = BLL.UserService.GetUserByUserId(punishNotice.ApproveMan);
|
||||
//if (user2 != null)
|
||||
//{
|
||||
// this.txtApproveMan.Text = user2.UserName;
|
||||
//}
|
||||
if (punishNotice.PunishMoney != null)
|
||||
{
|
||||
this.txtPunishMoney.Text = Convert.ToString(punishNotice.PunishMoney);
|
||||
@@ -144,10 +144,10 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnUploadResources_Click(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/PunishNotice&type=-1&menuId=" + BLL.Const.ProjectPunishNoticeMenuId, this.PunishNoticeId)));
|
||||
}
|
||||
//protected void btnUploadResources_Click(object sender, EventArgs e)
|
||||
//{
|
||||
// PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/PunishNotice&type=-1&menuId=" + BLL.Const.ProjectPunishNoticeMenuId, this.PunishNoticeId)));
|
||||
//}
|
||||
|
||||
/// <summary>
|
||||
/// 通知单上传附件资源
|
||||
|
||||
Reference in New Issue
Block a user