2023-03-16 增加施工劳务角色
This commit is contained in:
@@ -28,13 +28,8 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||
{
|
||||
ContractReviewId = Request.Params["ContractReviewId"];
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
||||
{
|
||||
dropApproval_Construction.Label = "劳务管理组";
|
||||
DropProjectManager2.Label = "运营管理部";
|
||||
}
|
||||
|
||||
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||
|
||||
#region 会签下拉框
|
||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropConstructionManager, null, Const.UnitId_SEDIN, null, true);//施工经理
|
||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropPurchasingManager, null, Const.UnitId_SEDIN, null, true);//采购经理
|
||||
@@ -60,6 +55,13 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false); //项目主管领导
|
||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropChairman, null, this.CurrUser.UnitId, Const.Chairman, false);//董事长
|
||||
#endregion
|
||||
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
||||
{
|
||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(dropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false);
|
||||
|
||||
dropApproval_Construction.Label = "劳务管理组";
|
||||
DropProjectManager2.Label = "运营管理部";
|
||||
}
|
||||
BindGrid();
|
||||
BindFrom();
|
||||
getButtonPower();
|
||||
|
||||
Reference in New Issue
Block a user