|
@ -8,7 +8,7 @@ |
|
|
<item-qty :dataContent="dataContent" :isShowBalance="true" |
|
|
<item-qty :dataContent="dataContent" :isShowBalance="true" |
|
|
:isShowBalanceQty="isShowBalanceQty"></item-qty> |
|
|
:isShowBalanceQty="isShowBalanceQty"></item-qty> |
|
|
<view style="margin-left: 10px; margin-top: 5px;"> |
|
|
<view style="margin-left: 10px; margin-top: 5px;"> |
|
|
<pack title='父包装' :packingCode='dataContent.containerNumber'></pack> |
|
|
<pack title='父包装' v-if="dataContent.containerNumber" :packingCode='dataContent.containerNumber'></pack> |
|
|
<location v-if="isShowParentToLocation" title='目标库位' |
|
|
<location v-if="isShowParentToLocation" title='目标库位' |
|
|
:locationCode='dataContent.toLocationCode'></location> |
|
|
:locationCode='dataContent.toLocationCode'></location> |
|
|
</view> |
|
|
</view> |
|
|