From 855e6c3198fd48af41ed7a6e1d116bc4a37a87c3 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 5 Mar 2024 10:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=B1=E4=B8=AD=E7=A0=B4(count=5Fn=5Fxzp)?= =?UTF-8?q?=E4=B8=8E=E7=A2=8E=E6=96=99(count=5Fbreak)=E5=88=86=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/worktask_form.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index e7737eed..688a6d1e 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -217,7 +217,7 @@ - @@ -615,7 +615,9 @@ export default { count_n_js: 0, count_n_qx: 0, count_n_qt: 0, + count_n_xzp:0, count_break: 0, + count_notok: 0, mlogb: [], }, mlogb: [], @@ -847,7 +849,7 @@ export default { this.form.count_n_dxt + this.form.count_n_js + this.form.count_n_qx + - this.form.count_break; + this.form.count_n_xzp; this.form.count_real = this.form.count_ok + this.form.count_notok; this.form.count_use = this.form.count_real; } @@ -904,7 +906,7 @@ export default { this.form.count_n_dxt + this.form.count_n_js + this.form.count_n_qx + - this.form.count_break; + this.form.count_n_xzp; this.form.count_real = this.form.count_ok + this.form.count_notok; this.form.count_use = this.form.count_real; } @@ -954,7 +956,6 @@ export default { }); } } - } }); },