123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816 |
- <template >
- <div id="">
- <!-- 平台 -->
- <div v-if="company.scyType == '00'">
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">入驻企业总数</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{companyNum}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">已融资/供应商入住数量</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{financeSupplierNum + '/' + supplierNum}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">入驻核心企业数</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{coreNum}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">总融资金额</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{getFinancedNum()}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">融资中金额</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{availableBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">已放款金额</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{loanBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">发起融资业务数</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{financeNum}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">核心企业总授信额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{creditLineAll}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">剩余可用授信</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{getsubNum()}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:93%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">平台资金统计</span>
- </div>
- <div class="text item" style="height:650px">
- <echart-pie :series-data="financeAmountList" :extra-option="extraOption"/>
- </div>
- </el-card>
- <el-card class="box-card" style="width:93%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">平台用户统计</span>
- </div>
- <div class="text item" style="height:650px">
- <el-select v-model="dateType" @change="getCompanyReport">
- <el-option v-for="(item,index) in dateTypeList" :key="index" :label="item.label" :value="item.value">
- </el-option>
- </el-select>
- <echart-bar :series-data="companyDataList" :extra-option="companyExtraOption"/>
- </div>
- </el-card>
- <el-card class="box-card" style="width:93%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">平台业务统计</span>
- </div>
- <div class="text item" style="height:650px">
- <el-select v-model="financeDateType" @change="getFinanceRecordMonth">
- <el-option v-for="(item,index) in dateTypeList" :key="index" :label="item.label" :value="item.value">
- </el-option>
- </el-select>
- <echart-bar :series-data="yearDataList" :extra-option="yearExtraOption"/>
- </div>
- </el-card>
- <el-card class="box-card" style="width:93%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">核心企业可用额度比例</span>
- </div>
- <div class="text item" style="height:650px">
- <echart-bar :series-data="coreFinanceAmountList" :extra-option="coreFinanceAmountExtraOption"/>
- </div>
- </el-card>
- </div>
- <!-- 核心企业 -->
- <div v-if="company.scyType == '01'">
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">我开立的融信</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{getFinancedNum()}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">可用授权额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{getsubNum()}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">即将到期付款</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{expiredBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">我的代办</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{workTotal}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">可用授权额度(正向保理)</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{getsubNumForward()}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:30.2%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">总授权额度(正向保理)</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{getFinancedNumForward()}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:93%;margin:0.6%;float:left;">
- <div class="text item">
- <el-tabs v-model="activeName">
- <el-tab-pane label="我的待办" name="first" style="height:400px">
- <el-table :data="workList" :show-header="false">
- <el-table-column label="标题" align="center" prop="noticeTitle" :show-overflow-tooltip="true"/>
- <el-table-column label="时间" align="center" prop="createTime" :show-overflow-tooltip="true"/>
- </el-table>
-
- <pagination
- v-show="workTotal>0"
- :total="workTotal"
- :page.sync="queryParamsWork.pageNum"
- :limit.sync="queryParamsWork.pageSize"
- :pager-count="5"
- :page-sizes="[5]"
- @pagination="getWorkList"
- />
- </el-tab-pane>
- <el-tab-pane label="消息" name="second" style="height:400px">
- <el-table :data="noticeList" :show-header="false">
- <el-table-column label="标题" align="center" prop="noticeTitle" :show-overflow-tooltip="true"/>
- <el-table-column label="时间" align="center" prop="createTime" :show-overflow-tooltip="true"/>
- </el-table>
-
- <pagination
- v-show="noticeTotal>0"
- :total="noticeTotal"
- :page.sync="queryParamsNotice.pageNum"
- :limit.sync="queryParamsNotice.pageSize"
- :pager-count="5"
- :page-sizes="[5]"
- @pagination="getNoticeList"
- />
- </el-tab-pane>
- </el-tabs>
- </div>
- </el-card>
- <el-card class="box-card" style="width:59%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">融信授权额度</span>
- </div>
- <div class="text item">
- <echart-pie :series-data="dataList" :extra-option="extraOption" style="height:200px;width:40%;float:left"/>
- <div style="height:300px;width:60%;float:right">
- <el-table :data="creditLineList" border >
- <el-table-column label="渠道名称" align="center" prop="managementName" :show-overflow-tooltip="true"/>
- <el-table-column label="额度" align="center" prop="allAmount" :show-overflow-tooltip="true"/>
- <el-table-column label="可用金额" align="center" prop="subAmount" :show-overflow-tooltip="true"/>
- <el-table-column label="已用金额" align="center" prop="availableAmount" :show-overflow-tooltip="true"/>
- </el-table>
-
- <pagination
- v-show="creditLineTotal>0"
- :total="creditLineTotal"
- :page.sync="queryParams.pageNum"
- :limit.sync="queryParams.pageSize"
- :pager-count="5"
- :page-sizes="[5]"
- @pagination="getList"
- />
- </div>
- </div>
- </el-card>
- <el-card class="box-card" style="width:33%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">融信统计</span>
- </div>
- <div class="text item">
- <div style="height:300px">
- <el-table :data="creditLineNumList" border >
- <el-table-column label="渠道名称" align="center" prop="managementName" :show-overflow-tooltip="true"/>
- <el-table-column label="数量" align="center" prop="num" :show-overflow-tooltip="true"/>
- <el-table-column label="额度" align="center" prop="allAmount" :show-overflow-tooltip="true"/>
- </el-table>
-
- <pagination
- v-show="creditLineNumTotal>0"
- :total="creditLineNumTotal"
- :page.sync="queryParamsNum.pageNum"
- :limit.sync="queryParamsNum.pageSize"
- :pager-count="5"
- :page-sizes="[5]"
- @pagination="getNumList"
- />
- </div>
- </div>
- </el-card>
- <el-card class="box-card" style="width:46%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">融资开立资金表(年)</span>
- </div>
- <div class="text item" style="height:300px">
- <echart-bar :series-data="monthDataList" :extra-option="monthExtraOption"/>
- </div>
- </el-card>
- <el-card class="box-card" style="width:46%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">融资开立资金表(7天内)</span>
- </div>
- <div class="text item" style="height:300px">
- <echart-bar :series-data="yearDataList" :extra-option="yearExtraOption"/>
- </div>
- </el-card>
- </div>
- <!-- 融资企业 -->
- <div v-if="company.scyType == '02'">
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">持有融信额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{creditLineAll}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">融资中额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{availableBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">已融资额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{loanBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">即将到期融资额度(30天)</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{expiredBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:93%;margin:0.6%;float:left;">
- <!-- <div slot="header" class="clearfix">
- </div> -->
- <div class="text item" style="height:auto">
- <el-tabs v-model="activeName">
- <el-tab-pane label="我的待办" name="first" style="height:400px">
- <el-table :data="workList" :show-header="false">
- <el-table-column label="标题" align="center" prop="noticeTitle" :show-overflow-tooltip="true"/>
- <el-table-column label="时间" align="center" prop="createTime" :show-overflow-tooltip="true"/>
- </el-table>
-
- <pagination
- v-show="workTotal>0"
- :total="workTotal"
- :page.sync="queryParamsWork.pageNum"
- :limit.sync="queryParamsWork.pageSize"
- :pager-count="5"
- :page-sizes="[5]"
- @pagination="getWorkList"
- />
- </el-tab-pane>
- <el-tab-pane label="消息" name="second" style="height:400px">
- <el-table :data="noticeList" :show-header="false">
- <el-table-column label="标题" align="center" prop="noticeTitle" :show-overflow-tooltip="true"/>
- <el-table-column label="时间" align="center" prop="createTime" :show-overflow-tooltip="true"/>
- </el-table>
-
- <pagination
- v-show="noticeTotal>0"
- :total="noticeTotal"
- :page.sync="queryParamsNotice.pageNum"
- :limit.sync="queryParamsNotice.pageSize"
- :pager-count="5"
- :page-sizes="[5]"
- @pagination="getNoticeList"
- />
- </el-tab-pane>
- </el-tabs>
- </div>
- </el-card>
- </div>
- <!-- 资方 -->
- <div v-if="company.scyType == '03'">
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">持有融信额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{creditLineAll}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">融资中额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{availableBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">已融资额度</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{loanBalance}}</span>
- </div>
- </el-card>
- <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
- <div slot="header" class="clearfix">
- <span style="color: #666ee8; font-weight: bold;">即将到期融资额度(30天)</span>
- </div>
- <div class="text item" style="height:100px">
- <span style="color: #666ee8; font-weight: bold;">{{expiredBalance}}</span>
- </div>
- </el-card>
- </div>
- </div>
- </template>
- <script>
- import { getCreditLineAll, getAvailableBalance, getEffectBalance, getLoanBalance, getFinanceAmount, getFinanceAmountAll, getExpiredBalance, getCoreCreditLine, getCreditLineList, getCreditLineNumList, financeRecordMonth } from '@/api/service/report/credit'
- import { getCompanyNum, getFinanceSupplier, getFinanceNum, getCompanyReport } from '@/api/service/report/company'
- import { getOwnCompany } from "@/api/common/company";
- import { accAdd, accSub } from "@/utils/calculation";
- import { listNotice } from '@/api/system/notice'
- import EchartPie from '@/components/Echart/pie/index'
- import EchartBar from '@/components/Echart/bar/index'
- export default {
- components: {
- EchartPie,
- EchartBar
- },
- data() {
- return {
- widthSize:'500px',
- heightSize:'280px',
- companyNum: 0,
- supplierNum: 0,
- coreNum: 0,
- financeSupplierNum: 0,
- availableBalance: 0,
- availableBalanceForward: 0,
- loanBalance: 0,
- loanBalanceForward: 0,
- effectBalance: 0,
- effectBalanceForward: 0,
- financeNum: 0,
- expiredBalance: 0,
- financeAmountList: [],
- companyDataList:[],
- dateType: '00',
- financeDateType: '00',
- dateTypeList: [
- {label:"周",value:"00"},
- {label:"年",value:"01"}
- ],
- companyExtraOption:{
- xAxis: [
- {
- data: [],
- }
- ],
- legend: {
- },
- },
- coreFinanceAmountList: [],
- coreFinanceAmountExtraOption:{
- yAxis: [
- {
- type:"category",
- data: [],
- }
- ],
- xAxis: [
- {
- type: "value",
- }
- ],
- legend: {
- },
- },
- dataList:[],
- yearDataList:[],
- monthDataList:[],
- extraOption:{
- legend: {
- type: 'scroll',
- orient: 'vertical',
- left: "left",
- right: 10,
- top: 20,
- bottom: 20,
- },
- },
- yearExtraOption:{
- xAxis: [
- {
- data: [],
- }
- ],
- legend: {
- },
- },
- monthExtraOption:{
- xAxis: [
- {
- data: [],
- }
- ],
- legend: {
- },
- },
- creditLineAll: 0,
- creditLineAllForward: 0,
- creditLineList:[],
- creditLineTotal:0,
- queryParams:{
- pageNum:1,
- pageSize:5
- },
- creditLineNumList:[],
- creditLineNumTotal:0,
- queryParamsNum:{
- pageNum:1,
- pageSize:5
- },
- workList:[],
- workTotal: 0,
- queryParamsWork:{
- pageNum:1,
- pageSize:5,
- type:'00'
- },
- noticeList:[],
- noticeTotal: 0,
- queryParamsNotice:{
- pageNum:1,
- pageSize:5,
- type:'01'
- },
- activeName:'first',
- company:{},
- }
- },
- created: function () {
- //查询企业类型
- getOwnCompany().then((response) => {
- this.company = response.data;
- }).then((response) => {
- //平台
- if(this.company.scyType == '00'){
- //入驻企业数量
- this.getCompanyNum()
- //入驻供应商数量
- this.getSupplierNum()
- //入驻核心企业数量
- this.getCoreNum()
- //融资开立月度统计 -- 柱状图
- this.getFinanceRecordMonth()
- //已融资供应商数量
- this.getFinanceSupplier()
- //融资中金额
- this.getAvailableBalance()
- //已放款金额
- this.getLoanBalance()
- //已生效金额
- this.getEffectBalance()
- //融资业务数量
- this.getFinanceNum()
- //授信总额度
- this.getCreditLineAll()
- //平台资金 -- 饼图
- this.getFinanceAmount()
- //平台用户统计 -- 柱状图
- this.getCompanyReport()
- //核心企业额度比例 -- 柱状图
- this.getFinanceAmountAll()
- //核心企业
- }else if(this.company.scyType == '01'){
- //授信总额度
- this.getCreditLineAll()
- //授信总额度 -- 正向保理
- this.getCreditLineAllForward()
- //融资中金额
- this.getAvailableBalance()
- //融资中金额 -- 正向保理
- this.getAvailableBalanceForward()
- //已放款金额
- this.getLoanBalance()
- //已放款金额 -- 正向保理
- this.getLoanBalanceForward()
- //已生效金额
- this.getEffectBalance()
- //已生效金额 -- 正向保理
- this.getEffectBalanceForward()
- //融信授权额度 -- 饼图
- this.getCreditLine()
- //融信授权额度 -- 列表
- this.getList()
- //融信统计 -- 列表
- this.getNumList()
- //融资开立月度统计 -- 柱状图
- this.getFinanceRecordMonth()
- //融资开立年度统计 -- 柱状图
- this.getFinanceRecord()
- //即将到期额度(30天)
- this.getExpiredBalance()
- //查询代办
- this.getWorkList()
- //查询消息
- this.getNoticeList()
- //融资企业
- }else if(this.company.scyType == '02'){
- //授信总额度
- this.getCreditLineAll()
- //融资中金额
- this.getAvailableBalance()
- //已放款金额
- this.getLoanBalance()
- //已生效金额
- this.getEffectBalance()
- //即将到期额度(30天)
- this.getExpiredBalance()
- //查询代办
- this.getWorkList()
- //查询消息
- this.getNoticeList()
- //资方
- }else if(this.company.scyType == '03'){
- //授信总额度
- this.getCreditLineAll()
- //融资中金额
- this.getAvailableBalance()
- //已放款金额
- this.getLoanBalance()
- //已生效金额
- this.getEffectBalance()
- //即将到期额度(30天)
- this.getExpiredBalance()
- }
-
- });
- },
- activated () {
- },
- mounted() {
- },
- methods: {
- //入驻企业数量
- getCompanyNum(){
- getCompanyNum().then((response) => {
- this.companyNum = response.data.num
- });
- },
- //入驻供应商数量
- getSupplierNum(){
- let queryParams = {}
- queryParams.type = "02"
- getCompanyNum(queryParams).then((response) => {
- this.supplierNum = response.data.num
- });
- },
- //入驻核心企业数量
- getCoreNum(){
- let queryParams = {}
- queryParams.type = "01"
- getCompanyNum(queryParams).then((response) => {
- this.coreNum = response.data.num
- });
- },
- //已融资供应商数量
- getFinanceSupplier(){
- getFinanceSupplier().then((response) => {
- this.financeSupplierNum = response.data.num
- });
- },
- //融资中金额
- getAvailableBalance(){
- getAvailableBalance().then(response => {
- console.log(response)
- this.availableBalance = response.data.allAmount
- })
- },
- //融资中金额 -- 正向保理
- getAvailableBalanceForward(){
- let queryParams = {}
- queryParams.zfpType = "0"
- getAvailableBalance(queryParams).then(res => {
- this.availableBalanceForward = res.data.allAmount
- })
- },
- //已生效金额
- getEffectBalance(){
- getEffectBalance().then(response => {
- console.log(response)
- this.effectBalance = response.data.allAmount
- })
- },
- //已生效金额 -- 正向保理
- getEffectBalanceForward(){
- let queryParams = {}
- queryParams.zfpType = "0"
- getEffectBalance(queryParams).then(res => {
- this.effectBalanceForward = res.data.allAmount
- })
- },
- //已放款金额
- getLoanBalance(){
- getLoanBalance().then(response => {
- console.log(response)
- this.loanBalance = response.data.allAmount
- })
- },
- //已放款金额 -- 正向保理
- getLoanBalanceForward(){
- let queryParams = {}
- queryParams.zfpType = "0"
- getLoanBalance(queryParams).then(res => {
- this.loanBalanceForward = res.data.allAmount
- })
- },
- //融资业务数量
- getFinanceNum(){
- getFinanceNum().then(response => {
- console.log(response)
- this.financeNum = response.data.num
- })
- },
- //授信总额度
- getCreditLineAll(){
- getCreditLineAll().then(res => {
- this.creditLineAll = res.data.allAmount
- })
- },
- //授信总额度 -- 正向保理
- getCreditLineAllForward(){
- let queryParams = {}
- queryParams.zfpType = "0"
- getCreditLineAll(queryParams).then(res => {
- this.creditLineAllForward = res.data.allAmount
- })
- },
- //已融资金额
- getFinancedNum(){
- return accAdd(accAdd(this.effectBalance, this.availableBalance, 2), this.loanBalance, 2)
- },
- //已融资金额 -- 正向保理
- getFinancedNumForward(){
- return accAdd(accAdd(this.effectBalanceForward, this.availableBalanceForward, 2), this.loanBalanceForward, 2)
- },
- //剩余授信额度
- getsubNum(){
- return accSub(this.creditLineAll, this.getFinancedNum(), 2)
- },
- //剩余授信额度 -- 正向保理
- getsubNumForward(){
- return accSub(this.creditLineAllForward, this.getFinancedNumForward(), 2)
- },
- //平台资金 -- 饼图
- getFinanceAmount(){
- getFinanceAmount().then(response => {
- this.financeAmountList = response.data;
- })
- },
- //平台用户统计 -- 柱状图
- getCompanyReport(){
- let queryParams = {}
- queryParams.dateType = this.dateType
- getCompanyReport(queryParams).then((response) => {
- this.companyDataList = response.data.dataList
- this.companyExtraOption.xAxis[0].data = response.data.dateList
- });
- },
- //核心企业额度比例 -- 柱状图
- getFinanceAmountAll(){
- let queryParams = {}
- queryParams.pageNum = 1
- queryParams.pageSize = 5
- getFinanceAmountAll(queryParams).then((response) => {
- this.coreFinanceAmountList = response.data.dataList
- this.coreFinanceAmountExtraOption.yAxis[0].data = response.data.dateList
- });
- },
- //融资开立月度统计 -- 柱状图
- getFinanceRecordMonth(){
- let queryParams = {}
- queryParams.dateType = this.financeDateType
- financeRecordMonth(queryParams).then((response) => {
- this.yearDataList = response.data.dataList
- this.yearExtraOption.xAxis[0].data = response.data.dateList
- });
- },
- //查询代办
- getWorkList(){
- listNotice(this.queryParamsWork).then((response) => {
- this.workList = response.data.data
- });
- },
- //查询消息
- getNoticeList(){
- listNotice(this.queryParamsNotice).then((response) => {
- this.noticeList = response.data.data
- });
- },
- //即将到期额度(30天)
- getExpiredBalance(){
- getExpiredBalance().then(response => {
- console.log(response)
- this.expiredBalance = response.data.allAmount
- })
- },
- //融资开立年度统计 -- 柱状图
- getFinanceRecord(){
- let queryParams = {}
- queryParams.dateType = "01"
- financeRecordMonth(queryParams).then((response) => {
- this.monthDataList = response.data.dataList
- this.monthExtraOption.xAxis[0].data = response.data.dateList
- });
- },
- //融信授权额度 -- 饼图
- getCreditLine(){
- getCoreCreditLine().then(response => {
- this.dataList = response.data;
- })
- },
- //融信授权额度 -- 列表
- getList(){
- getCreditLineList(this.queryParams).then(response => {
- this.creditLineList = response.data.records;
- this.creditLineTotal = response.data.total
- })
- },
- //融信统计 -- 列表
- getNumList(){
- getCreditLineNumList(this.queryParamsNum).then(response => {
- this.creditLineNumList = response.data.records;
- this.creditLineNumTotal = response.data.total
- })
- },
- },
- };
- </script>
- <style>
- .labelData .el-collapse-item__header{
- height: 200px;
- }
- </style>
|