wx-rating-template/pages/report/evaluation.vue

209 lines
6.7 KiB
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 综合评价 -->
<template>
<view>
<view class="result-box">
<text>吉林省农业融资担保有限公司</text>
<view class="uni-flex">
<view class="uni-flex-item">
<text class="uni-flex-item-score">A</text>
<view class="uni-flex-item-state">2019综合信用级别</view>
</view>
<view class="uni-flex-item">
<text class="uni-flex-item-score">90.0</text>
<view class="uni-flex-item-state">综合信用评分</view>
</view>
</view>
</view>
<view class="result-box" style="background-color: #3B3C5D;">
<text style="color:#D49E46;">评价结论</text>
<view class="uni-flex" style="font-weight: normal;">
远东资信评估有限公司以下简称 远东资信
对吉林省农业融资担保有限公司以下简称农担公司险测评显示近年来公司担保业务规模持续扩大收入平稳增盈利能力较强资本实力较强担保放大倍数处于行业业较高水平综合代偿能力高公司担保业务险管理能力高综合代偿能力强公司担保业务险管理能力高公司是大中型政策性融资担保公
省内竞争能力较强
</view>
</view>
<view class="result-box">
<text style="color:#D49E46;">企业财务状况及经管管理</text>
<view class="uni-flex">
<qiun-data-charts type="radar" :chartData="radarData_1" background="none" canvasId="canvans1" />
</view>
</view>
<view class="result-box">
<text style="color:#D49E46;">企业信用行为及创新能力</text>
<view class="uni-flex">
<qiun-data-charts type="radar" :chartData="radarData_2" background="none" canvasId="canvans2" />
</view>
</view>
<view class="result-box">
<text style="color:#D49E46;">需关注指标</text>
<view class="uni-flex" style="justify-content: flex-start;font-weight: normal;">
<view class="tag">
利息保障倍数
</view>
<view class="tag">
平均资产收益率
</view>
<view class="tag">
总资产报酬率
</view>
</view>
</view>
<view class="result-box">
<view class="uni-flex" style="justify-content: space-between;margin:0">
<text style="color:#D49E46;">主要财务数据</text>
<text>单位: 万元, %</text>
</view>
</view>
<list :data='data' />
<view class="result-box" style="background-color: #3B3C5D;">
<qiun-data-charts type="line" :chartData="chartData" background="none" canvasId="canvans3" />
</view>
<expand :content='expand.content' :title='expand.title' />
</view>
</template>
<script>
import expand from '../../components/report/expand.vue'
import list from '../../components/report/list.vue'
export default {
components: {
expand,
list
},
data() {
return {
expand: {
title: '数据观点',
content: "远东资信评估有限公司(以下简称 “远东资信”)对吉林省农业融资担保有限公司(以下简称“农担公司”)的风险测评显示:近年来公司担保业务规模持续扩大,收入平稳增⻓盈利能力较强,资本实力较强, 担保放大倍数处于行业业较高水平。综合代偿能力高公司担保业务⻛险管理能力高,综合代偿能力强,公司担保业务⻛ 险管理能力高,公司是大中型政策性融资担保公司,省内竞争能力较强."
},
radarData_1: {
"categories": ["企业规模", "资本结构", "成长能力", "代偿能力", "资产担保质量", "盈利能力"],
"series": [{
"name": "能力指数",
"data": [500, 400, 483, 422, 354, 500, ]
}]
},
radarData_2: {
"categories": [
"信用品牌打造",
"信用应用",
"信用责任",
"创新成果",
"研发能力",
"诚信经营"
],
"series": [{
"color": '#0986A7',
"name": "能力指数",
"data": [500, 400, 400, 300, 400, 400, ]
}]
},
data: [
['项目', '2021', '2020', '2019', '2018'],
['业务及管理费用', '5345.86', '5204.43', '7166.19', '6542.99'],
['主营业务成本', '-', '-', '-', '-'],
['主营业务收入', '470.19', '-', '-', '-'],
['债务重组利得', '-', '-', '-', '-'],
['债务重组损失', '-', '-', '-', '-'],
['公允价值变动收益', '-', '633.56', '130.51', '42.61'],
['其他业务支出', '0.96', '-', '-', '-'],
['其他收益', '500', '-', '5772.75', '1385.8'],
['净利润', '2479.35', '7080.36', '10121.36', '6264.47'],
['分出担保费', '-', '-', '-', '-'],
['利息支出', '-', '-', '-', '-'],
['利息收入', '-', '-', '-', '-'],
['利润总额', '3172.65', '8561.95', '14221.78', '8763.06'],
['委托贷款手续费', '-', '-', '-', '-'],
['委贷利息收入', '6696.21', '-', '-', '-'],
['对联营企业和合营企业的投资收益', '-', '-', '-', '-'],
['少数股东损益', '-', '-', '-', '-'],
['归属于母公司所有者的利润', '-', '-', '-', '-'],
['所得税费用', '693.3', '1481.59', '4100.42', '2498.59'],
['投资收益', '-', '1118.84',
'1546.65',
'2134.46'
],
['担保费收入', '-', 9869.94, 5502.78, 2582.18],
['担保赔偿支出', '-', '-', '-', '-'],
['提取担保赔偿准备金',
243.58,
4941.8,
4270.77,
1637.11,
],
['提取未到期责任准备金',
160.34,
-134.08,
1475.68,
741.41,
],
['政府补助', '-', '-', '-', '-'],
['税金及附加',
127.13,
42.16,
23.65,
34.52
],
['营业利润',
3175.36,
8603.93,
14237.06,
8768.4
],
['营业外支出',
3.21,
41.98,
15.38,
5.34
],
['营业外收入',
'0.5', '-',
'0.1', '-'
],
['营业总成本',
5719.54,
10188.39,
11488.33,
7699.15,
],
['营业总收入',
8894.9,
18792.32,
25725.39,
16467.55,
],
['财务费用', '-', '-', '-', '-'],
['贷款利息收入', '-', '-', '-', '-'],
['资产减值损失', '-', '-', '-', '-'],
['销售费用', '-', '-', '-', '-'],
['非流动资产处置利得', '-', '-', '-', '-'],
['非流动资产处置损失', '-', '-', '-', '-'],
['非货币性资产交换利得', '-', '-', '-', '-'],
['非货币性资产交换损失', '-', '-', '-', '-'],
],
chartData: {
"categories": [
"2018", "2019", "2020", "2021",
],
"series": [{
"name": "净资产收益率",
"data": [19, 19, 22,71 ]
},
{
"name": "总资产收益率",
"data": [ 18, 16,20,71,]
},
]
},
}
},
}
</script>
<style lang='scss' scoped>
@import "../../static/general.scss"
</style>