|
@@ -147,23 +147,6 @@ export default {
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
|
}
|
|
|
- }, {
|
|
|
- name: 'UPH',
|
|
|
- type: 'line',
|
|
|
- barWidth: 15,
|
|
|
- data:[],
|
|
|
- //data: [12, 22, 32, 12, 32, 12, 32],
|
|
|
- emphasis: {
|
|
|
- focus: 'series'
|
|
|
- },lineStyle: {
|
|
|
- width: 4
|
|
|
- },
|
|
|
- label: {
|
|
|
- show: true,
|
|
|
- position: 'top',
|
|
|
- fontSize:14,
|
|
|
- fontWeight: "bold"
|
|
|
- }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -194,7 +177,7 @@ export default {
|
|
|
},
|
|
|
async getdata() {
|
|
|
//20220211 -+formatDate(new Date()
|
|
|
- var caller = 'WCDAYTURNOUT!ZZ';
|
|
|
+ var caller = 'ZZ!WCDAYTURNOUT';
|
|
|
if (sessionStorage.getItem('li_code') == '所有'){
|
|
|
caller = 'ZZ!WCDAYTURNOUT!ALL';
|
|
|
}
|
|
@@ -228,11 +211,6 @@ export default {
|
|
|
series2.push(element.v_ngqty);
|
|
|
//良率
|
|
|
series3.push(element.v_okrate);
|
|
|
- //UPH
|
|
|
- series4.push(element.uph);
|
|
|
- if(element.uph>maxnumber){
|
|
|
- maxnumber= element.uph;
|
|
|
- }
|
|
|
}
|
|
|
this.options.xAxis[0].data = xAxis0;
|
|
|
this.options.series[0].data = series0;
|