diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 4deecb47..57e52dd1 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -680,7 +680,8 @@ export default { that.form.material_changed = item.material; that.form.material_changed_fname = item.material_name; 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);