From 32d75ae15137b8e1dbd951ca9a4da9f2d715bd19 Mon Sep 17 00:00:00 2001 From: fei550 <1420031550@qq.com> Date: Fri, 13 Mar 2026 16:30:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=BD=E5=B7=A5=E5=8A=B3?= =?UTF-8?q?=E5=8A=A1=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs | 6 +++--- .../PHTGL/BiddingManagement/SetSubReviewEdit.aspx.cs | 6 +++--- .../PHTGL/BiddingManagement/SetSubReviewEdit2.aspx.cs | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs index 535d413b..8013b605 100644 --- a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs @@ -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); diff --git a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit.aspx.cs b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit.aspx.cs index a1bc353b..4e31435c 100644 --- a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit.aspx.cs @@ -54,9 +54,9 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement { BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false); - DropConstructionManager.Label = "现场执行经理"; - DropApproval_Construction.Label = "劳务管理组"; - DropProjectManager.Label = "运营管理部"; + DropConstructionManager.Label = "施工经理"; + DropApproval_Construction.Label = "部门负责人"; + DropProjectManager.Label = "项目经理"; } Bind(); BindGrid(); diff --git a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit2.aspx.cs b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit2.aspx.cs index 707a3db4..77ebb681 100644 --- a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit2.aspx.cs +++ b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/SetSubReviewEdit2.aspx.cs @@ -52,9 +52,9 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement { BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false); - DropConstructionManager.Label = "现场执行经理"; - DropApproval_Construction.Label = "劳务管理组"; - DropProjectManager.Label = "运营管理部"; + DropConstructionManager.Label = "施工经理"; + DropApproval_Construction.Label = "部门负责人"; + DropProjectManager.Label = "项目经理"; } Bind(); BindGrid();