修改施工劳务字段名称

This commit is contained in:
2026-03-13 16:30:12 +08:00
parent b9548a967d
commit 32d75ae151
3 changed files with 9 additions and 9 deletions
@@ -69,9 +69,9 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
{
DropConstructionManager.Label = "现场执行经理";
DropProjectManager.Label = "劳务管理组";
Approval_Construction.Label = "运营管理部";
DropConstructionManager.Label = "施工经理";
DropProjectManager.Label = "部门负责人";
Approval_Construction.Label = "项目经理";
}
//总承包合同编号
// BLL.ProjectService.InitAllProjectCodeDropDownList(this.DropProjectId, true);