fix: 6车间炸纹未纳入count_ok统计
This commit is contained in:
parent
03698ba109
commit
1d896185a2
|
@ -634,7 +634,8 @@ export default {
|
|||
Number(this.form.count_n_tydd)+
|
||||
Number(this.form.count_n_sw)+
|
||||
Number(this.form.count_n_bhpcd)+
|
||||
Number(this.form.count_n_wq)
|
||||
Number(this.form.count_n_wq)+
|
||||
Number(this.form.count_n_zw)
|
||||
;
|
||||
},
|
||||
//提交
|
||||
|
|
Loading…
Reference in New Issue