|
|
|
@ -203,8 +203,8 @@ |
|
|
|
|
<view class="image-text_21" @click="goGoodsOrder('complete')"> |
|
|
|
|
<image :src="$picUrl+'/static/user/over.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.goods_order.finish_number">{{orderTodoInfo.goods_order.finish_number>=100?"99+":orderTodoInfo.goods_order.finish_number}}</text> |
|
|
|
|
<!-- <text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.goods_order.finish_number">{{orderTodoInfo.goods_order.finish_number>=100?"99+":orderTodoInfo.goods_order.finish_number}}</text>--> |
|
|
|
|
<text class="text_81">已完成</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -244,8 +244,8 @@ |
|
|
|
|
<view class="image-text_21" @click="toFuwu(4)"> |
|
|
|
|
<image :src="$picUrl+'/static/user/detail.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.service_order.check_number">{{orderTodoInfo.service_order.check_number}}</text> |
|
|
|
|
<!-- <text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.service_order.check_number">{{orderTodoInfo.service_order.check_number}}</text>--> |
|
|
|
|
<text class="text_81">已完成</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -277,16 +277,14 @@ |
|
|
|
|
<view class="image-text_21" @click="toRecovery(3)"> |
|
|
|
|
<image :src="$picUrl+'/static/user/untake.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.recovery_order.cancel_number">{{orderTodoInfo.recovery_order.cancel_number>=100?"99+":orderTodoInfo.recovery_order.cancel_number}}</text> |
|
|
|
|
<!-- <text class="text_71" v-if="orderTodoInfo.recovery_order.cancel_number">{{orderTodoInfo.recovery_order.cancel_number>=100?"99+":orderTodoInfo.recovery_order.cancel_number}}</text> --> |
|
|
|
|
<text class="text_81">已取消</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="image-text_21" @click="toRecovery(2)"> |
|
|
|
|
<image :src="$picUrl+'/static/user/detail.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.recovery_order.finish_number">{{orderTodoInfo.recovery_order.finish_number>=100?"99+":orderTodoInfo.recovery_order.finish_number}}</text> |
|
|
|
|
<!-- <text class="text_71" v-if="orderTodoInfo.recovery_order.finish_number">{{orderTodoInfo.recovery_order.finish_number>=100?"99+":orderTodoInfo.recovery_order.finish_number}}</text> --> |
|
|
|
|
<text class="text_81">已完成</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -329,8 +327,7 @@ |
|
|
|
|
<view class="image-text_21" @click="goJump('/pages/news3/shopDealerOrder?type=complete')"> |
|
|
|
|
<image :src="$picUrl+'/static/user/over.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text lines="1" class="text_7" |
|
|
|
|
v-if="orderTodoInfo.distribution_order.finish_number">{{orderTodoInfo.distribution_order.finish_number}}</text> |
|
|
|
|
<!-- <text lines="1" class="text_7" v-if="orderTodoInfo.distribution_order.finish_number">{{orderTodoInfo.distribution_order.finish_number}}</text> --> |
|
|
|
|
<text lines="1" class="text_8">已完成</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|