0914-增加质量会议导出PDF
This commit is contained in:
@@ -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 "审批完成";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user