|
|
@ -7,7 +7,7 @@ |
|
|
|
<uni-swipe-action-item @click="removeItem($event,dataContent)" :right-options="scanOptions"> |
|
|
|
<item-qty :dataContent="dataContent" :isShowBalance="true" |
|
|
|
:isShowBalanceQty="isShowBalanceQty" |
|
|
|
:isShowRecommendQty="true" |
|
|
|
:isShowRecommendQty="isShowRecommendQty" |
|
|
|
></item-qty> |
|
|
|
<view style="margin-left: 10px; margin-top: 5px;"> |
|
|
|
<pack title='父包装' v-if="dataContent.containerNumber" :packingCode='dataContent.containerNumber'></pack> |
|
|
@ -136,6 +136,11 @@ |
|
|
|
default: false |
|
|
|
}, |
|
|
|
|
|
|
|
isShowRecommendQty:{ |
|
|
|
type: Boolean, |
|
|
|
default: true |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|