提交代码
This commit is contained in:
@@ -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 施工方案及审查流程定义
|
||||
|
||||
|
||||
Reference in New Issue
Block a user