uu
This commit is contained in:
parent
226b375ee1
commit
1ec7dc937a
@ -210,11 +210,46 @@
|
||||
</u-row>
|
||||
</view>
|
||||
<view v-if="modelInfo.pickupMethod == 2" class="dt-item">
|
||||
<view>
|
||||
<u-row>
|
||||
<text class="clr-sub pr-10">预约上门</text>
|
||||
<text class=""> {{modelInfo.pickStartDate || '-'}}</text>
|
||||
<view>
|
||||
<text class=""> {{modelInfo.pickStartDate || '-'}}</text>
|
||||
</view>
|
||||
</u-row>
|
||||
</view>
|
||||
<view v-if="modelInfo.pickupMethod == 1">
|
||||
<view class="dt-item">
|
||||
<u-row>
|
||||
<text class="clr-sub pr-10">预计入仓时间</text>
|
||||
<text class=""> {{modelInfo.pickStartDate || '-'}}</text>
|
||||
</u-row>
|
||||
</view>
|
||||
<view class="dt-item">
|
||||
<view>
|
||||
<text class="clr-sub pr-10">仓库名称</text>
|
||||
<text class=""> {{modelInfo.intoWarehouseName || '-'}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="dt-item">
|
||||
<u-row>
|
||||
<text class="clr-sub pr-10">仓库联系人</text>
|
||||
<text class="">
|
||||
<tpx-text-dic :value="modelInfo.intoWarehouseContact"></tpx-text-dic>
|
||||
</text>
|
||||
</u-row>
|
||||
<u-row>
|
||||
<text class="clr-sub pr-10">仓库电话</text>
|
||||
<text>{{modelInfo.intoWarehousePhone || '-'}}</text>
|
||||
</u-row>
|
||||
</view>
|
||||
<view class="dt-item">
|
||||
<view>
|
||||
<text class="clr-sub pr-10">仓库地址</text>
|
||||
<text class=""> {{modelInfo.intoWarehouseAddress || '-'}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="dt-item">
|
||||
<view>
|
||||
<text class="clr-sub pr-10">安排信息</text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user