From 32e076fd14113efbdeec3036902543ec0be2ceb7 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 19 Dec 2025 08:44:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=AE=A1=E7=BB=BC=E5=90=88=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=90=88=E5=B9=B6=E9=A2=86=E6=96=99=EF=BC=88=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E9=A2=86=E6=96=99=E5=92=8C=E4=BA=A4=E6=8E=A5=E9=A2=86?= =?UTF-8?q?=E6=96=99=EF=BC=89=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=89=8D?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=BA=93=E5=AD=98=EF=BC=8C=E6=94=B9=E5=8A=A8=E9=A2=86=E7=AE=A1?= =?UTF-8?q?-=E7=BB=88=E6=A3=80=E5=90=88=E6=A0=BC=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/statistics_guan.vue | 74 +++++++++++++++++++++--- 1 file changed, 66 insertions(+), 8 deletions(-) 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) {