|
@@ -218,6 +218,28 @@ export default {
|
|
label: '设备融资项目报告-产权持有人概况-段落模板',
|
|
label: '设备融资项目报告-产权持有人概况-段落模板',
|
|
}
|
|
}
|
|
],
|
|
],
|
|
|
|
+ crTmplCode:[
|
|
|
|
+ {
|
|
|
|
+ value: 'ANALYSIS_MAIN',
|
|
|
|
+ label: '债权分析报告-框架-主模板',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ value: 'ANALYSIS_COVER',
|
|
|
|
+ label: '债权分析报告-封面-段落模板',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ value: 'ANALYSIS_CATALOGUE',
|
|
|
|
+ label: '债权分析报告-目录-段落模板',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ value: 'ANALYSIS_DETAIL',
|
|
|
|
+ label: '债权分析报告-正文-段落模板',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ value: 'ANALYSIS_DIGEST',
|
|
|
|
+ label: '债权分析报告-摘要-段落模板',
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
tmplCodes: null,
|
|
tmplCodes: null,
|
|
reportType: [],
|
|
reportType: [],
|
|
tmplAssetReport: {
|
|
tmplAssetReport: {
|
|
@@ -324,7 +346,7 @@ export default {
|
|
this.tmplCodes = this.equipmentTmplCode;
|
|
this.tmplCodes = this.equipmentTmplCode;
|
|
}
|
|
}
|
|
if (this.tmplAssetReport.reportType == "债权" || this.tmplAssetReportSection.reportType == "债权") {
|
|
if (this.tmplAssetReport.reportType == "债权" || this.tmplAssetReportSection.reportType == "债权") {
|
|
- this.tmplCodes = null;
|
|
|
|
|
|
+ this.tmplCodes = this.crTmplCode;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 创建报告模板
|
|
// 创建报告模板
|