20230530集团看板数据来源页面添加
This commit is contained in:
@@ -87,6 +87,10 @@ namespace FineUIPro.Web.HSSE.Accident
|
||||
this.txtInjury.Text = "轻伤";
|
||||
}
|
||||
}
|
||||
if (accidentPersonRecord.IsAttempt == "1")
|
||||
{
|
||||
this.ckIsAttempt.Checked = true;
|
||||
}
|
||||
this.txtInjuryPart.Text = accidentPersonRecord.InjuryPart;
|
||||
this.txtHssePersons.Text = accidentPersonRecord.HssePersons;
|
||||
this.txtInjuryResult.Text = accidentPersonRecord.InjuryResult;
|
||||
|
||||
Reference in New Issue
Block a user