修改项目安全实施计划

This commit is contained in:
2023-06-01 17:14:29 +08:00
parent 5470404048
commit 75b2d905c9
28 changed files with 5430 additions and 190 deletions
+21
View File
@@ -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>
+45 -1
View File
@@ -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