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;