From 9a16cfbcb4f345ba92c61898ace794b2e8b875b0 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 24 Apr 2025 08:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E8=B4=A7=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deliver/job/deliverDetailBatch.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/deliver/job/deliverDetailBatch.vue b/src/pages/deliver/job/deliverDetailBatch.vue index a9f9140e..3a20411d 100644 --- a/src/pages/deliver/job/deliverDetailBatch.vue +++ b/src/pages/deliver/job/deliverDetailBatch.vue @@ -206,9 +206,6 @@ that.jobContent = res.data; that.jobStatus = res.data.status; that.subList = res.data.subList; - that.subList.forEach(item=>{ - item.recommend=true - }) // that.detailSource = res.data; that.detailSource = getDataSourceBatch(that.subList) that.toLocationCode = that.subList[0].toLocationCode @@ -328,7 +325,6 @@ var itemDetail = detail.subList.find(r => { return r.batch == batch && r.fromLocationCode == result.fromLocationCode - &&!r.recommend }) if (itemDetail == undefined) { var isExit; @@ -498,7 +494,7 @@ } else { var itemDetail = detail.subList.find(r => - r.fromLocationCode == result.fromLocationCode&&!r.recommend) + r.fromLocationCode == result.fromLocationCode) if (itemDetail == undefined) { var isExit; for (let subItem of detail.subList) {