修改质量会议及培训

This commit is contained in:
2022-09-12 14:58:35 +08:00
parent a2fd7be5ef
commit 6908efcf2c
25 changed files with 1028 additions and 103 deletions
@@ -47,7 +47,7 @@ namespace FineUIPro.Web.CQMS.Train
if (!IsPostBack)
{
TrainPlanId = Request.Params["TrainPlanId"];
BLL.SitePerson_PersonService.InitProjectUserListByProjectUnitTypeDropDownList(this.drpPlanTrainPersons, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1 + "," + Const.ProjectUnitType_2, true);
BLL.CQMSTrainObjectService.InitTrainObjectDropDownList(this.drpPlanTrainPersons, true);
BLL.CQMSTrainTypeService.InitTrainTypeDropDownList(this.drpTrainType, true);
if (!string.IsNullOrEmpty(TrainPlanId))
{