diff --git a/SGGL/BLL/HSSE/QualityAudit/PersonQualityService.cs b/SGGL/BLL/HSSE/QualityAudit/PersonQualityService.cs index 7056aebb..1afa8c58 100644 --- a/SGGL/BLL/HSSE/QualityAudit/PersonQualityService.cs +++ b/SGGL/BLL/HSSE/QualityAudit/PersonQualityService.cs @@ -60,6 +60,7 @@ namespace BLL x.Major, x.LimitDate, x.Url, + db.AttachFile.First(u => u.ToKeyId == x.PersonQualityId).AttachUrl, }; } #endregion diff --git a/SGGL/FineUIPro.Web/Person/PersonEdit.aspx b/SGGL/FineUIPro.Web/Person/PersonEdit.aspx index ee89e063..0f750115 100644 --- a/SGGL/FineUIPro.Web/Person/PersonEdit.aspx +++ b/SGGL/FineUIPro.Web/Person/PersonEdit.aspx @@ -353,6 +353,12 @@ + + + + + diff --git a/SGGL/FineUIPro.Web/Person/PersonEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/Person/PersonEdit.aspx.designer.cs index 30779c3b..d9c97a55 100644 --- a/SGGL/FineUIPro.Web/Person/PersonEdit.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/Person/PersonEdit.aspx.designer.cs @@ -626,6 +626,15 @@ namespace FineUIPro.Web.Person /// protected global::FineUIPro.Button btnCertificateNew; + /// + /// lbImageUrl 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label lbImageUrl; + /// /// ToolbarSeparator1 控件。 /// diff --git a/SGGL/FineUIPro.Web/Person/PersonView.aspx b/SGGL/FineUIPro.Web/Person/PersonView.aspx index aba63dcb..338de8dd 100644 --- a/SGGL/FineUIPro.Web/Person/PersonView.aspx +++ b/SGGL/FineUIPro.Web/Person/PersonView.aspx @@ -283,6 +283,12 @@ + + + + + diff --git a/SGGL/FineUIPro.Web/Person/PersonView.aspx.designer.cs b/SGGL/FineUIPro.Web/Person/PersonView.aspx.designer.cs index fd9f553d..f531935e 100644 --- a/SGGL/FineUIPro.Web/Person/PersonView.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/Person/PersonView.aspx.designer.cs @@ -482,6 +482,15 @@ namespace FineUIPro.Web.Person /// protected global::FineUIPro.Grid GridCertificate; + /// + /// lbImageUrl 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label lbImageUrl; + /// /// ToolbarSeparator1 控件。 /// diff --git a/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx b/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx index 51f4ff63..f00877b0 100644 --- a/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx +++ b/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx @@ -385,6 +385,12 @@ + + + + + diff --git a/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.designer.cs index bef77a06..e063f720 100644 --- a/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.designer.cs @@ -671,6 +671,15 @@ namespace FineUIPro.Web.Person /// protected global::FineUIPro.Button btnCertificateNew; + /// + /// lbImageUrl 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label lbImageUrl; + /// /// ToolbarSeparator1 控件。 /// diff --git a/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx b/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx index 3bd78dc7..4354ffe0 100644 --- a/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx +++ b/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx @@ -327,6 +327,12 @@ + + + + + diff --git a/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx.designer.cs b/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx.designer.cs index bcf1c8e2..a60dc725 100644 --- a/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/Person/ProjectPersonView.aspx.designer.cs @@ -554,6 +554,15 @@ namespace FineUIPro.Web.Person /// protected global::FineUIPro.Grid GridCertificate; + /// + /// lbImageUrl 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label lbImageUrl; + /// /// ToolbarSeparator1 控件。 /// diff --git a/SGGL/FineUIPro.Web/common/PageBase.cs b/SGGL/FineUIPro.Web/common/PageBase.cs index f9a0bd3c..df1a876c 100644 --- a/SGGL/FineUIPro.Web/common/PageBase.cs +++ b/SGGL/FineUIPro.Web/common/PageBase.cs @@ -1060,7 +1060,7 @@ namespace FineUIPro.Web /// /// 根据路径获取图片显示 /// - /// + /// /// protected string ConvertImageByUrl(object url) {