项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -118,16 +118,16 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
this.IsAgree.Hidden = false;
|
||||
|
||||
//UserService.InitFlowOperateControlUserDropDownList(this.drpHandleMan, this.CurrUser.LoginProjectId, Const.UnitId_TCC, true);
|
||||
BLL.UserService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpHandleMan, this.CurrUser.LoginProjectId, Const.UnitId_TCC, Const.ProjectManager, true);
|
||||
//UserService.InitFlowOperateControlUserDropDownList(this.drpHandleMan, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, true);
|
||||
BLL.UserService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpHandleMan, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, Const.ProjectManager, true);
|
||||
this.drpHandleMan.Label = "总包项目经理";
|
||||
if (!string.IsNullOrEmpty(pauseNotice.ApproveManId)) {
|
||||
this.drpHandleMan.SelectedValue = pauseNotice.ApproveManId;
|
||||
}
|
||||
this.GroupPanel2.Hidden = false;
|
||||
gvCarryUser.DataSource = BLL.UserService.GetProjectRoleUserListByProjectId(this.CurrUser.LoginProjectId, Const.UnitId_TCC);
|
||||
gvCarryUser.DataSource = BLL.UserService.GetProjectRoleUserListByProjectId(this.CurrUser.LoginProjectId, Const.UnitId_XJYJ);
|
||||
gvCarryUser.DataBind();//专业工程师
|
||||
BLL.UserService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpConstructionManager, this.CurrUser.LoginProjectId, Const.UnitId_TCC, Const.ConstructionManager, true);
|
||||
BLL.UserService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpConstructionManager, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, Const.ConstructionManager, true);
|
||||
//施工经理
|
||||
//UserService.InitUserProjectIdUnitIdDropDownList(this.drpUnitHeadMan, this.CurrUser.LoginProjectId, this.drpUnit.SelectedValue, true);//分包单位
|
||||
girdConMan.DataSource = BLL.UserService.GetProjectRoleUserListByProjectId(this.CurrUser.LoginProjectId, this.drpUnit.SelectedValue);
|
||||
@@ -442,7 +442,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
|
||||
this.NoAgree.Hidden = true;
|
||||
if (State == "1") {
|
||||
UserService.InitFlowOperateControlUserDropDownList(this.drpHandleMan, this.CurrUser.LoginProjectId, Const.UnitId_TCC, true);
|
||||
UserService.InitFlowOperateControlUserDropDownList(this.drpHandleMan, this.CurrUser.LoginProjectId, Const.UnitId_XJYJ, true);
|
||||
this.drpHandleMan.Label = "总包项目经理";
|
||||
this.GroupPanel2.Hidden = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user