班前会添加装置单元

This commit is contained in:
2025-09-03 16:40:38 +08:00
parent 47c8a5d415
commit f6b2bdfb81
19 changed files with 409 additions and 147 deletions
@@ -59,6 +59,7 @@ namespace FineUIPro.Web.HSSE.Meeting
this.drpUnit.Text = UnitService.GetUnitNameByUnitId(classMeeting.UnitId);
this.drpTeamGroup.Text = TeamGroupService.GetTeamGroupNameByTeamGroupId(classMeeting.TeamGroupId);
this.txtAttentPersonNum.Text = classMeeting.AttentPersonNum.ToString();
this.textInstallationName.Text = classMeeting.InstallationName.ToString();
}
}