0914-增加质量会议导出PDF

This commit is contained in:
2022-09-14 11:23:31 +08:00
parent 34df8a8b03
commit 918b63a4b9
17 changed files with 1419 additions and 8 deletions
@@ -98,19 +98,19 @@ namespace BLL
{
if (state != null)
{
if (state.ToString() == BLL.Const.SubPlan_ReCompile)
if (state.ToString() == BLL.Const.CQMSConstructSolution_ReCompile)
{
return "重报";
}
else if (state.ToString() == BLL.Const.SubPlan_Compile)
else if (state.ToString() == BLL.Const.CQMSConstructSolution_Compile)
{
return "编制";
}
else if (state.ToString() == BLL.Const.SubPlan_Audit)
else if (state.ToString() == BLL.Const.CQMSConstructSolution_Audit)
{
return "会签";
}
else if (state.ToString() == BLL.Const.SubPlan_Complete)
else if (state.ToString() == BLL.Const.CQMSConstructSolution_Complete)
{
return "审批完成";
}
+4
View File
@@ -4055,6 +4055,10 @@
/// </summary>
public const string ConstructSolutionTemplateUrl = "File\\Word\\CQMS\\Check\\施工方案.doc";
/// <summary>
/// 质量会议的虚拟路径
/// </summary>
public const string CQMSMeetingTemplateUrl = "File\\Word\\CQMS\\Check\\质量会议.doc";
/// <summary>
/// 质量月报的虚拟路径
/// </summary>
public const string CheckMonthTemplateUrl = "File\\Word\\CQMS\\Check\\质量月报.doc";