|
|
@ -3,13 +3,15 @@ |
|
|
|
<uni-collapse ref="collapse1" @change=""> |
|
|
|
<uni-collapse-item :open="true"> |
|
|
|
<template v-slot:title> |
|
|
|
<item-compare-qty :dataContent="dataContent" :handleQty="Number(dataContent.handleQty)"> |
|
|
|
<item-compare-qty :dataContent="dataContent" :handleQty="Number(dataContent.handleQty)" :isShowStdPack="false"> |
|
|
|
</item-compare-qty> |
|
|
|
</template> |
|
|
|
<u-line></u-line> |
|
|
|
<view class="" v-for="(item,index) in dataContent.subList"> |
|
|
|
<uni-swipe-action ref="swipeAction"> |
|
|
|
<uni-swipe-action-item @click="swipeClick($event,item)" |
|
|
|
:right-options="item.scaned?scanOptions:detailOptions"> |
|
|
|
:right-options="item.scaned?scanOptions:detailOptions" |
|
|
|
style='padding:0px 0px 5px 0px;align-items: center;'> |
|
|
|
<recommend :detail="item" :isShowToLocation="false"> |
|
|
|
</recommend> |
|
|
|
</uni-swipe-action-item> |
|
|
|