diff --git a/src/views/wpm_gx/mlogb_form.vue b/src/views/wpm_gx/mlogb_form.vue index 4bb6c89c..ae02faea 100644 --- a/src/views/wpm_gx/mlogb_form.vue +++ b/src/views/wpm_gx/mlogb_form.vue @@ -384,12 +384,12 @@ export default { res.forEach(item => { if(item.batch==that.codeBatch){ that.form.wm_in = item.id; - that.form.count_use = item.count; - that.batch_count = item.count; + that.form.count_use = item.count_cando; + that.batch_count = item.count_cando; } if(that.form.wm_in == item.id){ that.codeBatch=item.batch; - that.batch_count = item.count; + that.batch_count = item.count_cando; } }); }); @@ -488,7 +488,7 @@ export default { that.isSaveing = true; that.form.mlog = that.mlog; that.form.batch = that.selectObj.batch; - that.form.count_use = that.selectObj.count_cando; + // that.form.count_use = that.selectObj.count_cando; if(that.mgroupMtype==10&&that.cellsList.length>0){ that.form.count_json_from = that.cellsList; }