Browse Source

去掉数量

hella_online_20240829
wangyufei 3 months ago
parent
commit
4e0dd695fb
  1. 2
      src/mycomponents/job/jobComMainDetailCard.vue

2
src/mycomponents/job/jobComMainDetailCard.vue

@ -13,7 +13,7 @@
<location v-if="isShowFromLocation&&dataContent.fromLocationCode" title="来源库位" :locationCode="dataContent.fromLocationCode">
</location>
<!-- <to-location></to-location> -->
<to-location v-if="isShowToLocation" title="目标库位" :locationCode="dataContent.toLocationCode">
<to-location v-if="isShowToLocation" title="目标库位" :locationCode="dataContent.locationCode">
</to-location>
</div>
<view class="card_view " v-if="isShowDeliverType">

Loading…
Cancel
Save