fix:fmlog->mlog创建时batch传参
This commit is contained in:
parent
66204d79ff
commit
64dc7ccfea
|
@ -662,8 +662,8 @@ export default {
|
|||
that.defectinform[item.defect_name] = 0;
|
||||
})
|
||||
that.materialFix = item.material;
|
||||
that.materialCount = that.form.count_use =
|
||||
that.form.count_real = that.form.count_ok = item.count;
|
||||
that.form.batch = item.batch;
|
||||
that.materialCount = that.form.count_use = that.form.count_real = that.form.count_ok = item.count;
|
||||
that.form.count_real = item.count-that.form.count_pn_jgqbl;
|
||||
that.getdefects(that.route,that.material_in,that.material_out);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue