fix: 混料需要传回count_real和count_use

This commit is contained in:
caoqianming 2024-03-04 13:55:23 +08:00
parent 0b60e40971
commit 2a316c2c56
1 changed files with 4 additions and 0 deletions

View File

@ -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;