0914-增加质量会议导出PDF
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user