修改施工方案和关键事项

This commit is contained in:
2024-10-12 15:27:37 +08:00
parent a360cb9448
commit d35d9efdcb
54 changed files with 10572 additions and 2051 deletions
+30 -2
View File
@@ -4656,14 +4656,21 @@ namespace BLL
public static string CQMSConstructSolution_Compile = "1";
/// <summary>
/// 会签
/// 一级审批
/// </summary>
public static string CQMSConstructSolution_Audit = "2";
/// <summary>
/// 二级审批
/// </summary>
public static string CQMSConstructSolution_Audit1 = "3";
/// <summary>
/// 审批完成
/// </summary>
public static string CQMSConstructSolution_Complete = "3";
public static string CQMSConstructSolution_Complete = "4";
#endregion
@@ -6091,5 +6098,26 @@ namespace BLL
/// HSSE管理月报新
/// </summary>
public const string ManagerMonthCNewMenuId = "9E4B28DF-8C8E-49F8-AB15-270BBDC73449";
/// <summary>
/// 中央企业安全生产治本攻坚三年行动工作台账
/// </summary>
public const string ActionWorkLedgerMenuId = "CB76394B-BDEB-4F45-9D19-F38612DC6591";
/// <summary>
/// 中央企业安全生产管理评价工作调度台账
/// </summary>
public const string SafetyProductionEvaluationMenuId = "C48087A8-4C9F-485D-B0A4-C85E112BA705";
/// <summary>
/// 中央企业安全生产治本攻坚三年行动工作台账
/// </summary>
public const string ReportType_11 = "11";
/// <summary>
/// 中央企业安全生产管理评价工作调度台账上报
/// </summary>
public const string ReportType_12 = "12";
}
}