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;