diff --git a/src/views/enm_report/reportFactory.vue b/src/views/enm_report/reportFactory.vue index 5a69fa53..56418113 100644 --- a/src/views/enm_report/reportFactory.vue +++ b/src/views/enm_report/reportFactory.vue @@ -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;//煤耗