fix:厂级单耗

This commit is contained in:
shijing 2024-12-13 15:42:26 +08:00
parent 064860ed92
commit ece48faede
1 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,9 @@
that.tableDatas[1][index] = item.production_hour;
let str = '';
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[3][index] = item.pcoal_consume;//