diff --git a/HJGL_DS/BLL/JGZL/AcceptanceCertificateService.cs b/HJGL_DS/BLL/JGZL/AcceptanceCertificateService.cs
index 7136d15..e8212a0 100644
--- a/HJGL_DS/BLL/JGZL/AcceptanceCertificateService.cs
+++ b/HJGL_DS/BLL/JGZL/AcceptanceCertificateService.cs
@@ -22,6 +22,16 @@ namespace BLL
return Funs.DB.JGZL_AcceptanceCertificate.FirstOrDefault(e => e.CertificateId == certificateId);
}
+ ///
+ /// 根据项目Id获取工程交工验收证书
+ ///
+ ///
+ ///
+ public static Model.JGZL_AcceptanceCertificate GetAcceptanceCertificateByProjectId(string projectId)
+ {
+ return Funs.DB.JGZL_AcceptanceCertificate.FirstOrDefault(e => e.ProjectId == projectId);
+ }
+
///
/// 增加工程交工验收证书
///
diff --git a/HJGL_DS/BLL/JGZL/CommencementReportService.cs b/HJGL_DS/BLL/JGZL/CommencementReportService.cs
index c76c436..9dec114 100644
--- a/HJGL_DS/BLL/JGZL/CommencementReportService.cs
+++ b/HJGL_DS/BLL/JGZL/CommencementReportService.cs
@@ -22,6 +22,16 @@ namespace BLL
return Funs.DB.JGZL_CommencementReport.FirstOrDefault(e => e.CommencementReportId == commencementReportId);
}
+ ///
+ /// 根据项目获取开工报告
+ ///
+ ///
+ ///
+ public static Model.JGZL_CommencementReport GetCommencementReportByProjectId(string projectId)
+ {
+ return Funs.DB.JGZL_CommencementReport.FirstOrDefault(e => e.ProjectId == projectId);
+ }
+
///
/// 添加工程施工开工报告
///
diff --git a/HJGL_DS/BLL/JGZL/HandoverCertificateService.cs b/HJGL_DS/BLL/JGZL/HandoverCertificateService.cs
index 8b2ce63..eb42cbe 100644
--- a/HJGL_DS/BLL/JGZL/HandoverCertificateService.cs
+++ b/HJGL_DS/BLL/JGZL/HandoverCertificateService.cs
@@ -21,6 +21,16 @@ namespace BLL
public static Model.JGZL_HandoverCertificate GetHandoverCertificateById(string handoverCertificateId)
{
return Funs.DB.JGZL_HandoverCertificate.FirstOrDefault(e => e.HandoverCertificateId == handoverCertificateId);
+ }
+
+ ///
+ /// 根据项目Id获取工程中间交接证书
+ ///
+ ///
+ ///
+ public static Model.JGZL_HandoverCertificate GetHandoverCertificateByProjectId(string projectId)
+ {
+ return Funs.DB.JGZL_HandoverCertificate.FirstOrDefault(e => e.ProjectId == projectId);
}
///
diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程交工验收证书.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程交工验收证书.frx
index cae5a7e..8d5cdb8 100644
--- a/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程交工验收证书.frx
+++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程交工验收证书.frx
@@ -1,5 +1,5 @@
-
+
using System;
using System.Collections;
using System.Collections.Generic;
@@ -18,7 +18,7 @@ namespace FastReport
{
public class ReportScript
{
-
+
}
}
@@ -32,8 +32,8 @@ namespace FastReport
-
-
+
+
@@ -71,14 +71,17 @@ namespace FastReport
-
+
-
+
+
+
+
diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程联络单.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程联络单.frx
index 59da180..3a6cdd2 100644
--- a/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程联络单.frx
+++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工程联络单.frx
@@ -1,5 +1,5 @@
-
+
@@ -16,8 +16,8 @@
-
-
+
+
@@ -65,16 +65,19 @@
-
-
+
+
+
+
+
-
-
+
+
@@ -83,8 +86,11 @@
-
-
+
+
+
+
+
@@ -92,7 +98,7 @@
-
+
@@ -101,8 +107,8 @@
-
-
+
+
@@ -110,8 +116,8 @@
-
-
+
+
@@ -127,7 +133,7 @@
-
+
diff --git a/HJGL_DS/FineUIPro.Web/JGZL/AcceptanceCertificate.aspx b/HJGL_DS/FineUIPro.Web/JGZL/AcceptanceCertificate.aspx
index 6342aec..4b7d176 100644
--- a/HJGL_DS/FineUIPro.Web/JGZL/AcceptanceCertificate.aspx
+++ b/HJGL_DS/FineUIPro.Web/JGZL/AcceptanceCertificate.aspx
@@ -39,14 +39,54 @@
-
+
+
+ <%----%>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%--
-
+ --%>
-
-
+ --%>
- --%>
-
+ --%>