12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271 |
- const $ = require('jquery');
- require("../css/reset.less")
- require("../css/console.less")
- require("../images/logo.png")
- require("../images/arrow_down.png")
- // import 'zrender/lib/svg/svg';
- const {api} = require('./api.js')
- const echarts = require('echarts');
- const {post,setCookie,delCookie,getCookie,focusMenuItem} = require('../js/utils.js');
- let payMoney = [],dayLis = [],dateType = 2,slideType = 1,hospital=getCookie("hospital"),deptType="内科",deptId="";
- $(function(){
- if(!hasData('YH-KZT')){
- $("body").html('')
- }
- if(hospital == "台州市立"){
- $(".part03 .partTitlePub .name").html('各科室甲级病例占比')
- $(".innerOuter").css("display","block")
- }else{
- $(".part03 .partTitlePub .name").html('病案首页合格率')
- $(".innerOuter").css("display","none")
- }
- $(".partTitle p span").html(hospital)
- setInterval(() => {
- getTimeDetail()
- }, 1000);
- resizeBox()
- initConsole()//质控列表
- getBarData(2)//图标数据获取
- dateChange()
- $(window).resize(function(){
- resizeBox()
- })
- $(window).click(function(){
- window.parent.userActionHide()
- $(".toggleSlide ul").css("display","none")
- })
- let sildeIS = true
- if(!hasData('FUNC000045')&&!hasData('FUNC000046')){
- $(".toggleSlide").css("opacity","0.5")
- sildeIS = false
- }
- $(".toggleSlide p").click(function(e){
- if(!sildeIS)return
- e.stopPropagation()
- $(this).next().slideToggle()
- })
- $(".toggleSlide li").click(function(){
- let str = $(this).attr("data-str"),type = $(this).attr("data-type")
- if(type == 1){
- if(!hasData('FUNC000045')){
- return
- }
- slideType = 1
- $(".pubEchart .title").html("科室平均住院天数柱状图")
- barChart(dayLis,dateType)
- }else if(type == 2){
- if(!hasData('FUNC000046')){
- return
- }
- slideType = 2
- $(".pubEchart .title").html("科室平均住院花费柱状图")
- barChart(payMoney,dateType)
- }else if(type == 3){//科室平均分内科
- if(!hasData('FUNC000091')){
- return
- }
- deptType="内科"
- getAverageScoreLis()
- }else if(type == 4){//科室平均分外科
- if(!hasData('FUNC000091')){
- return
- }
- deptType="外科"
- getAverageScoreLis()
- }
- $(this).parent().slideToggle().prev().find("span").html(str)
- })
- getDetails()
- getAverageScoreLis()
- })
- function getDetails(){
- $(".part02 .bingliLis,.part03 .circle .title,.pubEchartB.paymoney .title").click(function(){
- focusMenuItem("YH-ZKK-GKSQXZB_XQ");
- $(parent.document).find("#contentIframe").attr("src","./deptScoreDetailControl.html?from=1&dateType="+dateType)
- })
- $(".part02").on("click",".bingli li.sec",function(){
- focusMenuItem("YH-BLZK-ZKPF");
- let dataC = $(this).attr("data-c")
- let chengdu = dataC == 1?'甲':dataC==2?'乙':'丙'
- $(parent.document).find("#contentIframe").attr("src","./qcList.html?from=1&dateType="+dateType+"&chengdu="+chengdu)
- })
- $(".part03 .partTitlePub").click(function(){
- if(hospital=="台州市立"){
- focusMenuItem("YH-ZKK-GKSJJBLZB_XQ")
- $(parent.document).find("#contentIframe").attr("src","./jiaji.html?from=1&dateType="+dateType)
- }else{
- focusMenuItem("YH-ZKK-BASYHGLZB_XQ");
- $(parent.document).find("#contentIframe").attr("src","./partDetailControl.html?from=1&dateType="+dateType)
- }
- })
- $(".paymoney.pubEchart .title").click(function(){
- if($(this).text().indexOf("花费")!==-1){
- focusMenuItem("YH-ZKK-KSPJZYHF_XQ");
- $(parent.document).find("#contentIframe").attr("src","./payDetail.html?from=1&dateType="+dateType)
- }else{
- focusMenuItem("YH-ZKK-KSPJZYTS_XQ");
- $(parent.document).find("#contentIframe").attr("src","./dayDetail.html?from=1&dateType="+dateType)
- }
- })
- $(".defect .partTitlePub").click(function(){//from 1 console / 2 deptConsole
- focusMenuItem("YH-ZKK-GMKQXZB_XQ");
- $(parent.document).find("#contentIframe").attr("src","./mukuaiControl.html?from=1&dateType="+dateType)
- })
- $(".circleB .title").click(function(){
- focusMenuItem("YH-ZKK-TMQXZB_XQ");
- $(parent.document).find("#contentIframe").attr("src","./tiaomuControl.html?from=1&dateType="+dateType)
- })
- }
- //判断有无某一权限
- function hasData(data){
- let lis = JSON.parse(getCookie("codeLis"))
- // console.log(lis)
- if(lis.indexOf(data)>-1){//有权限
- return true
- }
- return false;
- }
- function resizeBox(){
- $(".partWrap").css({
- height:$(window).height()-44+'px'
- })
- }
- //所有数据切换日期筛选
- function dateChange(){
- $(".monthYear .mon").click(function(){
- $(this).css({
- backgroundColor:'#00A1FF',
- color:'#E9EBEF',
- "border-color":'#00A1FF'
- }).siblings().css({
- "border-color":'#A5ADBF',
- color:'#A5ADBF',
- backgroundColor:'#203463'
- })
- dateType = 1
- getBarData(1)
- getAverageScoreLis()
- })
- $(".monthYear .year").click(function(){
- $(this).css({
- backgroundColor:'#00A1FF',
- color:'#E9EBEF',
- "border-color":'#00A1FF'
- }).siblings().css({
- "border-color":'#A5ADBF',
- color:'#A5ADBF',
- backgroundColor:'#203463'
- })
- dateType = 2
- getAverageScoreLis()
- getBarData(2)
- })
- }
- //控制台数
- function initConsole(result){
- let url = {
- '本月病历数':require("../images/icon6.png"),
- '本月不合格病历-机器':require("../images/icon7.png"),
- '本月质控数-机器':require("../images/icon10.png"),
- '本月甲级病历-机器':require("../images/icon8.png"),
- '本月乙级病历-机器':require("../images/icon9.png"),
- '本年病历数':require("../images/icon6.png"),
- '本年不合格病历-机器':require("../images/icon7.png"),
- '本年质控数-机器':require("../images/icon10.png"),
- '本年甲级病历-机器':require("../images/icon8.png"),
- '本年乙级病历-机器':require("../images/icon9.png"),
- }
- let dom = '';
- for(let i in result){
- if(i.indexOf("人工")==-1){
- let name = i.split("-")[0];
- let num = 0;
- if(name=='本月病历数'||name=='本年病历数'){
- num = result[i]
- }else{
- num = result[name+'-人工']+result[i]
- }
- dom += `
- <li class="partLi">
- <div class="partIn">
- <p class="top">${name}</p>
- <p class="btm clearfix">
- <img src="${url[i]}" alt="">
- <span>${num}</span>
- </p>
- </div>
- </li>
- `
- }
- }
- $(".partAll").html(dom)
- }
- //平均分
- function getAverageScoreLis(){
- let url = ''
- if(hospital=="台州市立"&&hasData('FUNC000091')){
- url = api.getAverageScoreByDeptClass
- }else if(hospital=="长兴医院"&&hasData('FUNC000047')){
- url = api.getAverageScore
- }else{
- return
- }
- post(url,{//各科室质控平均分
- "type": dateType||1,//1月2年
- "deptClass":deptType
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result1 = (hospital=="台州市立"?data.data:data.data['各科室质控平均分'])||[]
- let dataX1=[],dataY1=[]
- for(let i = 0;i < result1.length;i++){
- dataX1.push(result1[i].name)
- dataY1.push(result1[i].averageValue)
- }
- barChartPay(dataX1,dataY1)
- }
- })
- }
- //获取图表数据
- function getBarData(type){
- if(hasData('FUNC000045')){
- post(api.getAverageDayNum,{//平均住院天数
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result2 = data.data['平均住院日']||[]
- dayLis = result2
- if(slideType == 1){
- barChart(result2,type||1)
- }
- }
- })
- }else{
- $(".toggleSlide1").css("opacity",0.5)
- }
- if(hasData('FUNC000046')){
- post(api.getAverageFee,{//平均住院费用
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result3 = data.data['平均住院费用']||[]
- payMoney = result3;
- if(slideType == 2){
- barChart(result3,type||1)
- }
- }
- })
- }else{
- $(".toggleSlide2").css("opacity",0.5)
- }
- if(hasData('FUNC000048')&&hospital=="台州市立"){
- post(api.getLevelResultDept,{//各科室甲级占比
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result2 = data.data['各科室甲级病历占比']||[]
- let dataX2=[],dataY2=[];
- for(let i = 0;i < result2.length;i++){
- dataX2.push(result2[i].deptName)
- dataY2.push(result2[i].firstPercent.replace('%',''))
- }
- lineChart(dataX2,dataY2)
- }
- })
- }
- if(hasData('FUNC000075')&&hospital=="长兴医院"){
- post(api.homePageLevelLimit,{//病案首页
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result1 = data.data||[]
- let dataX1=[],dataY1=[]
- for(let i = 0;i < result1.length;i++){
- dataX1.push(result1[i].deptName)
- dataY1.push(result1[i].firstLevelPercentStr.replace('%',''))
- }
- lineChartSpecial(dataX1,dataY1)
- }
- })
- }
- if(hasData('FUNC000049')){
- post(api.leaveHosCount,{//出院人数统计
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- // barChart(result2,type||1)
- // console.log(data)
- let result1 = data.data['出院人数统计']||[]
- personNum(result1)
- }
- })
- }
- if(hasData('FUNC000050')){
- post(api.mrCount,{//质控病历统计
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data
- if(data.code == 0){
- let result3 = data.data['病历数统计']||[]
- if(result3.length == 0){
- result3 = [
- {
- "id":null,
- "name":"累计质控病历数",
- "totleNum":0,
- "num":0,
- "percent":null,
- "percentStr":null
- },
- {
- "id":null,
- "name":"甲级病历",
- "totleNum":10,
- "num":0,
- "percent":0,
- "percentStr":"0.00%"
- },
- {
- "id":null,
- "name":"乙级病历",
- "totleNum":10,
- "num":0,
- "percent":0,
- "percentStr":"0.00%"
- },
- {
- "id":null,
- "name":"丙级病历",
- "totleNum":10,
- "num":0,
- "percent":0,
- "percentStr":"0.00%"
- }
- ]
- }
- setNumDetail(result3)
- }
- })
- }
- if(hasData('FUNC000051')){
- post(api.entryCountGroupByCase,{//各模块缺陷占比排行
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result1 = data.data['各模块缺陷占比排行']||[];
- // result1.length>8?result1.length=8:"";
- queList(result1)
- }
- })
- }
- if(hasData('FUNC000052')){
- post(api.entryCountGroupByEntry,{//条目缺陷占比
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result3 = data.data['条目缺陷占比']||[]
- for(let i = 0;i < result3.length;i++){
- result3[i].value = result3[i].num
- }
- emptyCircleB(result3)
- panDetailB(result3)
- }
- })
- }
- if(hasData('FUNC000053')){
- post(api.entryByDept,{//各科室缺陷占比
- "type": type||1//1月2年
- }).then((res)=>{
- let data = res.data;
- if(data.code == 0){
- let result2 = data.data['各科室缺陷占比']||[]
- for(let i = 0;i < result2.length;i++){
- result2[i].value = result2[i].num
- }
- emptyCircle(result2)
- panDetail(result2)
- }
- })
- }
- }
- //part01
- function personNum(data){
- $(".personNum").html("总人数:"+data['总人数'])
- $(".died").html(data['死亡人数'])
- $(".newborn").html(data['新生儿人数'])
- $(".patientNum").html(data['手术病人数'])
- }
- //part02
- function setNumDetail(data){
- // console.log(data,2222222222)
- if(data.length == 0)return
- let str = ''
- for(let i = 0;i < data.length;i++){
- str += `
- <li class="${i==0?'fst':'sec'}" data-c="${i}">
- <p class="numShow">${data[i].num}</p>
- <p class="explainNum">${data[i].name}</p>
- </li>
- `
- if(data[i].name == '甲级病历'){
- let tmp = []
- data[i].value = data[i].num
- tmp.push(data[i])
- tmp.push({percentStr:(1-data[i].percent)*100+'%',value:data[i].totleNum - data[i].num})
- part02pan(tmp,'fen01')
- }
- if(data[i].name == '乙级病历'){
- let tmp = []
- data[i].value = data[i].num
- tmp.push(data[i])
- tmp.push({percentStr:(1-data[i].percent)*100+'%',value:data[i].totleNum - data[i].num})
- part02pan(tmp,'fen02')
- }
- if(data[i].name == '丙级病历'){
- let tmp = []
- data[i].value = data[i].num
- tmp.push(data[i])
- tmp.push({percentStr:(1-data[i].percent)*100+'%',value:data[i].totleNum - data[i].num})
- part02pan(tmp,'fen03')
- }
- }
- $('.bingli').html(str)
- }
- //part02pan
- function part02pan(data,dom){
- // console.log(data,33333)
- dom = echarts.init(document.getElementById(dom));
- $(window).resize(function(){
- dom.resize()
- });
- let bgColor = '#fff';
- let title = '总量';
- let color = ['#3fffd1','#4c5c82'];
- let echartData = data;
- option = {
- //backgroundColor: bgColor,
- color: color,
- title: [{
- text:'{val|' + echartData[0].percentStr + '}',
- top: 'center',
- left: 'center',
- textStyle: {
- rich: {
- val: {
- fontSize: 12,
- color: '#E9EBEF',
- /*fontWeight: 'bold',*/
- padding: [10, 0]
- },
- name: {
- fontSize: 12,
- fontWeight: 'normal',
- color: '#E9EBEF',
- }
- }
- }
- }],
- series: [{
- name: '',
- type: 'pie',
- radius: ['65%', '95%'],
- data: echartData,
- hoverAnimation:true,
- hoverOffset:3,
- itemStyle: {
- normal: {
- borderColor: '#203463',
- borderWidth: 3
- }
- },
- label: {
- normal: {
- show:false,
- }
- },
- }]
- };
- dom.setOption(option);
- }
- //折现图
- function lineChart(dataX,dataY){
- var myCharts = echarts.init(document.getElementById('lineChart'));
- $(window).resize(function(){
- myCharts.resize()
- });
- option = {
- color:"#00A1FF",
- tooltip: {
- trigger: 'axis',
- color:'#fff',
- formatter: function(param) {
- return '<div style="color:#fff;"> '+ param[0].name + "<br>" +"甲级病历占比:"+ param[0].value+"%" + "<br>"
- '</div>'
- }
- },
- grid: {
- left: '3%',
- right: '5%',
- bottom: '3%',
- containLabel: true
- },
- title:[{
- text: dataX.length>0?'百分比':'',
- top: 15,
- left: 0,
- textStyle: {
- fontSize: 14,
- color:'#E9EBEF',
- fontWeight: 400
- }
- }],
- toolbox: {
- show: false,
- feature: {
- dataZoom: {
- yAxisIndex: 'none'
- },
- dataView: {readOnly: false},
- magicType: {type: ['line', 'bar']},
- restore: {
- },
- saveAsImage: {}
- },
- emphasis:{
- iconStyle:{
- color:'red'
- }
- },
- },
- xAxis: {
- type: 'category',
- boundaryGap: false,
- data: dataX,
- axisLabel: {//x轴刻度
- textStyle: {
- color: '#E9EBEF'
- },
- rotate:'45',
- formatter: function (value) {
- //x轴的文字改为竖版显示
- if(value.length>7){
- return value.slice(0,7)+'...'
- }
- return value;
- }
- },
- axisLine: {//x轴
- lineStyle:{
- color:'#4A5D8E'
- }
- }
- },
- yAxis: {
- type: 'value',
- axisLabel: {
- formatter: '{value} %',
- textStyle: {
- color: '#E9EBEF'
- }
- },
-
- axisLine: {//y轴
- show: false
- },
- axisTick: {
- show: false
- },
- splitLine:{//分割线
- lineStyle:{
- color:'#344876'
- }
- }
- },
- series: [
- {
- name: '甲级病历占比:',
- type: 'line',
- data: dataY,
- }
- ]
- };
- myCharts.setOption(option);
- }
- function lineChartSpecial(dataX,dataY){
- var myCharts = echarts.init(document.getElementById('lineChart'));
- var lengthNum = dataX.length;
- $(window).resize(function(){
- myCharts.resize()
- });
- option = {
- color: ['#37C4FC'],
- tooltip: {
- trigger: 'axis',
- position: 'right',
- axisPointer: { // 坐标轴指示器,坐标轴触发有效
- type: 'line' // 默认为直线,可选为:'line' | 'shadow'
- }
- },
- grid: {
- left: '3%',
- right: '4%',
- bottom: '3%',
- containLabel: true
- },
- xAxis: [
- {
- type: 'category',
- data: dataX,
- axisTick: {
- alignWithLabel: true
- },
- axisLabel: {//x轴刻度
- textStyle: {
- color: '#E9EBEF'
- },
- rotate:45,
- formatter: function (value) {
- //x轴的文字改为竖版显示
- if(value.length>7){
- return value.slice(0,7)+'...'
- }
- return value;
- }
- },
- axisLine: {//x轴
- lineStyle:{
- color:'#4A5D8E'
- }
- }
- }
- ],
- yAxis: [
- {
- type: 'value',
- axisLine: {//y轴
- show: false
- },
- axisTick: {
- show: false
- },
- axisLabel: {//y轴刻度
- textStyle: {
- color: '#E9EBEF'
- }
- },
- splitLine:{//分割线
- lineStyle:{
- color:'#344876'
- }
- }
- }
-
- ],
- title:[{
- text: '合格率',
- top: 15,
- left: 10,
- textStyle: {
- fontSize: 14,
- color:'#E9EBEF',
- fontWeight: 400
- }
- }],
- series: [
- {
- name: '病案首页合格率',
- type: 'bar',
- barWidth: '23%',
- data: dataY
- }
- ]
- };
- myCharts.setOption(option);
- }
- //柱状图住院费用
- function barChartPay(dataX,dataY){
- // console.log(dataX,dataY)
- var myCharts = echarts.init(document.getElementById('barChartPay'));
- var lengthNum = dataX.length;
- $(window).resize(function(){
- myCharts.resize()
- });
- option = {
- color: ['#37C4FC'],
- tooltip: {
- trigger: 'axis',
- position: 'right',
- axisPointer: { // 坐标轴指示器,坐标轴触发有效
- type: 'line' // 默认为直线,可选为:'line' | 'shadow'
- }
- },
- grid: {
- left: '3%',
- right: '4%',
- bottom: '3%',
- containLabel: true
- },
- xAxis: [
- {
- type: 'category',
- data: dataX,
- axisTick: {
- alignWithLabel: true
- },
- axisLabel: {//x轴刻度
- textStyle: {
- color: '#E9EBEF'
- },
- rotate:45,
- formatter: function (value) {
- //x轴的文字改为竖版显示
- if(value.length>7){
- return value.slice(0,7)+'...'
- }
- return value;
- }
- },
- axisLine: {//x轴
- lineStyle:{
- color:'#4A5D8E'
- }
- }
- }
- ],
- yAxis: [
- {
- type: 'value',
- axisLine: {//y轴
- show: false
- },
- axisTick: {
- show: false
- },
- axisLabel: {//y轴刻度
- textStyle: {
- color: '#E9EBEF'
- }
- },
- splitLine:{//分割线
- lineStyle:{
- color:'#344876'
- }
- }
- }
-
- ],
- title:[{
- text: dataX.length>0?'分数':'',
- top: 15,
- left: 10,
- textStyle: {
- fontSize: 14,
- color:'#E9EBEF',
- fontWeight: 400
- }
- }],
- series: [
- {
- name: '质控平均分',
- type: 'bar',
- barWidth: '23%',
- data: dataY
- }
- ]
- };
- myCharts.setOption(option);
- }
- //柱状图住院日期
- function barChart(data,type){
- // console.log(data,type)
- var myChart = echarts.init(document.getElementById('barChart'));
- $(window).resize(function(){
- myChart.resize()
- });
- var posList = [
- 'left', 'right', 'top', 'bottom',
- 'inside',
- 'insideTop', 'insideLeft', 'insideRight', 'insideBottom',
- 'insideTopLeft', 'insideTopRight', 'insideBottomLeft', 'insideBottomRight'
- ];
- let app = {}
- app.configParameters = {
- rotate: {
- min: -90,
- max: 90
- },
- align: {
- options: {
- left: 'left',
- center: 'center',
- right: 'right'
- }
- },
- verticalAlign: {
- options: {
- top: 'top',
- middle: 'middle',
- bottom: 'bottom'
- }
- },
- position: {
- options: echarts.util.reduce(posList, function (map, pos) {
- map[pos] = pos;
- return map;
- }, {})
- },
- distance: {
- min: 0,
- max: 100
- }
- };
- app.config = {
- rotate: 90,
- align: 'left',
- verticalAlign: 'middle',
- position: 'insideBottom',
- distance: 15,
- onChange: function () {
- var labelOption = {
- normal: {
- rotate: app.config.rotate,
- align: app.config.align,
- verticalAlign: app.config.verticalAlign,
- position: app.config.position,
- distance: app.config.distance
- }
- };
- myChart.setOption({
- series: [{
- label: labelOption
- }, {
- label: labelOption
- }, {
- label: labelOption
- }, {
- label: labelOption
- }]
- });
- }
- };
- var labelOption = {
- show: false,
- position: app.config.position,
- distance: app.config.distance,
- align: app.config.align,
- verticalAlign: app.config.verticalAlign,
- rotate: app.config.rotate,
- formatter: '{c} {name|{a}}',
- fontSize: 12,
- rich: {
- name: {
- textBorderColor: '#fff'
- }
- }
- };
- let dataX = []
- let data1 = []
- let data2 = []
- let data3 = []
- for(let i = 0;i < data.length;i++){
- dataX.push(data[i].name)
- data1.push(data[i].averageValue)//本月
- data2.push(data[i].lastAverageValue)//本年
- data3.push(data[i].lastYearAverageValue)//去年本月
- }
- option = {
- color: ['#37CBCB','#5A8EEE', '#FAD336' ],
- tooltip: {
- trigger: 'axis',
- axisPointer: {
- type: 'shadow'
- }
- },
- grid: {
- left: '3%',
- right: '4%',
- bottom: '3%',
- containLabel: true
- },
- title:[{
- text: dataX.length>0?(slideType==1?'天数':'元'):'',
- top: 15,
- left: 10,
- textStyle: {
- fontSize: 14,
- color:'#E9EBEF',
- fontWeight: 400
- }
- }],
- legend: {
- itemWidth :10,
- itemHeight :10,
- right:15,
- top:15,
- selectedMode:false,
- textStyle:{
- color:'#E9EBEF'
- },
- formatter: function (name) {
- return name;
- }
- },
- toolbox: {
- show: false,
- orient: 'vertical',
- left: 'right',
- top: 'center',
- feature: {
- mark: {show: true},
- dataView: {show: true, readOnly: false},
- magicType: {show: true, type: ['line', 'bar', 'stack', 'tiled']},
- restore: {show: true},
- saveAsImage: {show: true}
- }
- },
- xAxis: [
- {
- type: 'category',
- axisTick: {show: false},
- data: dataX,
- axisLabel: {//x轴刻度
- textStyle: {
- color: '#E9EBEF'
- },
- rotate:'45',
- formatter: function (value) {
- //x轴的文字改为竖版显示
- if(value.length>7){
- return value.slice(0,7)+'...'
- }
- return value;
- }
- },
- axisLine: {//x轴
- lineStyle:{
- color:'#4A5D8E'
- }
- },
- }
- ],
- yAxis: [
- {
- type: 'value',
- axisLine: {//y轴
- show: false
- },
- axisTick: {
- show: false
- },
- axisLabel: {//y轴刻度
- textStyle: {
- color: '#E9EBEF'
- }
- },
- splitLine:{//分割线
- lineStyle:{
- color:'#344876'
- }
- }
- }
- ],
- series: [
- {
- name: type==1?'上月':'',
- type: 'bar',
- barGap: 0,
- label: labelOption,
- barWidth: '15%',
- data: type==1?data2:[]
- },
- {
- name: type==1?'去年本月':'去年',
- type: 'bar',
- label: labelOption,
- barWidth: '15%',
- data: data3
- },
- {
- name: type==1?'本月':'本年',
- type: 'bar',
- label: labelOption,
- barWidth: '15%',
- data: data1
- }
- ]
- };
- myChart.setOption(option);
- }
- //空心饼图
- function emptyCircle(data){
- // console.log(data,1111111111)
- var myChart = echarts.init(document.getElementById('emptyCircle'));
- $(window).resize(function(){
- myChart.resize()
- });
- let bgColor = '#203463';
- let title = '总量';
- let color = ['#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336','#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336'];
- let echartData = data;
- let total = 0;
- for(let i = 0;i < echartData.length;i++){
- total += echartData[i].num
- }
- option = {
- /*backgroundColor: bgColor,*/
- color: color,
- title: [{
- text: data.length>0?'{val|' + total + '}\n{name|' + title + '}':'',
- top: 'center',
- left: 'center',
- textStyle: {
- rich: {
- val: {
- fontSize: 24,
- color: '#E9EBEF',
- fontWeight: 'bold',
- padding: [10, 0]
- },
- name: {
- fontSize: 12,
- fontWeight: 'normal',
- color: '#E9EBEF',
- }
- }
- }
- }],
- tooltip: {
- trigger: 'item',
- // formatter: '{b} : {c} ({d}%)',
- formatter:function(item){
- const {name, num, percentStr} = item.data
- return `${name} : ${num} (${percentStr})`
- }
- },
- series: [{
- name: '',
- type: 'pie',
- radius: ['70%', '90%'],
- data: echartData,
- hoverAnimation:true,
- hoverOffset:5,
- itemStyle: {
- normal: {
- borderColor: bgColor,
- borderWidth: 2
- }
- },
- labelLine: {
- normal: {
- length: 20,
- length2: 120,
- lineStyle: {
- color: '#e6e6e6'
- }
- }
- },
- label: {
- normal: {
- show:false,
- formatter: params => {
- return params.name == 'A类'?params.name:''
- },
- padding: [0 , -100, 25, -100],
- rich: {
- icon: {
- fontSize: 16
- },
- name: {
- fontSize: 14,
- padding: [0, 10, 0, 4],
- color: '#666666'
- },
- value: {
- fontSize: 18,
- fontWeight: 'bold',
- color: '#333333'
- }
- }
- }
- },
- }]
- };
- myChart.setOption(option);
- }
- function emptyCircleB(data){
- var myChart = echarts.init(document.getElementById('emptyCircleB'));
- $(window).resize(function(){
- myChart.resize()
- });
- let bgColor = '#203463';
- let title = '总量';
- let color = ['#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336','#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336'];
- let echartData = data;
- let total = echartData.length>0?echartData[0].totleNum:0;
- option = {
- /*backgroundColor: bgColor,*/
- color: color,
- title: [{
- text: data.length>0?'{val|' + total + '}\n{name|' + title + '}':'',
- top: 'center',
- left: 'center',
- textStyle: {
- rich: {
- val: {
- fontSize: 24,
- color: '#E9EBEF',
- fontWeight: 'bold',
- padding: [10, 0]
- },
- name: {
- fontSize: 12,
- fontWeight: 'normal',
- color: '#E9EBEF',
- }
- }
- }
- }],
- tooltip: {
- trigger: 'item',
- position: 'right',
- // formatter: '{b} : {c} ({d}%)',
- formatter:function(item){
- const {name, num, percentStr} = item.data
- return `${name} : ${num} (${percentStr})`
- }
- },
- series: [{
- name: '',
- type: 'pie',
- radius: ['70%', '90%'],
- data: echartData,
- hoverAnimation:true,
- hoverOffset:5,
- itemStyle: {
- normal: {
- borderColor: bgColor,
- borderWidth: 2
- }
- },
- labelLine: {
- normal: {
- length: 20,
- length2: 120,
- lineStyle: {
- color: '#e6e6e6'
- }
- }
- },
- label: {
- normal: {
- show:false,
- formatter: params => {
- return params.name == 'A类'?params.name:''
- },
- padding: [0 , -100, 25, -100],
- rich: {
- icon: {
- fontSize: 16
- },
- name: {
- fontSize: 14,
- padding: [0, 10, 0, 4],
- color: '#666666'
- },
- value: {
- fontSize: 18,
- fontWeight: 'bold',
- color: '#333333'
- }
- }
- }
- },
- }]
- };
- myChart.setOption(option);
- }
- //缺陷列表渲染
- function queList(data){
- let strAll = '',tmp = `mm
- <tr class="thead">
- <td class="td01">排名</td>
- <td class="td02">缺陷详情</td>
- <td class="td03">数量</td>
- <td class="td04">占比</td>
- </tr>`
- for(let i = 0;i < data.length;i++){
- strAll += `
- <tr>
- <td style="text-align:center;"><i style="background:${i < 3?'#ECB22E':'#526186'};color:${i < 3?'#fff':'#B7BDCC'};">${i+1}</i></td>
- <td><p class="td02name">${data[i].name}</p></td>
- <td>${data[i].num}</td>
- <td>${data[i].percentStr}</td>
- </tr>
- `
- }
- $(".qtable").html(tmp+strAll)
- }
- //饼图列表注释渲染
- function panDetail(data){
- let color = ['#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336','#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336'];
- let strAll = '';
- for(let i = 0;i < data.length;i++){
- strAll += `
- <tr class="explainLi" data-dept="${data[i].name}" dept-id="${data[i].id}">
- <td class="deptName" title="${data[i].name}">
- <p class="smp"><i class="tip" style="background-color:${color[i]}"></i>${data[i].name}</p>
- </td>
- <td class="deptNum">${data[i].num}</td>
- <td class="percent">(${data[i].percentStr})</td>
- </tr>
- `
- }
- $(".explainPanT table").html(strAll);
- $(".explainPanT .explainLi").click(function(){
- let deptName = $(this).attr("data-dept")
- let deptId = $(this).attr("dept-id")
- focusMenuItem("YH-BLZK-ZKPF");
- $(parent.document).find("#contentIframe").attr("src","./qcList.html?from=1&dateType="+dateType+"&deptName="+deptName+"&deptId="+deptId)
- })
- }
- function panDetailB(data){
- let color = ['#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336','#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336'];
- let strAll = '';
- for(let i = 0;i < data.length;i++){
- strAll += `
- <tr class="explainLi">
- <td class="deptName" title="${data[i].name}">
- <p><i class="tip" style="background-color:${color[i]}"></i>${data[i].name}</p>
- </td>
- <td class="deptNum">${data[i].num}</td>
- <td class="percent">(${data[i].percentStr})</td>
- </tr>
- `
- }
- $(".explainPanB table").html(strAll);
- $(".explainPan").css({
- marginTop:-($(".explainPan").height()/2-20)+'px'
- })
- }
- //时间获取
- function getTimeDetail(){
- const d = new Date();
- const days = ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"];
- let sec = d.getSeconds()
- let min = d.getMinutes()
- let hour = d.getHours()
- let str = `${d.getFullYear()}年${d.getMonth()+1}月${d.getDate()}日 / ${days[d.getDay()]} / ${hour>9?hour:'0'+hour}:${min>9?min:'0'+min}:${sec>9?sec:'0'+sec}`
- $(".dateDetail").html(str)
- }
|