Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
commit
00938773c1
|
|
@ -0,0 +1 @@
|
||||||
|
insert into Sys_Role values('FB3EF667-7C38-48EC-9D64-A2A19A0D9E57','Ê©¹¤ÀÍÎñ','50','',1,1)
|
||||||
|
|
@ -443,6 +443,10 @@
|
||||||
/// 施工管理部副部长
|
/// 施工管理部副部长
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string ConstructionViceMinister = "4607ea62-37d3-4b80-b3b5-a72f454d6fc9";
|
public const string ConstructionViceMinister = "4607ea62-37d3-4b80-b3b5-a72f454d6fc9";
|
||||||
|
/// <summary>
|
||||||
|
/// 施工劳务
|
||||||
|
/// </summary>
|
||||||
|
public const string ConstructionLabor = "FB3EF667-7C38-48EC-9D64-A2A19A0D9E57";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 项目安全总监
|
/// 项目安全总监
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,8 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false);
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false);
|
||||||
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
||||||
{
|
{
|
||||||
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(Approval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false);
|
||||||
|
|
||||||
DropConstructionManager.Label = "现场执行经理";
|
DropConstructionManager.Label = "现场执行经理";
|
||||||
Approval_Construction.Label = "劳务管理组";
|
Approval_Construction.Label = "劳务管理组";
|
||||||
DropProjectManager.Label = "运营管理部";
|
DropProjectManager.Label = "运营管理部";
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,8 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false);
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false);
|
||||||
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
||||||
{
|
{
|
||||||
|
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 = "运营管理部";
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false);
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false);
|
||||||
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
||||||
{
|
{
|
||||||
|
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 = "运营管理部";
|
||||||
|
|
|
||||||
|
|
@ -28,13 +28,8 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||||
{
|
{
|
||||||
ContractReviewId = Request.Params["ContractReviewId"];
|
ContractReviewId = Request.Params["ContractReviewId"];
|
||||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
if (PHTGL_ActionPlanReviewService.IsSpecialProject(this.CurrUser.LoginProjectId))
|
|
||||||
{
|
|
||||||
dropApproval_Construction.Label = "劳务管理组";
|
|
||||||
DropProjectManager2.Label = "运营管理部";
|
|
||||||
}
|
|
||||||
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
|
||||||
|
|
||||||
|
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||||
#region 会签下拉框
|
#region 会签下拉框
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropConstructionManager, null, Const.UnitId_SEDIN, null, true);//施工经理
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropConstructionManager, null, Const.UnitId_SEDIN, null, true);//施工经理
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropPurchasingManager, 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(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false); //项目主管领导
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropChairman, null, this.CurrUser.UnitId, Const.Chairman, false);//董事长
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropChairman, null, this.CurrUser.UnitId, Const.Chairman, false);//董事长
|
||||||
#endregion
|
#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();
|
BindGrid();
|
||||||
BindFrom();
|
BindFrom();
|
||||||
getButtonPower();
|
getButtonPower();
|
||||||
|
|
|
||||||
|
|
@ -32,14 +32,8 @@
|
||||||
<Toolbars>
|
<Toolbars>
|
||||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList runat="server" ID="DropDownList1" Label="数据来源">
|
<f:DropDownList ID="drpDepartId" runat="server" Label="主办部门" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
||||||
<f:ListItem Text="施工管理部" Value="Value1" />
|
|
||||||
<f:ListItem Text="环境工程事业部" Value="Value2" />
|
|
||||||
<f:ListItem Text="基础设施事业部" Value="Value3" />
|
|
||||||
<f:ListItem Text="运营管理部" Value="Value4" />
|
|
||||||
<f:ListItem Text="宁波公司" Value="Value5" />
|
|
||||||
<f:ListItem Text="焦化公司" Value="Value6" />
|
|
||||||
</f:DropDownList>
|
|
||||||
|
|
||||||
<f:TextBox runat="server" Label="总承包合同编号" ID="txtProjectCode" EmptyText="输入查询条件" Width="300px" LabelWidth="120px"
|
<f:TextBox runat="server" Label="总承包合同编号" ID="txtProjectCode" EmptyText="输入查询条件" Width="300px" LabelWidth="120px"
|
||||||
LabelAlign="left">
|
LabelAlign="left">
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,8 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||||
{
|
{
|
||||||
ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
|
ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
|
||||||
// btnNew.OnClientClick = Window1.GetShowReference("ContractFormationEdit.aspx", "基本信息") + "return false;";
|
// btnNew.OnClientClick = Window1.GetShowReference("ContractFormationEdit.aspx", "基本信息") + "return false;";
|
||||||
|
BLL.DepartService.InitDepartDropDownList(this.drpDepartId, false);
|
||||||
|
|
||||||
GetButtonPower();
|
GetButtonPower();
|
||||||
this.ProjectId = this.CurrUser.LoginProjectId;
|
this.ProjectId = this.CurrUser.LoginProjectId;
|
||||||
if (!string.IsNullOrEmpty(Request.Params["projectId"]) && Request.Params["projectId"] != this.CurrUser.LoginProjectId)
|
if (!string.IsNullOrEmpty(Request.Params["projectId"]) && Request.Params["projectId"] != this.CurrUser.LoginProjectId)
|
||||||
|
|
|
||||||
|
|
@ -60,13 +60,13 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropDownList1 控件。
|
/// drpDepartId 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// 自动生成的字段。
|
/// 自动生成的字段。
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropDownList1;
|
protected global::FineUIPro.DropDownList drpDepartId;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtProjectCode 控件。
|
/// txtProjectCode 控件。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue