|
|
|
@ -439,7 +439,7 @@ export class EchartsDataService {
|
|
|
|
|
this.res+='<td style="text-align:center;">'+countbi+'%</td></tr>' |
|
|
|
|
} |
|
|
|
|
this.res+='</tbody>' |
|
|
|
|
this.res+='<tfoot style="font-size:18px;"><td style="text-align:center;">总计</td><td style="text-align:center;">'+countall+'</td><td style="text-align:center;">'+allCountbi.toFixed(2)+'%</td></tfoot>' |
|
|
|
|
this.res+='<tfoot style="font-size:18px;"><td style="text-align:center;">总计</td><td style="text-align:center;">'+countall+'</td><td style="text-align:center;">100%</td></tfoot>' |
|
|
|
|
this.res+='</table></div></div>' |
|
|
|
|
return this.res |
|
|
|
|
|
|
|
|
@ -479,7 +479,7 @@ export class EchartsDataService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.res+='</tbody>' |
|
|
|
|
this.res+='<tfoot style="font-size:18px;"><td style="text-align:center;">总计</td><td style="text-align:center;">'+countall+'</td><td style="text-align:center;">'+allCountbi.toFixed(2)+'%</td></tfoot>' |
|
|
|
|
this.res+='<tfoot style="font-size:18px;"><td style="text-align:center;">总计</td><td style="text-align:center;">'+countall+'</td><td style="text-align:center;">100%</td></tfoot>' |
|
|
|
|
this.res+='</table></div></div>' |
|
|
|
|
return this.res |
|
|
|
|
} |
|
|
|
@ -487,66 +487,17 @@ export class EchartsDataService {
|
|
|
|
|
apidata=[] |
|
|
|
|
biaogeTishiyuan(datas){ |
|
|
|
|
//localStorage.setItem('tishi',this.tishiData)
|
|
|
|
|
console.log(datas) |
|
|
|
|
let paramdata={ |
|
|
|
|
planStatus:datas.type |
|
|
|
|
} |
|
|
|
|
if(datas.name=='预案新增'){ |
|
|
|
|
this.localData='' |
|
|
|
|
if(localStorage.getItem('addtishi')==undefined){ |
|
|
|
|
this.http.get(`/api/StatisticsAnalysis/Plans/Status`,{params:paramdata}).subscribe((data:any)=>{ |
|
|
|
|
this.tishiData=data.organizations |
|
|
|
|
localStorage.setItem('addtishi',JSON.stringify(this.tishiData)) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.localData=localStorage.getItem('addtishi') |
|
|
|
|
}else if(datas.name=='预案审核中'){ |
|
|
|
|
this.localData='' |
|
|
|
|
if(localStorage.getItem('shenheingtishi')==undefined){ |
|
|
|
|
this.http.get(`/api/StatisticsAnalysis/Plans/Status`,{params:paramdata}).subscribe((data:any)=>{ |
|
|
|
|
this.tishiData=data.organizations |
|
|
|
|
localStorage.setItem('shenheingtishi',JSON.stringify(this.tishiData)) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.localData=localStorage.getItem('shenheingtishi') |
|
|
|
|
}else if(datas.name=='预案审核退回'){ |
|
|
|
|
this.localData='' |
|
|
|
|
if(localStorage.getItem('shenhetuitishi')==undefined){ |
|
|
|
|
this.http.get(`/api/StatisticsAnalysis/Plans/Status`,{params:paramdata}).subscribe((data:any)=>{ |
|
|
|
|
this.tishiData=data.organizations |
|
|
|
|
localStorage.setItem('shenhetuitishi',JSON.stringify(this.tishiData)) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.localData=localStorage.getItem('shenhetuitishi') |
|
|
|
|
}else if(datas.name='预案审核通过'){ |
|
|
|
|
this.localData='' |
|
|
|
|
if(localStorage.getItem('yuansuccesstishi')==undefined){ |
|
|
|
|
this.http.get(`/api/StatisticsAnalysis/Plans/Status`,{params:paramdata}).subscribe((data:any)=>{ |
|
|
|
|
this.tishiData=data.organizations |
|
|
|
|
localStorage.setItem('yuansuccesstishi',JSON.stringify(this.tishiData)) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.localData=localStorage.getItem('yuansuccesstishi') |
|
|
|
|
}else if(datas.name='预案编制'){ |
|
|
|
|
this.localData='' |
|
|
|
|
if(localStorage.getItem('yuanbiantishi')==undefined){ |
|
|
|
|
this.http.get(`/api/StatisticsAnalysis/Plans/Status`,{params:paramdata}).subscribe((data:any)=>{ |
|
|
|
|
this.tishiData=data.organizations |
|
|
|
|
localStorage.setItem('yuanbiantishi',JSON.stringify(this.tishiData)) |
|
|
|
|
}) |
|
|
|
|
this.tishiData='' |
|
|
|
|
for(var a in this.obdata[0].plansStatuses){ |
|
|
|
|
if(this.obdata[0].plansStatuses[a].planStatusName==datas.planStatusName){ |
|
|
|
|
this.tishiData=this.obdata[0].plansStatuses[a].organizations |
|
|
|
|
} |
|
|
|
|
this.localData=localStorage.getItem('yuanbiantishi') |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(JSON.parse(this.localData) ) |
|
|
|
|
this.localData=JSON.parse(this.localData) |
|
|
|
|
window.setTimeout(()=>{ |
|
|
|
|
var countall=0//总计
|
|
|
|
|
var countbi=0//站比
|
|
|
|
|
var allCountbi=0//总站比
|
|
|
|
|
for(var i=0;i<this.localData.length;i++){ |
|
|
|
|
countall+=this.localData[i].count |
|
|
|
|
var countall=0//总计
|
|
|
|
|
var countbi=0//站比
|
|
|
|
|
var allCountbi=0//总站比
|
|
|
|
|
for(var i=0;i<this.tishiData.length;i++){ |
|
|
|
|
countall+=this.tishiData[i].count |
|
|
|
|
} |
|
|
|
|
this.res= '<div class="tishi" style=" backgroundColor:rgba(255,255,255,1);width:100%;height:100%;"><div style="padding:10px 0 5px 0"><span style="color:#FFFFFF;font-size:27px;text-align: center;display:block;">'+datas.name+'</span></div>' |
|
|
|
|
this.res+='</br><div style="width:300px;height:100%;padding:0 20px 15px 20px"><table style="width:300px;font-size:16px; color:#FFFFFF;border-collapse:collapse;"cellspacing="0"; >'; |
|
|
|
@ -556,20 +507,19 @@ export class EchartsDataService {
|
|
|
|
|
this.res+='<td style="text-align:center;width:30%;">总占比</td>' |
|
|
|
|
this.res+='</tr></thead>' |
|
|
|
|
this.res+='<tbody>'; |
|
|
|
|
for(var i=0;i<this.localData.length;i++){ |
|
|
|
|
countbi=Math.round(this.localData[i].count/countall* 10000)/ 100.00 |
|
|
|
|
for(var i=0;i<this.tishiData.length;i++){ |
|
|
|
|
countbi=Math.round(this.tishiData[i].count/countall* 10000)/ 100.00 |
|
|
|
|
allCountbi=allCountbi+countbi |
|
|
|
|
this.res+='<tr>' |
|
|
|
|
this.res+='<td style="text-align:center;">'+this.localData[i].organizationName+'</td>' |
|
|
|
|
this.res+='<td style="text-align:center;">'+this.localData[i].count+'</td>' |
|
|
|
|
this.res+='<td style="text-align:center;">'+this.tishiData[i].organizationName+'</td>' |
|
|
|
|
this.res+='<td style="text-align:center;">'+this.tishiData[i].count+'</td>' |
|
|
|
|
this.res+='<td style="text-align:center;">'+countbi+'%</td></tr>' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.res+='</tbody>' |
|
|
|
|
this.res+='<tfoot style="font-size:18px;"><td style="text-align:center;">总计</td><td style="text-align:center;">'+countall+'</td><td style="text-align:center;">'+allCountbi.toFixed(2)+'%</td></tfoot>' |
|
|
|
|
this.res+='<tfoot style="font-size:18px;"><td style="text-align:center;">总计</td><td style="text-align:center;">'+countall+'</td><td style="text-align:center;">100%</td></tfoot>' |
|
|
|
|
this.res+='</table></div></div>' |
|
|
|
|
return this.res |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|