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
@@ -222,7 +222,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)));
}
/// <summary>
@@ -344,7 +344,7 @@ namespace FineUIPro.Web.CQMS.Meeting
}
CQMSMeeting.AttentPersonNum = num;
CQMSMeeting.MeetingTheme = this.txtMeetingTheme.Text.Trim();
CQMSMeeting.MeetingContents = this.txtMeetingContents.Text.Trim();
CQMSMeeting.MeetingContents = this.txtMeetingContents.Text;
if (saveType == "submit")
{
CQMSMeeting.State = this.drpHandleType.SelectedValue;