From 2a316c2c564962ae43760d41e76b7a383ebd462e Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 4 Mar 2024 13:55:23 +0800 Subject: [PATCH 1/7] =?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; From 59522261b746ddc724ef4a4374646d1ce0429a7c Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 4 Mar 2024 15:16:20 +0800 Subject: [PATCH 2/7] =?UTF-8?q?feat:=2010=E8=BD=A6=E9=97=B4=E5=8F=AF?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=87=BA=E4=BA=A7=E7=89=A9(=E6=97=A0?= =?UTF-8?q?=E5=85=84=E5=BC=9F=E4=BB=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_dept6.vue | 40 ++++++++++++++++++++------------- src/views/wpm/worktask_form.vue | 13 ++++++----- 2 files changed, 33 insertions(+), 20 deletions(-) diff --git a/src/views/wpm/mlog_dept6.vue b/src/views/wpm/mlog_dept6.vue index e18bc280..6a48b75c 100644 --- a/src/views/wpm/mlog_dept6.vue +++ b/src/views/wpm/mlog_dept6.vue @@ -15,7 +15,7 @@ - + @@ -45,7 +45,8 @@ - + @@ -59,6 +60,7 @@ + + +