|
@ -13,8 +13,9 @@ |
|
|
<view class="uni-flex uni-row center"> |
|
|
<view class="uni-flex uni-row center"> |
|
|
<!-- <recommend-qty v-if="detail.handleQty==null || detail.handleQty==undefined" :dataContent="detail" |
|
|
<!-- <recommend-qty v-if="detail.handleQty==null || detail.handleQty==undefined" :dataContent="detail" |
|
|
:isShowStdPack="false"></recommend-qty> --> |
|
|
:isShowStdPack="false"></recommend-qty> --> |
|
|
|
|
|
<!-- {{detail.scaned}} --> |
|
|
<compare-qty :dataContent="detail" :recommendQty="Number(detail.qty)" |
|
|
<compare-qty :dataContent="detail" :recommendQty="Number(detail.qty)" |
|
|
:isShowRecommendQty="isShowRecommendQty" :isShowStatus="isShowRecommendQty" |
|
|
:isShowRecommendQty="isShowRecommendQty" :isShowStatus="isShowRecommendQty || detail.scaned==true" |
|
|
:handleQty="Number(detail.handleQty)" :isShowStdPack="true"> |
|
|
:handleQty="Number(detail.handleQty)" :isShowStdPack="true"> |
|
|
</compare-qty> |
|
|
</compare-qty> |
|
|
<view class="uni-flex uni-row" style="vertical-align:center" v-if="isDevlement()"> |
|
|
<view class="uni-flex uni-row" style="vertical-align:center" v-if="isDevlement()"> |
|
|