From 2a316c2c564962ae43760d41e76b7a383ebd462e Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 4 Mar 2024 13:55:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=B7=E6=96=99=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E4=BC=A0=E5=9B=9Ecount=5Freal=E5=92=8Ccount=5Fuse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/worktask_form.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index f3ede534..1430a700 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -848,6 +848,8 @@ export default { this.form.count_n_js + this.form.count_n_qx + this.form.count_break; + this.form.count_real = this.form.count_ok + this.form.count_notok; + this.form.count_use = this.form.count_real; } }, countOkSun() { @@ -897,6 +899,8 @@ export default { this.form.count_n_js + this.form.count_n_qx + this.form.count_break; + this.form.count_real = this.form.count_ok + this.form.count_notok; + this.form.count_use = this.form.count_real; } if (this.activeType == "10车间") { let mlogb = this.mlogb;