Browse Source

YT-2298

intex
王宇飞 1 week ago
parent
commit
be697d2ec5
  1. 4
      src/mycomponents/job/jobComMainDetailCardTime.vue
  2. 4
      src/pages/repleinsh/coms/comRepleishDetailCardTime.vue

4
src/mycomponents/job/jobComMainDetailCardTime.vue

@ -7,6 +7,10 @@
</view>
</view>
<div class="u-p-l-10">
<view class="card_view ">
<text class="card_level">ERP默认收货库位</text>
<text class="card_big_content ">{{dataContent.defaultErpLocationCode}}</text>
</view>
<to-location title="目标库位" :locationCode="dataContent.toLocationCode||dataContent.locationCode">
</to-location>
<location title="生产线代码" :locationCode="dataContent.productionLineCode"></location>

4
src/pages/repleinsh/coms/comRepleishDetailCardTime.vue

@ -14,6 +14,10 @@
<view style="padding-left: 8rpx;padding-right: 8rpx;" v-if="dataContent.itemCode && dataContent.itemDesc1">|</view>
<view style="max-width: 200rpx;overflow: hidden;white-space: nowrap;" v-if="dataContent.itemCode && dataContent.itemDesc1">{{dataContent.itemDesc1}}</view>
</view>
<view class="card_view">
<text class="card_level" style="padding: 5px 0px;margin-right: 0px;">ERP默认收货库位</text>
<text class="card_big_content " style="padding: 5px 0px;">{{dataContent.defaultErpLocationCode}}</text>
</view>
</view>
</view>
</view>

Loading…
Cancel
Save