diff --git a/src/mycomponents/detail/comRecommendDetailCard.vue b/src/mycomponents/detail/comRecommendDetailCard.vue index 463a4fbd..ea32ef9b 100644 --- a/src/mycomponents/detail/comRecommendDetailCard.vue +++ b/src/mycomponents/detail/comRecommendDetailCard.vue @@ -18,7 +18,7 @@ 推
荐 - + @@ -28,7 +28,7 @@ 际 - + diff --git a/src/pages/unPlanned/job/receiptJobDetail.vue b/src/pages/unPlanned/job/receiptJobDetail.vue index 1a222414..5033f7c5 100644 --- a/src/pages/unPlanned/job/receiptJobDetail.vue +++ b/src/pages/unPlanned/job/receiptJobDetail.vue @@ -17,7 +17,7 @@ :locationAreaTypeList='toLocationAreaTypeList'> --> + @remove="updateData" @updateData="updateData" @openDetail="openDetail" :isShowFromLocation='false' :isShowPack="managementType=='BY_PACKAGING'"> @@ -302,7 +302,13 @@ this.continueScan() } } - calcHandleQty(this.detailSource); + let array = this.detailSource.map((item=>{ + return { + ...item, + subList: item.subList.filter(cur=>cur.isRecommend == true) + } + })) + calcHandleQty(array); } } catch (e) {