From 7e7d417ceda0586279a361eb3bd4568734365edb Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 4 Jul 2025 16:25:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=97=A5=E5=BF=97=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=95=B0=E4=B8=8D=E8=83=BD=E6=94=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/mlogb_form.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }