20240305 开车HSE管理
This commit is contained in:
@@ -4779,6 +4779,30 @@ namespace BLL
|
||||
/// 流程闭环
|
||||
/// </summary>
|
||||
public static string DriverRun_Complete = "6";
|
||||
#endregion
|
||||
|
||||
#region 开车方案流程定义
|
||||
|
||||
/// <summary>
|
||||
/// 重报
|
||||
/// </summary>
|
||||
public const string TestRunConstructSolution_ReCompile = "0";
|
||||
|
||||
/// <summary>
|
||||
/// 编制
|
||||
/// </summary>
|
||||
public static string TestRunConstructSolution_Compile = "1";
|
||||
|
||||
/// <summary>
|
||||
/// 会签
|
||||
/// </summary>
|
||||
public static string TestRunConstructSolution_Audit = "2";
|
||||
|
||||
/// <summary>
|
||||
/// 审批完成
|
||||
/// </summary>
|
||||
public static string TestRunConstructSolution_Complete = "3";
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
@@ -5238,7 +5262,7 @@ namespace BLL
|
||||
/// <summary>
|
||||
/// 开车方案管理
|
||||
/// </summary>
|
||||
public const string DriverSchemeMenuId = "CAA63693-5D41-4018-9FF7-AAB311E6D8E0";
|
||||
public const string TestRunConstructSolutionMenuId = "CAA63693-5D41-4018-9FF7-AAB311E6D8E0";
|
||||
|
||||
/// <summary>
|
||||
/// 开车进度管理
|
||||
|
||||
Reference in New Issue
Block a user