增加施工月报

This commit is contained in:
2023-09-11 08:27:33 +08:00
parent b53e552cfa
commit 1d92a3e926
20 changed files with 4625 additions and 45 deletions
+9
View File
@@ -4471,6 +4471,10 @@ namespace BLL
/// </summary>
public const string CheckMonthTemplateUrl = "File\\Word\\CQMS\\Check\\质量月报.doc";
/// <summary>
/// 施工月报的虚拟路径
/// </summary>
public const string ConstructionMonthReportTemplateUrl = "File\\Word\\ZHGL\\施工月报.doc";
/// <summary>
/// 设计变更的虚拟路径
/// </summary>
public const string DesignTemplateUrl = "File\\Word\\CQMS\\Check\\设计变更.doc";
@@ -4526,6 +4530,11 @@ namespace BLL
/// 项目级施工日志
/// </summary>
public const string WorkHandoverMenuId = "CD88CE2A-A8E2-4F07-9A90-9161BD1C345C";
/// <summary>
/// 施工月报
/// </summary>
public const string ConstructionMonthReportMenuId = "F50EDEF0-FCDE-4B84-8D30-1F16E03FE26F";
#endregion
#region