|
@ -4,6 +4,7 @@ |
|
|
<itemCompareQty :dataContent="dataContent" :handleQty="dataContent.handleQty" :isShowPackUnit="false" |
|
|
<itemCompareQty :dataContent="dataContent" :handleQty="dataContent.handleQty" :isShowPackUnit="false" |
|
|
:objTextStyle="{'fontWeight':'bold','fontSize':'40rpx'}"></itemCompareQty> |
|
|
:objTextStyle="{'fontWeight':'bold','fontSize':'40rpx'}"></itemCompareQty> |
|
|
<div class="u-p-l-10"> |
|
|
<div class="u-p-l-10"> |
|
|
|
|
|
|
|
|
<pack v-if="isShowPack && dataContent.packingNumber!=null" :packingCode="dataContent.packingNumber"> |
|
|
<pack v-if="isShowPack && dataContent.packingNumber!=null" :packingCode="dataContent.packingNumber"> |
|
|
</pack> |
|
|
</pack> |
|
|
<batch v-if="isShowBatch && dataContent.batch!=null" :batch="dataContent.batch"></batch> |
|
|
<batch v-if="isShowBatch && dataContent.batch!=null" :batch="dataContent.batch"></batch> |
|
@ -14,6 +15,10 @@ |
|
|
<to-location v-if="isShowToLocation" title="目标库位" :locationCode="dataContent.toLocationCode"> |
|
|
<to-location v-if="isShowToLocation" title="目标库位" :locationCode="dataContent.toLocationCode"> |
|
|
</to-location> |
|
|
</to-location> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<view class="card_view " v-if="isShowDeliverType"> |
|
|
|
|
|
<text class="card_packing_code card_content ">发货类型</text> |
|
|
|
|
|
<text class="card_content ">{{dataContent.deliverType?'三方库发货':'寄售库发货'}}</text> |
|
|
|
|
|
</view> |
|
|
</div> |
|
|
</div> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@ -65,6 +70,10 @@ |
|
|
type: Boolean, |
|
|
type: Boolean, |
|
|
default: true |
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
isShowDeliverType: { |
|
|
|
|
|
type: Boolean, |
|
|
|
|
|
default: false |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|