|
|
@ -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 style="word-break: break-all;width: 50%;"> |
|
|
|
<view style="word-break: break-all;"> |
|
|
|
<pack v-if="isShowPack" :packingCode="detail.packingNumber"></pack> |
|
|
|
<batch v-if="isShowBatch" :batch="detail.batch"></batch> |
|
|
|
<location v-if="isShowFromLocation" title="来源库位" :locationCode="detail.fromLocationCode"> |
|
|
|