fix:厂级单耗
This commit is contained in:
parent
064860ed92
commit
ece48faede
|
@ -194,7 +194,9 @@
|
||||||
that.tableDatas[1][index] = item.production_hour;
|
that.tableDatas[1][index] = item.production_hour;
|
||||||
let str = '';
|
let str = '';
|
||||||
item.qua_data.forEach((item) => {
|
item.qua_data.forEach((item) => {
|
||||||
str = str+item.testitem_name+":"+(item.rate_pass).toFixed(2)+"%\n";
|
if(item.rate_pass!==null){
|
||||||
|
str = str+item.material_name+item.testitem_name+":"+(item.rate_pass).toFixed(2)+"%;\n";
|
||||||
|
}
|
||||||
})
|
})
|
||||||
that.tableDatas[2][index] = str;//质量
|
that.tableDatas[2][index] = str;//质量
|
||||||
that.tableDatas[3][index] = item.pcoal_consume;//煤耗
|
that.tableDatas[3][index] = item.pcoal_consume;//煤耗
|
||||||
|
|
Loading…
Reference in New Issue