12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442 |
- <template>
- <div class="gatewayNewPage">
- <el-row>
- <el-col :span="18" class="quarter">
- <div class="searchFn">
- <div class="searchFn_left">
- <el-date-picker v-model="changeNewYear" type="year" value-format="YYYY" placeholder="选择年份"
- @change="changeNewYearFn" :style="getPickerSty()" />
- </div>
- <div class="searchFn_right">
- <el-date-picker v-model="changeYear" type="year" value-format="YYYY" placeholder="选择年份"
- @change="changeYearFn" :style="getPickerSty()" />
- <div class="quarterChoose">
- <el-icon :size="20" color="#3B7AD1" @click="arrowLeft">
- <ArrowLeft />
- </el-icon>
- <span class="choose">{{seasonStr}}</span>
- <el-icon :size="20" color="#3B7AD1" @click="arrowRight">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
-
- </div>
- <div class="tableHeader">
- <div class="headerOne"></div>
- <div class="headerTwo">
- <div class="headerComTit">
- <span class="headerTwoTit">评级统计</span>
- </div>
- </div>
- <div class="headerThree">
- <div class="headerComTit">
- <span class="headerThreeTit">年度榜</span>
- </div>
- <div class="headerNameTit">
- <div class="headerNameTit_left">
- <span>单位名称</span>
- </div>
- <div class="headerNameTit_right">
- <span>级别</span>
- <span style="margin-left: 20px">得分</span>
- </div>
- </div>
- </div>
- <div class="headerFour">
- <div class="headerComTit">
- <span class="headerFourTit">考评排行榜</span>
- </div>
- <div class="headerNameForeTit">
- <div class="headerNameForeTit_left">
- <span>单位名称</span>
- </div>
- <div class="headerNameForeTit_right">
- <span>得分</span>
- <span>加分事项</span>
- <span>扣分事项</span>
- <span>管理加分</span>
- <span>管理扣分</span>
- <span>高于基准</span>
- <span>低于基准</span>
- </div>
- </div>
- </div>
- </div>
- <!-- v-for="it in 4" :key="it" -->
- <div class="tableMain" v-for="(it, index) in cupDataYearArr.section" :key="index">
- <div class="mainOne">
- <span :style="getMainOneSty()">{{it.name}}</span>
- </div>
- <div class="mainTwo">
- <!-- <div class="echartsNum" :style="it.echartsData.allNum < 10 ? 'left:70px': ''">
- {{it.echartsData.allNum}}</div> -->
- <div :id="'pieChart'+index" style="height: 100px;width: 100%"></div>
- <el-row class="mainTwoMsg" :style="getPos()">
- <el-col :span="12">
- <span class="mainTwoComColor" style="background: #F65177;"></span>
- <span class="mainTwoComTit">A级</span>
- </el-col>
- <el-col :span="12">
- <span class="mainTwoComColor" style="background: #50C14E;"></span>
- <span class="mainTwoComTit">B级</span>
- </el-col>
- <el-col :span="12">
- <span class="mainTwoComColor" style="background: #5093E1;"></span>
- <span class="mainTwoComTit">C级</span>
- </el-col>
- <el-col :span="12">
- <span class="mainTwoComColor" style="background: #9DA5BE;"></span>
- <span class="mainTwoComTit">D级</span>
- </el-col>
- </el-row>
- </div>
- <div class="mainThree">
- <div class="mainMore" @click="yearSeeMore(it.nameEn, 'year')"></div>
- <div style="display: flex" v-for="(item, index) in it.tableDatas" :key="index">
- <div class="mainThreeMsg">
- <img :src="item.img" alt="">
- <div class="msgProgress">
- <span
- :style="winPix === 1.25 || innerWidth < 1800?'font-size: 12px;width: 65%':''">{{item.company}}</span>
- <span>{{item.grade}}</span>
- <span :style="winPix === 1.25 || innerWidth < 1800?'width: 25%':''">{{item.score.toFixed(2)}}</span>
- </div>
- </div>
- </div>
- </div>
- <div class="mainFour">
- <div class="mainMore" @click="yearSeeMore(it.nameEn, 'season')"></div>
- <div style="display: flex" v-for="(item, index) in it.section" :key="index">
- <div class="mainFourMsg">
- <span class="mainFourcompany" :style="getFooter12Sty()">{{item.company}}</span>
- <div class="mainFourImg">
- <span class="mainFourImgSpan" :style="getFooterseaSty()">{{item.score.toFixed(2)}}</span>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.matter_heigh_note">
- <template #reference>
- <img :src="item.matter_heigh === 0 ? cenImg : item.matter_heigh === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.matter_low_note">
- <template #reference>
- <img :src="item.matter_low === 0 ? cenImg : item.matter_low === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.manage_heigh_note">
- <template #reference>
- <img :src="item.manage_heigh === 0 ? cenImg : item.manage_heigh === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.manage_low_note">
- <template #reference>
- <img :src="item.manage_low === 0 ? cenImg : item.manage_low === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.standard_heigh_note">
- <template #reference>
- <img :src="item.standard_heigh === 0 ? cenImg : item.standard_heigh === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.standard_low_note">
- <template #reference>
- <img :src="item.standard_low === 0 ? cenImg : item.standard_low === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="tableFooter">
- <div class="footerOne">
- <span :style="getFooterOneSty()">煤电一体化</span>
- </div>
- <div class="footerTwo">
- <div style="display: flex" v-for="(item, index) in cupDataYearArr.integration" :key="index">
- <div class="footerTwoMsg">
- <img :src="item.img" alt="">
- <div class="footerProgress">
- <span class="footerOneSpan" :style="getFooter12Sty()">{{item.company}}</span>
- <el-progress :percentage="Math.floor((item.score/item.base_score)*100)"
- :stroke-width="5" />
- <span class="footerTwoSpan">{{item.grade}}</span>
- <span class="footerThreeSpan">{{item.score}}</span>
- </div>
- </div>
- </div>
- </div>
- <div class="footerThree">
- <div class="mainMore" @click="yearSeeMore('MDYTH', 'season')"></div>
- <!-- <div style="display: flex; justify-content: space-between;width: 100%"
- v-for="(item, index) in cupDataSeasonArr.integration" :key="index">
- <div class="footerThreeMsg" v-for="it in matterMsg" :key="it">
- <div class="footerImg">
- <span :style="getfooterSpan()">{{it}}</span>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.matter_heigh_note">
- <template #reference>
- <img :src="item.matter_heigh === 0 ? cenImg : item.matter_heigh === 1 ? topImg : botImg"
- v-if="it === '加分事项'">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.matter_low_note">
- <template #reference>
- <img :src="item.matter_low === 0 ? cenImg : item.matter_low === 1 ? topImg : botImg"
- v-if="it === '扣分事项'">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.manage_heigh_note">
- <template #reference>
- <img :src="item.manage_heigh === 0 ? cenImg : item.manage_heigh === 1 ? topImg : botImg"
- v-if="it === '管理加分'">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.manage_low_note">
- <template #reference>
- <img :src="item.manage_low === 0 ? cenImg : item.manage_low === 1 ? topImg : botImg"
- v-if="it === '管理扣分'">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.standard_heigh_note">
- <template #reference>
- <img :src="item.standard_heigh === 0 ? cenImg : item.standard_heigh === 1 ? topImg : botImg"
- v-if="it === '高于基准'">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.standard_low_note">
- <template #reference>
- <img :src="item.standard_low === 0 ? cenImg : item.standard_low === 1 ? topImg : botImg"
- v-if="it === '低于基准'">
- </template>
- </el-popover>
- </div>
- </div>
- </div> -->
- <div style="display: flex" v-for="(item, index) in cupDataSeasonArr.integration" :key="index">
- <div class="mainFourMsg">
- <span class="mainFourcompany" :style="getFooter12Sty()">{{item.company}}</span>
- <div class="mainFourImg">
- <span class="mainFourImgSpan" :style="getFooterseaSty()">{{item.score}}</span>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.matter_heigh_note">
- <template #reference>
- <img :src="item.matter_heigh === 0 ? cenImg : item.matter_heigh === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.matter_low_note">
- <template #reference>
- <img :src="item.matter_low === 0 ? cenImg : item.matter_low === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.manage_heigh_note">
- <template #reference>
- <img :src="item.manage_heigh === 0 ? cenImg : item.manage_heigh === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.manage_low_note">
- <template #reference>
- <img :src="item.manage_low === 0 ? cenImg : item.manage_low === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.standard_heigh_note">
- <template #reference>
- <img :src="item.standard_heigh === 0 ? cenImg : item.standard_heigh === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- <el-popover placement="right-start" :title="item.company +' '+ item.score"
- :width="200" trigger="hover" :content="item.standard_low_note">
- <template #reference>
- <img :src="item.standard_low === 0 ? cenImg : item.standard_low === 1 ? topImg : botImg"
- alt="">
- </template>
- </el-popover>
- </div>
- </div>
- </div>
- </div>
- </div>
- </el-col>
- <el-col :span="5" class="report">
- <div class="gateway_report">
- <div class="reportTit">
- <p :style="winPix === 1.25 || innerWidth < 1800? 'font-size: 16px;':''">通告栏</p>
- <el-icon :size="20" color="#3B7AD1" :style="winPix === 1.25 || innerWidth < 1800? 'left: 80px;':''"
- @click="watchAllNotification">
- <Plus />
- </el-icon>
- </div>
- <div class="reportMain">
- <div class="reportMain_msg" v-for="it in noticeData" :key="it.id">
- <div class="rightDiv"></div>
- <div class="rightTitMsg">
- <p @click="watchDetail(it)" style="cursor:pointer">{{it.noticeTitle}}</p>
- <div style="margin-top: 5px; display: flex">
- <span
- style="margin-right: 10px">{{it.createTime.substring(0, it.createTime.indexOf(' '))}}</span>
- <span class="rightTwoSpanMsg"
- :style="winPix === 1.25 || innerWidth < 1800? 'width: 50%;':''">{{it.releaseDeptName}}</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </el-col>
- </el-row>
- <year-from ref="yearFrom"></year-from>
- <season-from ref="seasonFrom"></season-from>
- <notification-detail ref="notificationDetail"></notification-detail>
- <notification-all-data ref="notificationAllData"></notification-all-data>
- </div>
- </template>
- <script>
- import cup1 from '../assets/getwayImg/cup1.png'
- import cup2 from '../assets/getwayImg/cup2.png'
- import cup3 from '../assets/getwayImg/cup3.png'
- import topImg from '../assets/getwayImg/topNewS.png'
- import botImg from '../assets/getwayImg/botNewS.png'
- import cenImg from '../assets/getwayImg/cenNew.png'
- import {
- apiGetevaluationportallist,
- apiGetevaluationportalhomeSeason,
- apiGetevaluationCircularDisplaylist
- } from '../api/api'
- import yearFrom from './gateWay/gatewayNewYearFrom.vue'
- import seasonFrom from './gateWay/gatewayNewSeasonFrom.vue'
- import notificationDetail from './gateWay/gateWayNotificationDetail.vue'
- import NotificationAllData from './gateWay/gateWayNotificationAllData.vue'
- export default {
- components: {
- yearFrom,
- seasonFrom,
- notificationDetail,
- NotificationAllData
- },
- data() {
- return {
- noticeData: [],
- cupDataYearArr: {
- section: [],
- integration: []
- },
- cupDataSeasonArr: {
- section: [],
- integration: []
- },
- cupFootMsgArr: [],
- matterMsg: ['加分事项', '扣分事项', '管理加分', '管理扣分', '高于基准', '低于基准'],
- topImg: topImg,
- botImg: botImg,
- cenImg: cenImg,
- changeNewYear: '',
- changeYear: '',
- seasonStr: '',
- seasonArr: ['第一季度', '第二季度', '第三季度'],
- winPix: window.devicePixelRatio,
- innerWidth: window.innerWidth
- }
- },
- created() {
- this.cupFootMsgArr = [{
- level: 'A',
- points: '134',
- img: cup1,
- name: '大港电厂(广安津能)'
- },
- {
- level: 'A',
- points: '134',
- img: cup2,
- name: '怀安热电'
- }
- ]
- },
- mounted() {
- if (!this.$route?.query?.taskInfo) {
- this.getYearSeasonData()
- this.getDeptNoticeData()
- } else {
- this.$router.push({ path: "/taskCenter", query: this.$route.query})
- }
-
- },
- methods: {
- // 获取首页年份和季度数据
- getYearSeasonData() {
- let that = this
- apiGetevaluationportalhomeSeason().then(datas => {
- if (datas.success) {
- if (datas.data) {
- that.changeNewYear = datas.data.newyear
- that.changeYear = datas.data.year
- if (datas.data.season === '1') {
- that.seasonStr = '第一季度'
- } else if (datas.data.season === '2') {
- that.seasonStr = '第二季度'
- } else {
- that.seasonStr = '第三季度'
- }
- }
- } else {
- that.changeYear = (new Date().getFullYear() - 1).toString()
- that.seasonStr = '第一季度'
- }
- that.getGateWayData()
- })
- },
- getDeptNoticeData() {
- let that = this
- let userMes = JSON.parse(window.sessionStorage.getItem('user'))
- if (userMes.deptId) {
- let params = {
- deptId: userMes.deptId,
- noticeTitle: ''
- }
- apiGetevaluationCircularDisplaylist(params).then(datas => {
- if (datas && datas.data) {
- that.noticeData = datas.data
- }
- })
- }
- },
- getPos() {
- if (this.winPix === 1.25 || this.innerWidth < 1800) {
- return 'top: -15%;'
- }
- },
- getPickerSty() {
- if (this.winPix === 1.25 || this.innerWidth < 1800) {
- return 'margin: 5px 0 0 20px;'
- }
- },
- getMainOneSty() {
- if (this.winPix === 1.25 || this.innerWidth < 1800) {
- return 'font-size: 14px'
- }
- },
- getFooterOneSty() {
- if (this.winPix === 1.25 || this.innerWidth < 1800) {
- return 'font-size: 12px;line-height: 12px;'
- }
- },
- getFooter12Sty() {
- if (this.winPix === 1.25 || this.innerWidth < 1800) {
- return 'font-size: 12px;width:25%'
- }
- },
- getFooterseaSty() {
- if (this.winPix === 1.25 || this.innerWidth < 1800) {
- return 'width:10%'
- }
- },
- getfooterSpan() {
- if (this.winPix === 1.25 || this.innerWidth < 1800) {
- return 'width: 3.4vw;padding: 5px 3px 0;'
- }
- },
- changeNewYearFn(val) {
- this.changeNewYear = val
- this.changeComYearFn()
- },
- changeYearFn(val) {
- this.changeYear = val
- this.changeComYearFn()
- },
- changeComYearFn() {
- this.cupDataYearArr = {
- section: [],
- integration: []
- }
- this.cupDataSeasonArr = {
- section: [],
- integration: []
- }
- this.getGateWayData()
- },
- watchDetail(row) {
- this.$refs.notificationDetail.init(row)
- },
- watchAllNotification() {
- this.$refs.notificationAllData.init()
- },
- arrowLeft() {
- if (this.seasonStr === '第一季度') {
- this.seasonStr = '第三季度'
- } else if (this.seasonStr === '第二季度') {
- this.seasonStr = '第一季度'
- } else if (this.seasonStr === '第三季度') {
- this.seasonStr = '第二季度'
- }
- this.cupDataYearArr = {
- section: [],
- integration: []
- }
- this.cupDataSeasonArr = {
- section: [],
- integration: []
- }
- this.getGateWayData()
- },
- arrowRight() {
- if (this.seasonStr === '第一季度') {
- this.seasonStr = '第二季度'
- } else if (this.seasonStr === '第二季度') {
- this.seasonStr = '第三季度'
- } else if (this.seasonStr === '第三季度') {
- this.seasonStr = '第一季度'
- }
- this.cupDataYearArr = {
- section: [],
- integration: []
- }
- this.cupDataSeasonArr = {
- section: [],
- integration: []
- }
- this.getGateWayData()
- },
- // 获取首页数据
- getGateWayData() {
- let that = this
- let params = {
- binSection: '',
- newyear: that.changeNewYear,
- year: that.changeYear,
- season: that.seasonStr === '第一季度' ? '1' : that.seasonStr === '第二季度' ? '2' : '3'
- }
- console.log(111,params)
- console.log(222,that.seasonStr)
- apiGetevaluationportallist(params).then(datas => {
- if (datas && datas.data) {
- let secArr = ['HD', 'SD', 'XNYFG', 'GJYW', 'MDYTH']
- secArr.forEach(item => {
- if (Object.keys(datas.data.year).length>0) {
- for (let i in datas.data.year) {
- let it = datas.data.year[i]
- if (item === i && i !== 'MDYTH') {
- let gradeA = 0
- let gradeB = 0
- let gradeC = 0
- let gradeD = 0
- let tableData = []
- it.forEach((iv, index) => {
- if (index < 3) {
- let obj = iv
- if (index === 0) {
- obj.img = cup1
- } else if (index === 1) {
- obj.img = cup2
- } else if (index === 2) {
- obj.img = cup3
- }
- tableData.push(iv)
- }
- if (iv.grade === 'A') {
- gradeA++
- } else if (iv.grade === 'B') {
- gradeB++
- } else if (iv.grade === 'C') {
- gradeC++
- } else if (iv.grade === 'D') {
- gradeD++
- }
- })
- let obj = {
- name: item === 'HD' ? '火电板块' : item === 'SD' ? '水电板块' :
- item === 'XNYFG' ? '新能源' : '海外业务',
- nameEn: item,
- echartsData: {
- allNum: it.length,
- echarts: [{
- value: gradeA,
- name: 'A类'
- },
- {
- value: gradeB,
- name: 'B类'
- },
- {
- value: gradeC,
- name: 'C类'
- },
- {
- value: gradeD,
- name: 'D类'
- }
- ]
- },
- tableDatas: tableData,
- allTableData: it,
- section: [],
- sectionAll: []
- }
- that.cupDataYearArr.section.push(obj)
- } else if (item === i && i === 'MDYTH') {
- it.forEach((iv, index) => {
- if (index < 2) {
- if (index === 0) {
- iv.img = cup1
- } else if (index === 1) {
- iv.img = cup2
- }
- that.cupDataYearArr.integration.push(iv)
- }
- })
- }
- }
- } else {
- for (let i in datas.data.season) {
- let it = datas.data.season[i]
- if (item === i && i !== 'MDYTH') {
- let obj = {
- name: item === 'HD' ? '火电板块' : item === 'SD' ? '水电板块' :
- item === 'XNYFG' ? '新能源' : '海外业务',
- nameEn: item,
- section: [],
- }
- that.cupDataYearArr.section.push(obj)
- }
- }
- }
- })
- that.cupDataYearArr.section.forEach(item => {
- for (let i in datas.data.season) {
- let it = datas.data.season[i]
- if (item.nameEn === i) {
- it.forEach((iv, index) => {
- if (index < 3) {
- item.section.push(iv)
- }
- })
- item.sectionAll = it
- }
- }
- })
- if (datas.data.season['MDYTH']) {
- datas.data.season['MDYTH'].forEach((item, index) => {
- if (index < 2) {
- that.cupDataSeasonArr.integration.push(item)
- }
- })
- }
- console.log(that.cupDataYearArr)
- console.log(that.cupDataSeasonArr)
- this.$nextTick(() => {
- that.getEcharts(that.cupDataYearArr.section)
- })
- }
- })
- },
- getEcharts(datas) {
- datas.forEach((item, index) => {
- this.getEchartsData(item.echartsData.echarts, 'pieChart' + index)
- })
- },
- getEchartsData(data, name) {
- let total = 0
- data.forEach(it => {
- total += it.value
- })
- let option = {
- color: ['#F65177', '#50C14E', '#5093E1', '#9DA5BE'],
- tooltip: {
- trigger: 'item'
- },
- series: [{
- name: '年度榜',
- type: 'pie',
- radius: ['50%', '70%'],
- avoidLabelOverlap: false,
- label: {
- show: true,
- position: 'center',
- formatter: () => {
- return total
- },
- fontSize: 16,
- fontWeight: 600
- },
- // emphasis: {
- // label: {
- // show: true,
- // fontSize: 10,
- // fontWeight: 'bold'
- // }
- // },
- labelLine: {
- show: false
- },
- data: data
- }]
- };
- // 基于准备好的dom,初始化echarts实例
- let dom = document.getElementById(name);
- dom.removeAttribute("_echarts_instance_")
- let myChart = this.$echarts.init(dom);
- myChart.setOption(option);
- window.addEventListener("resize", function () {
- myChart.resize()
- })
- },
- yearSeeMore(name, type) {
- if (type === 'year') {
- this.$refs.yearFrom.init(name, this.changeNewYear, this.changeYear, this.seasonStr)
- } else {
- this.$refs.seasonFrom.init(name, this.changeNewYear, this.changeYear, this.seasonStr)
- }
- }
- }
- }
- </script>
- <style lang="less">
- .gatewayNewPage {
- height: 93vh;
- width: 87vw;
- background: #EDEFF5;
- padding: 15px 20px;
- .quarter {
- background: #fff;
- border-radius: 10px;
- height: 100%;
- // padding-right: 15px;
- .searchFn {
- // height: 50px;
- height: 5vh;
- display: flex;
- border-bottom: 1px solid #E1E3EA;
- .searchFn_left{
- width: 43%;
- }
- .searchFn_right{
- width: 57%;
- position: relative;
-
- .quarterChoose {
- position: absolute;
- left: 33%;
- top: 15px;
- width: 225px;
- display: flex;
- justify-content: space-around;
- .choose {
- position: relative;
- top: -1px;
- }
- .el-icon {
- cursor: pointer;
- }
- }
- }
- .el-date-editor--year {
- width: 130px;
- margin: 10px 0 0 20px;
- .el-input__wrapper {
- background: #2C7EDC;
- height: 30px;
- .el-input__prefix,
- .el-input__inner,
- .el-input__suffix {
- color: #fff;
- }
- }
- }
- ::-webkit-input-placeholder {
- color: #fff;
- }
- }
- .tableHeader {
- display: flex;
- border-bottom: 1px solid #E1E3EA;
- // height: 75px;
- height: 9vh;
- width: 100%;
- .headerComTit {
- // height: 40px;
- height: 5vh;
- border-bottom: 1px solid #E1E3EA;
- span {
- font-size: 14px;
- color: #3B7AD1;
- }
- }
- .headerNameTit {
- display: flex;
- justify-content: space-between;
- padding: 8px 10px;
- font-size: 12px;
- color: #414141;
- .headerNameTit_left {
- width: 60%;
- }
- .headerNameTit_right {
- width: 40%;
- display: flex;
- justify-content: center;
- }
- }
- .headerOne {
- // width: 35px;
- width: 3%;
- background: #184FB4;
- }
- .headerTwo {
- // width: 150px;
- width: 12%;
- border-right: 1px solid #E1E3EA;
- .headerTwoTit {
- position: relative;
- top: 10px;
- left: 30%;
- }
- }
- .headerThree {
- // width: 350px;
- width: 28%;
- border-right: 1px solid #E1E3EA;
- .headerThreeTit {
- position: relative;
- top: 10px;
- left: 40%;
- }
- }
- .headerFour {
- // width: calc(100% - 535px);
- width: 57%;
- .headerFourTit {
- position: relative;
- top: 10px;
- left: 40%;
- }
- .headerNameForeTit {
- display: flex;
- justify-content: space-between;
- padding: 8px 10px;
- font-size: 12px;
- color: #414141;
- .headerNameForeTit_left {
- width: 30%;
- }
- .headerNameForeTit_right {
- width: 72%;
- display: flex;
- justify-content: space-between;
- }
- }
- }
- }
- .tableMain {
- display: flex;
- border-bottom: 1px solid #E1E3EA;
- // height: 150px;
- height: 16vh;
- .mainOne {
- // width: 35px;
- width: 3%;
- background: #184FB4;
- span {
- display: inline-block;
- width: 20px;
- margin: 0 auto;
- line-height: 20px;
- font-size: 16px;
- font-weight: bold;
- color: #fff;
- position: relative;
- top: 20%;
- left: 25%;
- }
- }
- .mainTwo {
- // width: 149px;
- width: 12%;
- border-right: 1px solid #E1E3EA;
- position: relative;
- @media screen and (max-width: 1540px) and (min-width: 1300px) {
- .mainTwoMsg {
- top: -15%;
- }
- }
- .mainTwoMsg {
- position: relative;
- .mainTwoComColor {
- display: inline-block;
- width: 6px;
- height: 6px;
- border-radius: 20px;
- margin-left: 15px;
- position: relative;
- top: -1px;
- }
- .mainTwoComTit {
- font-size: 14px;
- display: inline-block;
- margin-left: 5px;
- }
- }
- .echartsNum {
- font-size: 16px;
- font-weight: 600;
- position: absolute;
- top: 42px;
- left: 65px;
- }
- }
- .mainThree {
- // width: 350px;
- width: 28%;
- padding-top: 13px;
- border-right: 1px solid #E1E3EA;
- position: relative;
- .mainMore {
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-left: 10px solid #B6BBCB;
- border-right: 10px solid transparent;
- border-bottom: 10px solid transparent;
- position: absolute;
- top: -9px;
- right: -9px;
- transform: rotate(-45deg);
- cursor: pointer;
- }
- .mainThreeMsg {
- display: flex;
- margin: 0 10px;
- width: 100%;
- // height: 33px;
- height: 3.5vh;
- background: #F6F7FA;
- margin-bottom: 8px;
- padding-left: 10px;
- padding-top: 2px;
- border-radius: 5px;
- img {
- width: 20px;
- height: 20px;
- position: relative;
- top: 5px;
- margin-right: 10px;
- }
- .msgProgress {
- margin-top: 5px;
- display: flex;
- width: 90%;
- span {
- font-size: 14px;
- font-family: Microsoft YaHei;
- }
- span:nth-child(1) {
- display: inline-block;
- width: 70%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-weight: 400;
- color: #666;
- margin-right: 10px;
- }
- span:nth-child(2) {
- font-weight: 600;
- margin-right: 30px;
- color: #F65177;
- }
- span:nth-child(3) {
- display: inline-block;
- width: 20%;
- font-weight: 600;
- color: #666;
- }
- }
- }
- }
- .mainFour {
- // width: calc(100% - 536px);
- width: 57%;
- padding-top: 13px;
- position: relative;
- .mainMore {
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-left: 10px solid #B6BBCB;
- border-right: 10px solid transparent;
- border-bottom: 10px solid transparent;
- position: absolute;
- top: -9px;
- right: -9px;
- transform: rotate(-45deg);
- cursor: pointer;
- }
- .mainFourMsg {
- display: flex;
- justify-content: space-between;
- margin: 0 10px;
- width: 100%;
- // height: 33px;
- height: 3.5vh;
- background: #F6F7FA;
- margin-bottom: 8px;
- padding-left: 10px;
- padding-top: 2px;
- border-radius: 5px;
- span {
- font-size: 14px;
- font-family: Microsoft YaHei;
- position: relative;
- top: 6px;
- display: inline-block;
- }
- .mainFourcompany {
- width: 27%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-weight: 400;
- color: #666;
- margin-right: 17px;
- }
- .mainFourImg {
- display: flex;
- justify-content: space-between;
- width: 76%;
- .mainFourImgSpan {
- width: 5%;
- font-weight: 600;
- // margin-right: 15px;
- color: #666;
- }
- img {
- width: 20px;
- height: 20px;
- position: relative;
- top: 5px;
- left: -10px;
- // margin-right: 33px;
- // margin-left: 22px;
- }
- }
- }
- }
- }
- .tableFooter {
- display: flex;
- // height: 100px;
- height: 10vh;
- @media screen and (max-width: 1540px) and (min-width: 1300px) {
- .footerOne {
- span {
- font-size: 12px;
- line-height: 12px;
- }
- }
- }
- @media screen and (max-width: 1920px) and (min-width: 1800px) {
- .footerOne {
- span {
- font-size: 16px;
- line-height: 16px;
- }
- }
- }
- .footerOne {
- // width: 35px;
- width: 3%;
- background: #7D8297;
- border-radius: 0 0 0 10px;
- span {
- display: inline-block;
- // width: 20px;
- width: 3%;
- margin: 0 auto;
- // line-height: 16px;
- // font-size: 16px;
- font-weight: bold;
- color: #fff;
- position: relative;
- top: 10px;
- left: 10px;
- }
- }
- .footerTwo {
- // width: 500px;
- width: 40%;
- padding-top: 10px;
- border-right: 1px solid #E1E3EA;
- .footerTwoMsg {
- display: flex;
- margin: 0 10px;
- width: 100%;
- // height: 33px;
- height: 3.5vh;
- background: #F6F7FA;
- margin-bottom: 8px;
- padding-left: 10px;
- // padding-top: 2px;
- border-radius: 5px;
- img {
- width: 20px;
- height: 20px;
- position: relative;
- top: 5px;
- margin-right: 10px;
- }
- .footerProgress {
- margin-top: 5px;
- display: flex;
- width: 91%;
- span {
- font-size: 14px;
- font-family: Microsoft YaHei;
- }
- .footerOneSpan {
- display: inline-block;
- width: 35%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-weight: 400;
- color: #666;
- margin-right: 10px;
- }
- .el-progress {
- width: calc(50% - 15px);
- padding-right: 15px;
- position: relative;
- top: -3px;
- .el-progress__text {
- display: none;
- }
- }
- .footerTwoSpan {
- font-weight: 600;
- margin-right: 30px;
- color: #F65177;
- }
- .footerThreeSpan {
- display: inline-block;
- width: 12%;
- font-weight: 600;
- color: #666;
- }
- }
- }
- }
- .footerThree {
- // width: calc(100% - 536px);
- width: 57%;
- padding-top: 10px;
- position: relative;
- .mainMore {
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-left: 10px solid #B6BBCB;
- border-right: 10px solid transparent;
- border-bottom: 10px solid transparent;
- position: absolute;
- top: -9px;
- right: -9px;
- transform: rotate(-45deg);
- cursor: pointer;
- }
- .footerThreeMsg {
- display: flex;
- width: 13%;
- // margin: 0 10px;
- // margin-left: 10px;
- padding: 0 10px;
- margin-bottom: 8px;
- span {
- font-size: 12px;
- font-weight: 400;
- color: #666;
- font-family: Microsoft YaHei;
- }
- .footerImg {
- display: flex;
- border-radius: 5px;
- background: #F6F7FA;
- span {
- display: inline-block;
- // width: 100%;
- // width: 48px;
- width: 3vw;
- // height: 30px;
- height: 3vh;
- padding: 5px 8px 0;
- position: relative;
- top: 2px;
- }
- img {
- width: 20px;
- height: 20px;
- position: relative;
- top: 5px;
- margin-right: 8px;
- position: relative;
- top: 7px;
- }
- }
- }
- .mainFourMsg {
- display: flex;
- justify-content: space-between;
- margin: 0 10px;
- width: 100%;
- // height: 33px;
- height: 3.5vh;
- background: #F6F7FA;
- margin-bottom: 8px;
- padding-left: 10px;
- padding-top: 2px;
- border-radius: 5px;
- span {
- font-size: 14px;
- font-family: Microsoft YaHei;
- position: relative;
- top: 6px;
- display: inline-block;
- }
- .mainFourcompany {
- width: 27%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-weight: 400;
- color: #666;
- margin-right: 17px;
- }
- .mainFourImg {
- display: flex;
- justify-content: space-between;
- width: 76%;
- .mainFourImgSpan {
- width: 5%;
- font-weight: 600;
- // margin-right: 15px;
- color: #666;
- }
- img {
- width: 20px;
- height: 20px;
- position: relative;
- top: 5px;
- left: -10px;
- // margin-right: 33px;
- // margin-left: 22px;
- }
- }
- }
- }
- }
- }
- .report {
- margin-left: 20px;
- height: 100%;
- .gateway_report {
- // width: 355px;
- width: 100%;
- background: #fff;
- // margin-right: 30px;
- margin-right: calc(100% - 355px);
- border-radius: 10px;
- padding-bottom: 10px;
- border: 1px solid #D6DBEA;
- .reportTit {
- padding: 21px 25px 10px 25px;
- // background: #E3EFFF;
- border-bottom: 1px solid #D6DBEA;
- border-radius: 10px 10px 0px 0px;
- text-align: center;
- display: flex;
- justify-content: center;
- p {
- font-size: 18px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #3B7AD1;
- }
- .el-icon {
- position: relative;
- left: 120px;
- top: 3px;
- cursor: pointer;
- }
- }
- .reportMain {
- height: 80vh !important;
- overflow-x: hidden;
- overflow-y: auto;
- .reportMain_msg {
- width: 100%;
- display: flex;
- padding: 25px 0 25px 27px;
- border-bottom: 1px solid #D6DBEA;
- .rightDiv {
- width: 4px;
- height: 40px;
- // height: 5vh;
- background: #4883D4;
- border-radius: 2px;
- position: relative;
- top: 2px;
- }
- .rightTitMsg {
- margin-left: 15px;
- width: calc(100% - 20px);
- p {
- // width: 300px;
- width: 95%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #333333;
- }
- span {
- font-size: 14px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #8991B0;
- display: inline-block;
- }
- .rightTwoSpanMsg {
- width: 60%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
- }
- }
- }
- }
- </style>
|