From 3438e6fc38480919fcb2ca5572ee5742fde3bbb2 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 14 Nov 2024 18:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/unPlanned/job/receiptJobDetail.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/unPlanned/job/receiptJobDetail.vue b/src/pages/unPlanned/job/receiptJobDetail.vue index 34389bae..381aad86 100644 --- a/src/pages/unPlanned/job/receiptJobDetail.vue +++ b/src/pages/unPlanned/job/receiptJobDetail.vue @@ -190,13 +190,6 @@ this.detailSource.forEach(item => { itemCodes.push(item.itemCode) item.scaned = false - item.subList.forEach((cur,index)=>{ - if(index == 0){ - console.log(222,cur) - cur.batch = '' - } - cur.isShowBatch = cur.batch ? true :false - }) }) getManagementPrecisions(itemCodes, that.jobToLocationCode, res => { if (res.success) {