From d346ee159821d8584b73644fc7592e0ed9ce012e Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 2 Dec 2025 16:15:43 +0800 Subject: [PATCH 1/6] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E4=BA=A4=E6=8E=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index a39a5a1b..efc6e4fa 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -613,7 +613,7 @@ export default { that.change_batch = true; } that.form.handoverb = data?data:[]; - if(data.length>0){ + if(data&&data!==''&&data.length>0){ that.totalCount = 0; data.forEach((item,index)=>{ that.totalCount += Number(item.count); From 84562cfb37a88796794eeedbd3e9246318a101d9 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 2 Dec 2025 16:16:01 +0800 Subject: [PATCH 2/6] =?UTF-8?q?fix:=E8=A1=A8=E6=A0=BC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check_table.vue | 63 +++++++++++++------------ 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue index 37a8cc28..22157a3d 100644 --- a/src/views/wpm_bx/mlogbw_check_table.vue +++ b/src/views/wpm_bx/mlogbw_check_table.vue @@ -204,7 +204,7 @@ - + @@ -216,11 +216,13 @@ - + - +