集团三库
This commit is contained in:
@@ -65,8 +65,49 @@ namespace FineUIPro.Web.HSSE.Accident
|
||||
{
|
||||
this.txtDeathPersonNum.Text = accidentHandle.DeathPersonNum.ToString();
|
||||
}
|
||||
this.txtAccidentHandle.Text = accidentHandle.AccidentHandle;
|
||||
this.txtAccidentHandle.Text = accidentHandle.AccidentHandle;
|
||||
this.txtUnitName.Text = BLL.UnitService.GetUnitNameByUnitId(accidentHandle.UnitId);
|
||||
|
||||
if (accidentHandle.IndirectMoneyLoss != null)
|
||||
{
|
||||
this.txtIndirectMoneyLoss.Text = accidentHandle.IndirectMoneyLoss.ToString();
|
||||
}
|
||||
if (accidentHandle.AccidentLevel != null)
|
||||
{
|
||||
this.txtAccidentLevel.Text = accidentHandle.AccidentLevel.ToString();
|
||||
}
|
||||
if (accidentHandle.AccidentType != null)
|
||||
{
|
||||
this.txtAccidentType.Text = accidentHandle.AccidentType.ToString();
|
||||
}
|
||||
if (accidentHandle.AccidentLocation != null)
|
||||
{
|
||||
this.txtAccidentLocation.Text = accidentHandle.AccidentLocation.ToString();
|
||||
}
|
||||
if (accidentHandle.AccidentHandle != null)
|
||||
{
|
||||
this.txtAccidentHandle.Text = accidentHandle.AccidentHandle;
|
||||
}
|
||||
if (accidentHandle.ContractingResponsibility != null)
|
||||
{
|
||||
this.txtContractingResponsibility.Text = accidentHandle.ContractingResponsibility.ToString();
|
||||
}
|
||||
if (accidentHandle.PositionName != null)
|
||||
{
|
||||
this.txtPositionName.Text = accidentHandle.PositionName.ToString();
|
||||
}
|
||||
if (accidentHandle.ResponsibilityType != null)
|
||||
{
|
||||
this.txtResponsibilityType.Text = accidentHandle.ResponsibilityType.ToString();
|
||||
}
|
||||
if (accidentHandle.ResponsibleMan != null)
|
||||
{
|
||||
this.txtResponsibleMan.Text = accidentHandle.ResponsibleMan.ToString();
|
||||
}
|
||||
if (accidentHandle.ResponsibilityDesc != null)
|
||||
{
|
||||
this.txtResponsibilityDesc.Text = accidentHandle.ResponsibilityDesc.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
///初始化审核菜单
|
||||
|
||||
Reference in New Issue
Block a user