Merge branch 'master' of http://47.104.102.122:3000/panhf/CNCEC_SUBQHSE_WUHUAN
This commit is contained in:
@@ -3305,7 +3305,72 @@ namespace BLL
|
||||
/// <summary>
|
||||
/// 质量专项检查模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string JointCheckTempUrl = "File\\Excel\\CQMS\\质量专项检查模版.xls";
|
||||
public const string JointCheckTempUrl = "File\\Excel\\CQMS\\质量专项检查模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 共检通知单模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string InspectionNoticesTempUrl = "File\\Excel\\CQMS\\共检通知单模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 控制点检查检测模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string InspectionManagementTempUrl = "File\\Excel\\CQMS\\控制点检查检测模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 控制点检查检测合格率统计模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string InspectionManagementStaticTempUrl = "File\\Excel\\CQMS\\控制点检查检测合格率统计模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 无损检测管理模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string NondestructiveTestTempUrl = "File\\Excel\\CQMS\\无损检测管理模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 热处理检测模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string HotProessManageTempUrl = "File\\Excel\\CQMS\\热处理检测模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 管道试压包管理模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string TestPackageMangementTempUrl = "File\\Excel\\CQMS\\管道试压包管理模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 检查人检查次数统计模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string CheckManStatisticsTemlUrl = "File\\Excel\\CQMS\\检查人检查次数统计模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 现场检查情况模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string CheckStatiscTemlUrl = "File\\Excel\\CQMS\\现场检查情况模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 现场焊接无损检测情况模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string HJGLStatiscTemlUrl = "File\\Excel\\CQMS\\现场焊接无损检测情况模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// NCR统计模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string NCRStatiscTemlUrl = "File\\Excel\\CQMS\\NCR统计模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 设计变更单统计模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string DesignChangeStatiscTemlUrl = "File\\Excel\\CQMS\\设计变更单统计模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 质量巡检模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string CheckListTemlUrl = "File\\Excel\\CQMS\\质量巡检模板.xls";
|
||||
|
||||
/// <summary>
|
||||
/// 问题统计模板文件原始虚拟路径
|
||||
/// </summary>
|
||||
public const string JointCheckStatisticsTemlUrl = "File\\Excel\\CQMS\\问题统计模板.xls";
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user