|
@ -4,14 +4,10 @@ |
|
|
<view> |
|
|
<view> |
|
|
<pack v-if="isShowPack" :packingCode="detail.packingNumber"></pack> |
|
|
<pack v-if="isShowPack" :packingCode="detail.packingNumber"></pack> |
|
|
<batch v-if="isShowBatch" :batch="detail.batch"></batch> |
|
|
<batch v-if="isShowBatch" :batch="detail.batch"></batch> |
|
|
<location |
|
|
<location title="来源库位" :locationCode="detail.fromLocationCode"> |
|
|
title="来源库位" |
|
|
|
|
|
:locationCode="detail.fromLocationCode"> |
|
|
|
|
|
</location> |
|
|
</location> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
<location v-if="isShowToLocation" |
|
|
<location v-if="isShowToLocation" title="目标库位" :locationCode="detail.toLocationCode"> |
|
|
title="目标库位" |
|
|
|
|
|
:locationCode="detail.toLocationCode"> |
|
|
|
|
|
</location> |
|
|
</location> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
@ -23,10 +19,12 @@ |
|
|
:handleQty="Number(detail.handleQty)" :isShowStdPack="false"> |
|
|
:handleQty="Number(detail.handleQty)" :isShowStdPack="false"> |
|
|
</compare-qty> |
|
|
</compare-qty> |
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
<u-button @click="copy" size="mini" type="primary">复制箱码</u-button> |
|
|
<!-- <u-button @click="copy" size="mini" >复制采购标签</u-button> --> |
|
|
|
|
|
<text style="font-size: 10rpx;color: #2979ff;" @click="copy">复制采购标签</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
<u-button @click="copyPro" size="mini" type="primary">复制制品</u-button> |
|
|
<!-- <u-button @click="copyPro" size="mini" type="primary" >复制制造标签</u-button> --> |
|
|
|
|
|
<text style="font-size: 10rpx;color: #2979ff;" @click="copyPro">复制制品标签</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|