From ffc95890fa4aceb9c0fa6b5d9e6c5f765ce1e000 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 28 Nov 2024 09:59:57 +0800 Subject: [PATCH] fix:coding#594 --- src/views/wpm/worktask_form.vue | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index b47aa7c9..3301120c 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -547,6 +547,21 @@ + + + + + + - + @@ -981,7 +996,9 @@ export default { count_n_zw: 0, count_n_tw: 0, count_n_qp: 0, - count_n_wq: 0, + count_n_wq:0, + count_n_zt: 0, + count_n_b: 0, count_n_dl: 0, count_n_pb: 0, count_n_dxt: 0, @@ -1263,7 +1280,8 @@ export default { this.form.count_n_zw + this.form.count_n_tw + this.form.count_n_qp + - this.form.count_n_wq + + this.form.count_n_zt + + this.form.count_n_b + this.form.count_n_qt; } else if (this.activeType == "10车间") { this.form.count_notok = @@ -1312,7 +1330,8 @@ export default { this.form.count_n_zw + this.form.count_n_tw + this.form.count_n_qp + - this.form.count_n_wq + + this.form.count_n_zt + + this.form.count_n_b + this.form.count_n_qt; } else if (this.activeType == "10车间") { this.form.mtask = this.mtask;