Browse Source

补料

intex_online20250327
王宇飞 3 weeks ago
parent
commit
1fef8f7a52
  1. 6
      src/pages/repleinsh/job/repleinshTimeDetail.vue

6
src/pages/repleinsh/job/repleinshTimeDetail.vue

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

Loading…
Cancel
Save