From 5a17f5f83c231cf780bb2364926484a94952e567 Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Mon, 17 Jun 2024 11:21:50 +0800
Subject: [PATCH] =?UTF-8?q?20240617=20=E5=B7=A5=E4=BD=9C=E6=80=BB=E7=BB=93?=
=?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=AF=BC=E5=87=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SGGL/BLL/Common/Const.cs | 12 +-
.../QualityWorkSummaryReport.aspx | 3 +
.../QualityWorkSummaryReport.aspx.cs | 148 ++++++++++-
.../QualityWorkSummaryReport.aspx.designer.cs | 9 +
.../ManageReport/QuarterlyProjectQuality.aspx | 3 +
.../QuarterlyProjectQuality.aspx.cs | 229 +++++++++++++++++-
.../QuarterlyProjectQuality.aspx.designer.cs | 9 +
.../File/Word/CQMS/季度工程项目质量信息表.doc | Bin 0 -> 36864 bytes
.../File/Word/CQMS/质量管理工作总结报告.doc | Bin 0 -> 20480 bytes
SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +-
SGGL/WebAPI/WebAPI.csproj.user | 2 +-
11 files changed, 412 insertions(+), 5 deletions(-)
create mode 100644 SGGL/FineUIPro.Web/File/Word/CQMS/季度工程项目质量信息表.doc
create mode 100644 SGGL/FineUIPro.Web/File/Word/CQMS/质量管理工作总结报告.doc
diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index 436b29a7..2c9717ba 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="删除">
+
+