diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index 1886e055..6c042878 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -3424,7 +3424,17 @@ namespace BLL
/// 问题统计模板文件原始虚拟路径
///
public const string JointCheckStatisticsTemlUrl = "File\\Excel\\CQMS\\问题统计模板.xls";
- #endregion
+
+ ///
+ /// 质量管理工作总结报告模板文件原始虚拟路径
+ ///
+ public const string QualityWorkSummaryReportTemplateUrl = "File\\Word\\CQMS\\质量管理工作总结报告.doc";
+
+ ///
+ /// 季度工程项目质量信息表模板文件原始虚拟路径
+ ///
+ public const string QuarterlyProjectQualityTemplateUrl = "File\\Word\\CQMS\\季度工程项目质量信息表.doc";
+ #endregion
#endregion
#region 绩效考核模板文件路径
diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReport/QualityWorkSummaryReport.aspx b/SGGL/FineUIPro.Web/CQMS/ManageReport/QualityWorkSummaryReport.aspx
index 28b5493b..4d1a2b43 100644
--- a/SGGL/FineUIPro.Web/CQMS/ManageReport/QualityWorkSummaryReport.aspx
+++ b/SGGL/FineUIPro.Web/CQMS/ManageReport/QualityWorkSummaryReport.aspx
@@ -111,6 +111,9 @@
Hidden="true" Icon="Delete" ConfirmText="删除选中行?" ConfirmTarget="Parent" runat="server"
Text="删除">
+
+