fix: 混料需要传回count_real和count_use
This commit is contained in:
parent
0b60e40971
commit
2a316c2c56
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue