Browse Source

发货类型

hella_online_20240829
yufei0306 4 months ago
parent
commit
78a741f1d3
  1. 2
      src/mycomponents/job/jobComMainDetailCard.vue

2
src/mycomponents/job/jobComMainDetailCard.vue

@ -17,7 +17,7 @@
</div>
<view class="card_view " v-if="isShowDeliverType">
<text class="card_packing_code card_content ">发货类型</text>
<text class="card_content ">{{dataContent.deliverType?'三方库发货':'寄售库发货'}}</text>
<text class="card_content ">{{dataContent.deliverType=='CUST'?'寄售库发货':'三方库发货'}}</text>
</view>
</div>
</view>

Loading…
Cancel
Save