1
This commit is contained in:
@@ -82,6 +82,7 @@ namespace FineUIPro.Web.HSSE.Solution
|
||||
{
|
||||
this.rblIsArgument.SelectedValue = "False";
|
||||
}
|
||||
this.drpApprovalState.SelectedValue = largerHazard.ApprovalState;
|
||||
if (largerHazard.IsSuperLargerHazard == true)
|
||||
{
|
||||
this.rblIsSuperLargerHazard.SelectedValue = "True";
|
||||
@@ -151,6 +152,7 @@ namespace FineUIPro.Web.HSSE.Solution
|
||||
OperativesNum = Funs.GetNewIntOrZero(this.txtOperativesNum.Text.Trim()),
|
||||
Remark = HttpUtility.HtmlEncode(this.txtRemark.Text.Trim()),
|
||||
Descriptions = this.txtDescriptions.Text.Trim(),
|
||||
ApprovalState = this.drpApprovalState.SelectedValue,
|
||||
RecordTime = Funs.GetNewDateTime(this.txtRecordTime.Text.Trim()),
|
||||
ProjectId = this.ProjectId,
|
||||
States = this.drpStates.SelectedValue,
|
||||
|
||||
Reference in New Issue
Block a user