From 93ae6ac3dadf4abb18d45fd3cb7d6157744653de Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 15 Aug 2024 17:23:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=97=A5=E5=BF=97=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E7=A0=B4=E6=8D=9F=E5=92=8C=E5=85=B6?= =?UTF-8?q?=E4=BB=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/mlogb_check.vue | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/views/wpm_gx/mlogb_check.vue b/src/views/wpm_gx/mlogb_check.vue index 2f2e1d50..619e8164 100644 --- a/src/views/wpm_gx/mlogb_check.vue +++ b/src/views/wpm_gx/mlogb_check.vue @@ -133,6 +133,28 @@ /> + + + + + + + + + + @@ -197,6 +219,8 @@ export default { this.form.count_n_bb + this.form.count_n_md + this.form.count_n_xh + + this.form.count_n_ps + + this.form.count_n_qt + this.form.count_n_wm; this.form.count_ok = this.form.count_real - this.form.count_notok; }, @@ -214,6 +238,8 @@ export default { this.form.count_n_bb + this.form.count_n_md + this.form.count_n_xh + + this.form.count_n_ps + + this.form.count_n_qt + this.form.count_n_wm; let sum = this.form.count_ok + this.form.count_notok; if (sum - this.form.count_real == 0) {