|
|
|
@ -222,7 +222,7 @@ export class ScheduledUpdatesComponent implements OnInit {
|
|
|
|
|
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"; >'; |
|
|
|
|
this.res+='</br><div style="width:300px;height:100%;padding:0 20px 15px 20px"><table style="width:300px;font-size:14px; color:#FFFFFF;border-collapse:collapse;"cellspacing="0"; >'; |
|
|
|
|
this.res+='<thead style="font-size:18px;"><tr>'; |
|
|
|
|
this.res+='<td style="text-align:center;width:30%;">名称</td>'; |
|
|
|
|
this.res+='<td style="text-align:center;width:30%;">数量</td>' |
|
|
|
@ -481,8 +481,8 @@ export class verifiedComponent implements OnInit {
|
|
|
|
|
let Parameters={ |
|
|
|
|
MaintainedState:this.route.snapshot.queryParams.type, |
|
|
|
|
TimeType:this.echartsData.TimeType, |
|
|
|
|
TimeStart:this.echartsData.TimeType==0?selectStartYear+'-'+selectStartMonth:this.echartsData.dateYear+'-'+selectStartMonth, |
|
|
|
|
TimeEnd:this.echartsData.TimeType==0?selectEndYear+'-'+selectEndMonth:this.echartsData.dateYear+'-'+selectEndMonth, |
|
|
|
|
TimeStart:this.echartsData.TimeType==0?selectStartYear+'-'+selectStartMonth:this.echartsData.dateYear+'-'+'01', |
|
|
|
|
TimeEnd:this.echartsData.TimeType==0?selectEndYear+'-'+selectEndMonth:this.echartsData.dateYear+'-'+'12', |
|
|
|
|
//OrganizationId
|
|
|
|
|
} |
|
|
|
|
console.log(this.echartsData.zhiorBuinding) |
|
|
|
@ -939,6 +939,7 @@ export class yueDateComponent implements OnInit {
|
|
|
|
|
fontSize: 30, |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
grid: { |
|
|
|
|
containLabel:true, |
|
|
|
|
top:80, |
|
|
|
@ -974,11 +975,12 @@ export class yueDateComponent implements OnInit {
|
|
|
|
|
id:this.organizationId, |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :18, |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000", //刻度线标签颜色
|
|
|
|
|
interval: 0 |
|
|
|
|
interval: 0, |
|
|
|
|
rotate:28, |
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
|
axisLine: {
|
|
|
|
@ -1204,6 +1206,8 @@ export class yuebuildingDateComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
type: 'value', |
|
|
|
|
axisLabel: { |
|
|
|
|
interval:0, //坐标刻度之间的显示间隔,默认就可以了(默认是不重叠)
|
|
|
|
|
rotate:38 , //调整数值改变倾斜的幅度(范围-90到90)
|
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :18, |
|
|
|
|
color:'#000000' |
|
|
|
@ -1225,6 +1229,7 @@ export class yuebuildingDateComponent implements OnInit {
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
series: [ |
|
|
|
|
{ |
|
|
|
|
name: this.echartsData.zhuXname[1], |
|
|
|
|