diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 01a39c76..665361d4 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -14336,6 +14336,7 @@
SuperviseCheckRectifyEdit.aspx
+ ASPXCodeBehind
SuperviseCheckRectifyEdit.aspx
@@ -14420,7 +14421,7 @@
True
0
/
- http://localhost:14290/
+ http://localhost:8653/
False
False
diff --git a/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx b/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx
index a7faddac..76a27117 100644
--- a/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx
+++ b/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx
@@ -5,8 +5,7 @@
- 总部检查
-
+
@@ -23,7 +22,7 @@
-
@@ -36,9 +35,9 @@
SortField="RectifyItemId" FieldType="String" HeaderTextAlign="Center" TextAlign="Center"
Hidden="true">
-
-
+
+
@@ -53,11 +52,23 @@
+
+
+
+
+
+
+
+
+
+
@@ -70,26 +81,44 @@
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
+
+
![Alternate Text]()
+
-
+ function onGridDataLoad(event) {
+ this.mergeColumns(['RectifyCode'], { depends: true });
+ }
+
+
diff --git a/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.cs
index c4a06e2e..0c8883b1 100644
--- a/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.cs
+++ b/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.cs
@@ -4,6 +4,7 @@ using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
+using System.Web;
namespace FineUIPro.Web.HSSE.Check
{
@@ -127,5 +128,44 @@ namespace FineUIPro.Web.HSSE.Check
ShowNotify("数据已提交成功!");
}
}
+
+
+ ///
+ /// 获取整改前图片(放于Img中)
+ ///
+ ///
+ ///
+ protected string ConvertImageUrlByImage(object RectifyItemId)
+ {
+ string url = string.Empty;
+ if (RectifyItemId != null)
+ {
+ var RectifyNoticesItem = BLL.AttachFileService.GetAttachFileByToKeyId(RectifyItemId.ToString() + "#1");
+ if (RectifyNoticesItem != null)
+ {
+ url = HttpUtility.HtmlDecode(BLL.UploadAttachmentService.ShowImage("../../", RectifyNoticesItem.AttachUrl));
+ }
+ }
+ return url;
+ }
+
+ ///
+ /// 获取整改后图片
+ ///
+ ///
+ ///
+ protected string ConvertImageUrlByImage2(object RectifyItemId)
+ {
+ string url = string.Empty;
+ if (RectifyItemId != null)
+ {
+ var RectifyNoticesItem = BLL.AttachFileService.GetAttachFileByToKeyId(RectifyItemId.ToString() + "#2");
+ if (RectifyNoticesItem != null)
+ {
+ url = BLL.UploadAttachmentService.ShowImage("../../", RectifyNoticesItem.AttachUrl);
+ }
+ }
+ return url;
+ }
}
}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.designer.cs
index cdf4faec..ea964a99 100644
--- a/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/HSSE/Check/OfficeCheck.aspx.designer.cs
@@ -68,6 +68,24 @@ namespace FineUIPro.Web.HSSE.Check
///
protected global::FineUIPro.RadioButtonList rbStates;
+ ///
+ /// lbImageUrl 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label lbImageUrl;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
///
/// WindowAtt 控件。
///
diff --git a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx
index 1df17a02..c9a5082f 100644
--- a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx
+++ b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx
@@ -84,7 +84,7 @@
- %>'>
+
- 隐患整改
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 否
+ 是
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -66,111 +166,31 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 否
- 是
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
![Alternate Text]()
+
+