fix:光芯改版时不合批,不传new_batch
This commit is contained in:
parent
ed4feb2f0c
commit
061af195ec
|
|
@ -680,7 +680,8 @@ export default {
|
||||||
that.form.material_changed = item.material;
|
that.form.material_changed = item.material;
|
||||||
that.form.material_changed_fname = item.material_name;
|
that.form.material_changed_fname = item.material_name;
|
||||||
that.form.recive_mgroup = that.mgroupId;
|
that.form.recive_mgroup = that.mgroupId;
|
||||||
that.form.new_batch = item.batch;
|
// that.form.new_batch = item.batch;
|
||||||
|
// that.form.mtype = 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
that.form.handoverb.push(obj);
|
that.form.handoverb.push(obj);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue