修改项目安全实施计划
This commit is contained in:
@@ -151,6 +151,27 @@ namespace BLL
|
||||
return res;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="toKeyId"></param>
|
||||
/// <param name="menuId"></param>
|
||||
/// <returns></returns>
|
||||
public static Boolean Getfile(string toKeyId)
|
||||
{
|
||||
bool res = false;
|
||||
var q = Funs.DB.AttachFile.FirstOrDefault((x => x.ToKeyId == toKeyId));
|
||||
if (q != null)
|
||||
{
|
||||
var file = q.AttachUrl;
|
||||
if (!string.IsNullOrEmpty(file))
|
||||
{
|
||||
res = true;
|
||||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
@@ -943,7 +943,10 @@
|
||||
/// 同步记录
|
||||
/// </summary>
|
||||
public const string RealNameSynchroRecordMenuId = "F36E6C54-E39F-4032-874D-548EE090A35B";
|
||||
|
||||
/// <summary>
|
||||
/// 实施计划
|
||||
/// </summary>
|
||||
public const string OfficeActionPlanListMenuId = "B6A2B6EB-6B90-4953-B544-83FFF4F0EC19";
|
||||
/// <summary>
|
||||
/// 总包施工质量计划
|
||||
/// </summary>
|
||||
@@ -3431,6 +3434,47 @@
|
||||
public const string ProjectInformation_DrillPlanHalfYearReportId = "10";
|
||||
#endregion
|
||||
|
||||
#region 安全流程定义
|
||||
#region 安全实施计划流程定义
|
||||
|
||||
/// <summary>
|
||||
/// 重报
|
||||
/// </summary>
|
||||
public const string ActionPlanList_ReCompile = "0";
|
||||
|
||||
/// <summary>
|
||||
/// 编制
|
||||
/// </summary>
|
||||
public static string ActionPlanList_Compile = "1";
|
||||
|
||||
/// <summary>
|
||||
/// 会签
|
||||
/// </summary>
|
||||
public static string ActionPlanList_Audit = "2";
|
||||
|
||||
/// <summary>
|
||||
/// 评审负责人办理
|
||||
/// </summary>
|
||||
public static string ActionPlanList_Review = "3";
|
||||
|
||||
/// <summary>
|
||||
/// 施工管理部评审
|
||||
/// </summary>
|
||||
public static string ActionPlanList_Reviewing = "4";
|
||||
|
||||
/// <summary>
|
||||
/// 评审负责人办理
|
||||
/// </summary>
|
||||
public static string ActionPlanList_Review2 = "5";
|
||||
|
||||
/// <summary>
|
||||
/// 审批完成
|
||||
/// </summary>
|
||||
public static string ActionPlanList_Complete = "C";
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region 质量
|
||||
#region 质量管理
|
||||
#region 基础设置
|
||||
|
||||
Reference in New Issue
Block a user