hb_zhgd_screen/js/pages/newDataAnalysis/workerEfficiencyAnalysisDat...

221 lines
5.7 KiB
JavaScript

/** 工人效率分析数据*/
// 1512P017007Y01-凌云变 1612P021000T01-红枫变
let dataList = [{
bidCode: '1512P017007Y01',
list: [{
userName: '宋跃进',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '低效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '刘振',
teamName: '变电土建-朱润生3班',
postName: '导线压线工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.1,
unitTimeOutputUnit: '座/小时',
rateLevel: '达标',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '黄照飞',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.11,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '王玉华',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '黄丹',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '赵光伟',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '刘磊',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '化苏碧',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '曹先应',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '陆乃怀',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '袁加纯',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '张友顺',
teamName: '变电土建-朱润生3班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
}
]
},
{
bidCode: '1612P021000T01',
list: [{
userName: '袁加纯',
teamName: '变电土建-宋鹏2班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
},
{
userName: '李仲恒',
teamName: '变电土建-宋鹏2班',
postName: '组塔工',
attDay: 22,
workTime: 176,
completeWorkload: 15,
completeWorkloadUnit:'座',
unitTimeOutput: 0.085,
unitTimeOutputUnit: '座/小时',
rateLevel: '高效',
standardTimeOutput:0.1,
max:0.2,
interval:0.1
}]
}];