diff --git a/SUBQHSE/BLL/Common/WordHelp.cs b/SUBQHSE/BLL/Common/WordHelp.cs
index a5c67b9..fe39872 100644
--- a/SUBQHSE/BLL/Common/WordHelp.cs
+++ b/SUBQHSE/BLL/Common/WordHelp.cs
@@ -32,6 +32,14 @@ namespace BLL
wordDoc = new Document(path);
}
+ public Document Document
+ {
+ get
+ {
+ return wordDoc;
+ }
+ }
+
///
/// 添加图片
///
diff --git a/SUBQHSE/FineUIPro.Web/CQMS/Check/JointCheckChartStatistics.aspx b/SUBQHSE/FineUIPro.Web/CQMS/Check/JointCheckChartStatistics.aspx
index c450aae..d55d605 100644
--- a/SUBQHSE/FineUIPro.Web/CQMS/Check/JointCheckChartStatistics.aspx
+++ b/SUBQHSE/FineUIPro.Web/CQMS/Check/JointCheckChartStatistics.aspx
@@ -1,5 +1,6 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="JointCheckChartStatistics.aspx.cs"
Inherits="FineUIPro.Web.CQMS.Check.JointCheckChartStatistics" %>
+<%@ Register Src="~/Controls/UnitProjectTControl.ascx" TagName="UnitProjectTControl" TagPrefix="uc1" %>
<%@ Register Src="~/Controls/ChartControl.ascx" TagName="ChartControl" TagPrefix="uc1" %>
@@ -12,58 +13,77 @@