项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -36,11 +36,11 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
RectifyNoticesId = Request.Params["RectifyNoticesId"];
|
||||
/// 专业工程师
|
||||
BLL.UserService.InitFlowOperateControlUserDropDownList(this.drpProfessionalEngineer, this.CurrUser.LoginProjectId, Const.UnitId_TCC, true);
|
||||
BLL.UserService.InitFlowOperateControlUserDropDownList(this.drpProfessionalEngineer, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, true);
|
||||
/// 施工经理
|
||||
BLL.UserService.InitFlowOperateControlUserDropDownList(this.drpConstructionManager, this.CurrUser.LoginProjectId, Const.UnitId_TCC, true);
|
||||
BLL.UserService.InitFlowOperateControlUserDropDownList(this.drpConstructionManager, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, true);
|
||||
/// 项目经理
|
||||
BLL.UserService.InitFlowOperateControlUserDropDownList(this.drpProjectManager, this.CurrUser.LoginProjectId, Const.UnitId_TCC, true);
|
||||
BLL.UserService.InitFlowOperateControlUserDropDownList(this.drpProjectManager, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, true);
|
||||
var getRectifyNotices = RectifyNoticesService.GetRectifyNoticesById(RectifyNoticesId);
|
||||
if (getRectifyNotices != null)
|
||||
{
|
||||
@@ -292,7 +292,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
//else if (getRectifyNotices.States == Const.State_3)
|
||||
//{
|
||||
// this.drpOperateMan.Label = "安全经理/安全工程师";
|
||||
// UserService.InitUserProjectIdUnitIdDropDownList(this.drpOperateMan, this.CurrUser.LoginProjectId, Const.UnitId_TCC, true);
|
||||
// UserService.InitUserProjectIdUnitIdDropDownList(this.drpOperateMan, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, true);
|
||||
// this.drpOperateMan.SelectedValue = getRectifyNotices.CompleteManId;
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user