diff --git a/src/views/statistics/statistics_guan.vue b/src/views/statistics/statistics_guan.vue index 6a3ed3fd..e627a5de 100644 --- a/src/views/statistics/statistics_guan.vue +++ b/src/views/statistics/statistics_guan.vue @@ -252,7 +252,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -501,9 +546,14 @@ + + + @@ -671,6 +721,14 @@ export default { count_qt = data.管料退火_count_notok - count; return count_qt; } + }else if(type=='工前检验'){ + if(data.六车间_工前检验_count_notok){ + if (data.六车间_工前检验_count_n_dl !== undefined) { + count += data.六车间_工前检验_count_n_dl ; + } + count_qt = data.六车间_工前检验_count_notok - count; + return count_qt; + } }else if(type=='开槽'){ if(data.六车间_开槽_count_notok){ if (data.六车间_开槽_count_n_dl !== undefined) {