三库
This commit is contained in:
@@ -74,6 +74,14 @@ namespace FineUIPro.Web.HSSE.Solution
|
||||
{
|
||||
this.txtTrainPersonNum.Text = largerHazard.TrainPersonNum.ToString();
|
||||
}
|
||||
if (!string.IsNullOrWhiteSpace(largerHazard.UnitId))
|
||||
{
|
||||
this.txtUnitName.Text = UnitService.getUnitNamesUnitIds(largerHazard.UnitId);
|
||||
}
|
||||
if (!string.IsNullOrWhiteSpace(largerHazard.StandbyPersonnelId))
|
||||
{
|
||||
this.txtStandbyPersonnel.Text = PersonService.GetPersonNameById(largerHazard.StandbyPersonnelId);
|
||||
}
|
||||
this.drpStates.SelectedValue = largerHazard.States;
|
||||
this.txtDescriptions.Text = largerHazard.Descriptions;
|
||||
this.txtRemark.Text = HttpUtility.HtmlDecode(largerHazard.Remark);
|
||||
|
||||
Reference in New Issue
Block a user