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) {