2023/10/31
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLL;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -69,6 +70,8 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
{
|
||||
txtEdition.Text = constructSolution.Edition.ToString();
|
||||
}
|
||||
txtDocContent.Text = HttpUtility.HtmlDecode(constructSolution.Content);
|
||||
|
||||
bindApprove();
|
||||
BindZYRole();
|
||||
BindZLRole();
|
||||
@@ -115,6 +118,8 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
BLL.CQMSConstructSolutionApproveService.UpdateConstructSolutionApprove(approve);
|
||||
}
|
||||
}
|
||||
|
||||
AddAttachTab();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -354,6 +359,15 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
gvApprove.DataSource = list;
|
||||
gvApprove.DataBind();
|
||||
}
|
||||
private void AddAttachTab()
|
||||
{
|
||||
PageContext.RegisterStartupScript(TabStrip1.GetAddTabReference("dynamic_tab2",
|
||||
String.Format("../../AttachFile/webuploader.aspx?type={0}&toKeyId={1}&path=FileUpload/Solution&menuId={2}",
|
||||
-1, ConstructSolutionId, Const.CQMSConstructSolutionMenuId), "附件",
|
||||
IconHelper.GetIconUrl(Icon.Attach), false));
|
||||
|
||||
// PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/DocManage&menuId={1}", hdDocId.Text, Const.DocManageMenuId)));
|
||||
}
|
||||
|
||||
public string man(Object man)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user