This commit is contained in:
2026-03-23 14:33:54 +08:00
parent 1454442fd8
commit 58f23e59d1
68 changed files with 5316 additions and 432 deletions
@@ -61,6 +61,7 @@ namespace FineUIPro.Web.HSSE.Solution
{
this.txtIsArgument.Text = "否";
}
this.drpApprovalState.SelectedValue = largerHazard.ApprovalState;
this.txtDescriptions.Text = largerHazard.Descriptions;
this.txtRemark.Text = HttpUtility.HtmlDecode(largerHazard.Remark);
}