fix:fmlog->mlog创建时batch传参

This commit is contained in:
shijing 2025-09-02 11:22:08 +08:00
parent 66204d79ff
commit 64dc7ccfea
1 changed files with 2 additions and 2 deletions

View File

@ -662,8 +662,8 @@ export default {
that.defectinform[item.defect_name] = 0; that.defectinform[item.defect_name] = 0;
}) })
that.materialFix = item.material; that.materialFix = item.material;
that.materialCount = that.form.count_use = that.form.batch = item.batch;
that.form.count_real = that.form.count_ok = item.count; 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.form.count_real = item.count-that.form.count_pn_jgqbl;
that.getdefects(that.route,that.material_in,that.material_out); that.getdefects(that.route,that.material_in,that.material_out);
} }