|
|
@ -2,7 +2,7 @@ |
|
|
|
<view :class="detail.scaned?'scan_view':''" style="background-color: #ffffff; border-bottom: 1upx solid #EEEEEE;"> |
|
|
|
<view class="uni-flex uni-row space-between" style="align-items: center"> |
|
|
|
<!-- uni-inline-item 暂时拿掉--> |
|
|
|
<view> |
|
|
|
<view style="word-break: break-all;width: 50%;"> |
|
|
|
<pack v-if="isShowPack" :packingCode="detail.packingNumber"></pack> |
|
|
|
<batch v-if="isShowBatch" :batch="detail.batch"></batch> |
|
|
|
<location v-if="isShowFromLocation" title="来源库位" :locationCode="detail.fromLocationCode"> |
|
|
@ -11,15 +11,17 @@ |
|
|
|
<to-location v-if="isShowToLocation" title="目标库位" :locationCode="detail.toLocationCode"> |
|
|
|
</to-location> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view style="word-break: break-all;"> |
|
|
|
<!-- ||detail.handleQty==0 可能会有扫描到0的情况--> |
|
|
|
|
|
|
|
<recommend-qty v-if="detail.handleQty==null || detail.handleQty==undefined" :dataContent="detail" |
|
|
|
:isShowStdPack="false" :isShowStatus="isShowStatus"></recommend-qty> |
|
|
|
<compare-qty v-else :dataContent="detail" :recommendQty="Number(detail.qty)" |
|
|
|
:handleQty="Number(detail.handleQty)" :isShowStdPack="false"> |
|
|
|
</compare-qty> |
|
|
|
|
|
|
|
<view class="uni-flex uni-row" style="vertical-align:center" v-if="isDevlement()"> |
|
|
|
|
|
|
|
<view class="uni-flex uni-row center" style="vertical-align:center ;" v-if="isDevlement()"> |
|
|
|
<text style="font-size: 30rpx;color: #2979ff; " @click="copy">复制采购</text> |
|
|
|
<text style="font-size: 30rpx;color: #2979ff;" @click="copyPro">|制品</text> |
|
|
|
</view> |
|
|
|