|
|
@ -25,7 +25,7 @@ |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<!-- <view style="margin: 18rpx 0">期望上门时间:{{itemService.expectServiceTime}}</view> --> |
|
|
|
<view class="" style="margin-top: 10rpx;">{{ pet.breed }}{{ pet.bodyType }} | {{ pet.productNameText.join(',') }} |
|
|
|
<view class="" style="margin-top: 10rpx;">{{ pet.breed }}({{ pet.bodyType }}) | {{ pet.productNameText.join(',') }} |
|
|
|
|
|
|
|
<!-- <text v-for="itemPet in item.h5OrderVO.orderItemList" :key="itemPet.id"> |
|
|
|
{{ itemPet.productName }} |
|
|
@ -40,12 +40,18 @@ |
|
|
|
<view class="mb28 address" style="font-size: 26rpx;">{{ item.address }}</view> |
|
|
|
<view class="mb28" style="padding-left: 20rpx;font-size: 26rpx;" |
|
|
|
v-if="item.type == 0">订单为系统派发,请确认订单信息后再抢单</view> |
|
|
|
<view class="flex flex-between"> |
|
|
|
<view class="flex flex-between" v-if="current != 2"> |
|
|
|
<up-button @click="unableToAcceptOrder(item.id)" text="无法接单" shape="circle" plain |
|
|
|
class="mr20"></up-button> |
|
|
|
<up-button @click="toOrderDetail(item.id)" type="primary" text="查看详情后接单" shape="circle" |
|
|
|
color="#FFAA48"></up-button> |
|
|
|
</view> |
|
|
|
<view class="flex flex-between" v-if="current == 2"> |
|
|
|
<!-- <up-button @click="unableToAcceptOrder(item.id)" text="无法接单" shape="circle" plain |
|
|
|
class="mr20"></up-button> --> |
|
|
|
<up-button @click="toOrderDetail(item.id)" type="primary" text="查看派单详情" shape="circle" |
|
|
|
color="#FFAA48"></up-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</up-list-item> |
|
|
|