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