增加项目策划、总包合同模块
This commit is contained in:
@@ -426,6 +426,10 @@
|
||||
/// 分子公司合同管理(只能看见要公司信息)
|
||||
/// </summary>
|
||||
public const string OtherHTGLManager = "65073269-0a14-4655-8f9e-981104b37de9";
|
||||
/// <summary>
|
||||
/// 无本部角色
|
||||
/// </summary>
|
||||
public const string NoOfficeRole = "b045c908-ae37-41dc-9923-e389e97692cd";
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -979,6 +983,14 @@
|
||||
/// </summary>
|
||||
public const string OfficeActionPlanListMenuId = "B6A2B6EB-6B90-4953-B544-83FFF4F0EC19";
|
||||
/// <summary>
|
||||
/// 项目策划
|
||||
/// </summary>
|
||||
public const string OfficeProjectPlanMenuId = "6F9F1B71-67D8-4297-8F9B-360F3695E84B";
|
||||
/// <summary>
|
||||
/// 总包合同
|
||||
/// </summary>
|
||||
public const string OfficeMainContractMenuId = "D36E568B-54A3-4E86-919E-407C605B7BFC";
|
||||
/// <summary>
|
||||
/// 总包施工质量计划
|
||||
/// </summary>
|
||||
public const string OfficeMainPlanMenuId = "B9ADD006-BA46-4191-BCD1-CCB56767C82B";
|
||||
@@ -3526,6 +3538,54 @@
|
||||
/// </summary>
|
||||
public static string ActionPlanList_Complete = "C";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 项目策划流程定义
|
||||
|
||||
/// <summary>
|
||||
/// 重报
|
||||
/// </summary>
|
||||
public const string ProjectPlan_ReCompile = "0";
|
||||
|
||||
/// <summary>
|
||||
/// 编制
|
||||
/// </summary>
|
||||
public static string ProjectPlan_Compile = "1";
|
||||
|
||||
/// <summary>
|
||||
/// 施工管理部评审
|
||||
/// </summary>
|
||||
public static string ProjectPlan_Reviewing = "2";
|
||||
|
||||
/// <summary>
|
||||
/// 审批完成
|
||||
/// </summary>
|
||||
public static string ProjectPlan_Complete = "C";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 总包合同流程定义
|
||||
|
||||
/// <summary>
|
||||
/// 重报
|
||||
/// </summary>
|
||||
public const string MainContract_ReCompile = "0";
|
||||
|
||||
/// <summary>
|
||||
/// 编制
|
||||
/// </summary>
|
||||
public static string MainContract_Compile = "1";
|
||||
|
||||
/// <summary>
|
||||
/// 施工管理部评审
|
||||
/// </summary>
|
||||
public static string MainContract_Reviewing = "2";
|
||||
|
||||
/// <summary>
|
||||
/// 审批完成
|
||||
/// </summary>
|
||||
public static string MainContract_Complete = "C";
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user