增强HSE检查的功能
This commit is contained in:
@@ -87,6 +87,9 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
|
||||
this.RectificationImageUrl = registration.RectificationImageUrl;
|
||||
this.divImageUrl.InnerHtml = BLL.UploadAttachmentService.ShowAttachment("../../", this.ImageUrl);
|
||||
this.divRectificationImageUrl.InnerHtml = BLL.UploadAttachmentService.ShowAttachment("../../", this.RectificationImageUrl);
|
||||
|
||||
txtRiskLevel.Text = registration.Risk_Level;
|
||||
txtHiddenType.Text = registration.HiddenType;
|
||||
//var punishRecords = (from x in Funs.DB.View_Common_PunishRecord
|
||||
// where x.HazardRegisterId == this.HazardRegisterId
|
||||
// orderby x.PunishDate descending
|
||||
|
||||
Reference in New Issue
Block a user