|
@ -17,7 +17,7 @@ |
|
|
:locationAreaTypeList='toLocationAreaTypeList'> |
|
|
:locationAreaTypeList='toLocationAreaTypeList'> |
|
|
</com-receipt-detail-card> --> |
|
|
</com-receipt-detail-card> --> |
|
|
<comRecommendDetailCard :dataContent="item" :index="index" :settingParam="jobContent" |
|
|
<comRecommendDetailCard :dataContent="item" :index="index" :settingParam="jobContent" |
|
|
@remove="updateData" @updateData="updateData" @openDetail="openDetail" :isShowFromLocation='false'> |
|
|
@remove="updateData" @updateData="updateData" @openDetail="openDetail" :isShowFromLocation='false' :isShowPack="managementType=='BY_PACKAGING'"> |
|
|
</comRecommendDetailCard> |
|
|
</comRecommendDetailCard> |
|
|
</view> |
|
|
</view> |
|
|
<view class='split_line'></view> |
|
|
<view class='split_line'></view> |
|
@ -302,7 +302,13 @@ |
|
|
this.continueScan() |
|
|
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) { |
|
|
} catch (e) { |
|
|