0914-增加质量会议导出PDF

This commit is contained in:
2022-09-14 11:23:31 +08:00
parent 34df8a8b03
commit 918b63a4b9
17 changed files with 1419 additions and 8 deletions
@@ -176,7 +176,7 @@ namespace FineUIPro.Web.CQMS.Meeting
{
hdId.Text = SQLHelper.GetNewID();
}
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/CQMS/Meeting&menuId={1}", hdId.Text, BLL.Const.CQMSMonthMeetingMenuId)));
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/CQMS/Meeting&menuId={1}", hdId.Text, BLL.Const.CQMSSpecialMeetingMenuId)));
}
private string GetStringByArray(string[] array)