|
|
@ -6,7 +6,9 @@ |
|
|
|
<uni-swipe-action> |
|
|
|
<uni-swipe-action-item @click="removeItem($event,dataContent)" :right-options="removeOptions"> |
|
|
|
<item-qty :dataContent="dataContent" :isShowBalance="true" |
|
|
|
:isShowBalanceQty="isShowBalanceQty"></item-qty> |
|
|
|
:isShowBalanceQty="isShowBalanceQty" |
|
|
|
:isShowRecommendQty="false" |
|
|
|
></item-qty> |
|
|
|
<view style="margin-left: 10px; margin-top: 5px;"> |
|
|
|
<pack title='父包装' v-if="dataContent.containerNumber" :packingCode='dataContent.containerNumber'></pack> |
|
|
|
<location v-if="isShowParentToLocation" title='目标库位' |
|
|
|