|
|
@ -253,19 +253,19 @@ |
|
|
|
<u-icon style="margin-left: 5rpx; color: #909090; margin-top: -5rpx;" name="arrow-right"></u-icon> |
|
|
|
<u-icon style="margin-left: 5rpx; color: #909090; margin-top: -5rpx;" name="arrow-right"></u-icon> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="grounding goodsOrder"> |
|
|
|
<view class="grounding goodsOrder"> |
|
|
|
<view class="image-text_21" @click="toRecovery(1)"> |
|
|
|
<view class="image-text_21" @click="toRecovery(0)"> |
|
|
|
<image :src="$picUrl+'/static/user/unpay.png'" class="label_11"></image> |
|
|
|
<image :src="$picUrl+'/static/user/unpay.png'" class="label_11"></image> |
|
|
|
<view class="text-group_21"> |
|
|
|
<view class="text-group_21"> |
|
|
|
<text class="text_71" |
|
|
|
<text class="text_71" |
|
|
|
v-if="orderTodoInfo.service_order.confirm_number">{{orderTodoInfo.service_order.confirm_number}}</text> |
|
|
|
v-if="orderTodoInfo.recovery_order.accepted_number">{{orderTodoInfo.recovery_order.accepted_number>=100?"99+":orderTodoInfo.recovery_order.accepted_number}}</text> |
|
|
|
<text class="text_81">待验收</text> |
|
|
|
<text class="text_81">待验收</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="image-text_21" @click="toRecovery(2)"> |
|
|
|
<view class="image-text_21" @click="toRecovery(1)"> |
|
|
|
<image :src="$picUrl+'/static/user/unsend.png'" class="label_11"></image> |
|
|
|
<image :src="$picUrl+'/static/user/unsend.png'" class="label_11"></image> |
|
|
|
<view class="text-group_21"> |
|
|
|
<view class="text-group_21"> |
|
|
|
<text class="text_71" |
|
|
|
<text class="text_71" |
|
|
|
v-if="orderTodoInfo.service_order.service_number">{{orderTodoInfo.service_order.service_number}}</text> |
|
|
|
v-if="orderTodoInfo.recovery_order.already_number">{{orderTodoInfo.recovery_order.already_number>=100?"99+":orderTodoInfo.recovery_order.already_number}}</text> |
|
|
|
<text class="text_81">已验收</text> |
|
|
|
<text class="text_81">已验收</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -273,15 +273,15 @@ |
|
|
|
<image :src="$picUrl+'/static/user/untake.png'" class="label_11"></image> |
|
|
|
<image :src="$picUrl+'/static/user/untake.png'" class="label_11"></image> |
|
|
|
<view class="text-group_21"> |
|
|
|
<view class="text-group_21"> |
|
|
|
<text class="text_71" |
|
|
|
<text class="text_71" |
|
|
|
v-if="orderTodoInfo.service_order.payment_number">{{orderTodoInfo.service_order.payment_number}}</text> |
|
|
|
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> |
|
|
|
<text class="text_81">已取消</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="image-text_21" @click="toRecovery(4)"> |
|
|
|
<view class="image-text_21" @click="toRecovery(2)"> |
|
|
|
<image :src="$picUrl+'/static/user/detail.png'" class="label_11"></image> |
|
|
|
<image :src="$picUrl+'/static/user/detail.png'" class="label_11"></image> |
|
|
|
<view class="text-group_21"> |
|
|
|
<view class="text-group_21"> |
|
|
|
<text class="text_71" |
|
|
|
<text class="text_71" |
|
|
|
v-if="orderTodoInfo.service_order.check_number">{{orderTodoInfo.service_order.check_number}}</text> |
|
|
|
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> |
|
|
|
<text class="text_81">已完成</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|