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 "审批完成";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user