|
@ -28,9 +28,9 @@ |
|
|
<view class="uni-flex uni-row space-between" style="align-items: center"> |
|
|
<view class="uni-flex uni-row space-between" style="align-items: center"> |
|
|
<!-- uni-inline-item 暂时拿掉--> |
|
|
<!-- uni-inline-item 暂时拿掉--> |
|
|
<view style="word-break: break-all;"> |
|
|
<view style="word-break: break-all;"> |
|
|
<pack :isShowPackingNumberProps="true" :packingCode="item.fromPackingNumber"></pack> |
|
|
<pack :isShowPackingNumberProps="true" :packingCode="item.toPackingNumber"></pack> |
|
|
<batch :batch="item.fromBatch"></batch> |
|
|
<batch :batch="item.toBatch"></batch> |
|
|
<location title="来源库位" :locationCode="item.fromLocationCode"></location> |
|
|
<location title="来源库位" :locationCode="item.toLocationCode"></location> |
|
|
<!-- <recommend :isShowPackingNumberProps="true" :isShowPack="true" :detail="item" :isShowLocation="false" :isShowFromLocation="true" :isShowToLocation="false"></recommend> --> |
|
|
<!-- <recommend :isShowPackingNumberProps="true" :isShowPack="true" :detail="item" :isShowLocation="false" :isShowFromLocation="true" :isShowToLocation="false"></recommend> --> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|