提交代码

This commit is contained in:
2025-03-05 16:48:17 +08:00
parent 64ee6e8635
commit 58beeab458
59 changed files with 4829 additions and 532 deletions
+35 -1
View File
@@ -106,8 +106,21 @@ namespace BLL
/// </summary>
public const string PersonManageUrl = "File\\Excel\\HJGL_DataIn\\焊工人员导入模板.xls";
/// <summary>
/// 工程量日常统计表导出模板
/// </summary>
public const string DayInputStatisticsTemplateUrl = "File\\Excel\\DataOut\\工程量日常统计表.xlsx";
/// <summary>
/// 整体及分类汇总表导出模板
/// </summary>
public const string WorkTeamStatisticsTemplateUrl = "File\\Excel\\DataOut\\整体及分类汇总表.xlsx";
/// <summary>
/// 项目内容汇总表导出模板
/// </summary>
public const string ProjectContentStatisticsTemplateUrl = "File\\Excel\\DataOut\\项目内容汇总表.xlsx";
/// <summary>
/// 管道点口日报表
/// </summary>
@@ -5004,6 +5017,27 @@ namespace BLL
#endregion
#region
/// <summary>
/// 重新编制
/// </summary>
public const string Base_ReCompile = "0";//总包
/// <summary>
/// 编制
/// </summary>
public const string Base_Compile = "1";//总包
/// <summary>
/// 审核
/// </summary>
public static string Base_Audit1 = "2";//总包
/// <summary>
/// 审批完成
/// </summary>
public static string Base_Complete = "3";
#endregion
#region