修改施工劳务字段名称
This commit is contained in:
@@ -69,9 +69,9 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
||||||
{
|
{
|
||||||
DropConstructionManager.Label = "现场执行经理";
|
DropConstructionManager.Label = "施工经理";
|
||||||
DropProjectManager.Label = "劳务管理组";
|
DropProjectManager.Label = "部门负责人";
|
||||||
Approval_Construction.Label = "运营管理部";
|
Approval_Construction.Label = "项目经理";
|
||||||
}
|
}
|
||||||
//总承包合同编号
|
//总承包合同编号
|
||||||
// BLL.ProjectService.InitAllProjectCodeDropDownList(this.DropProjectId, true);
|
// BLL.ProjectService.InitAllProjectCodeDropDownList(this.DropProjectId, true);
|
||||||
|
|||||||
@@ -54,9 +54,9 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
{
|
{
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false);
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false);
|
||||||
|
|
||||||
DropConstructionManager.Label = "现场执行经理";
|
DropConstructionManager.Label = "施工经理";
|
||||||
DropApproval_Construction.Label = "劳务管理组";
|
DropApproval_Construction.Label = "部门负责人";
|
||||||
DropProjectManager.Label = "运营管理部";
|
DropProjectManager.Label = "项目经理";
|
||||||
}
|
}
|
||||||
Bind();
|
Bind();
|
||||||
BindGrid();
|
BindGrid();
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
{
|
{
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false);
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false);
|
||||||
|
|
||||||
DropConstructionManager.Label = "现场执行经理";
|
DropConstructionManager.Label = "施工经理";
|
||||||
DropApproval_Construction.Label = "劳务管理组";
|
DropApproval_Construction.Label = "部门负责人";
|
||||||
DropProjectManager.Label = "运营管理部";
|
DropProjectManager.Label = "项目经理";
|
||||||
}
|
}
|
||||||
Bind();
|
Bind();
|
||||||
BindGrid();
|
BindGrid();
|
||||||
|
|||||||
Reference in New Issue
Block a user