|
|
|
@ -314,8 +314,17 @@ |
|
|
|
送达时间:{{item.mustFinishTime != null ? item.mustFinishTime : '' | formatHourMinute }} |
|
|
|
</view> |
|
|
|
<view class="order-page"> |
|
|
|
<view class="maotou"> |
|
|
|
#<text>{{item.numberCode != null ? item.numberCode : ''}} </text> |
|
|
|
<view class="maotou" v-if="item.deliveryType == 1 && !item.workerId"> |
|
|
|
外卖 |
|
|
|
</view> |
|
|
|
<view class="maotou1" v-if="item.deliveryType == 2"> |
|
|
|
代取快递 |
|
|
|
</view> |
|
|
|
<view class="maotou2" v-if="item.deliveryType == 3"> |
|
|
|
代跑腿 |
|
|
|
</view> |
|
|
|
<view class="maotou3" v-if="item.workerId"> |
|
|
|
指派单 |
|
|
|
</view> |
|
|
|
<view class="shangjia"> |
|
|
|
<text |
|
|
|
@ -1184,7 +1193,7 @@ |
|
|
|
console.log('位置', res) |
|
|
|
that.latitude = res.latitude; |
|
|
|
that.longitude = res.longitude; |
|
|
|
that.tui.request('/worker/admin/editLocation', "POST", {workerId:id,geolocation:that.latitude + ',' + that.longitude}, false, false,false).then((res) => { |
|
|
|
that.tui.request('/worker/admin/editLocation', "POST", {workerId:id,geolocation:that.latitude + ',' + that.longitude}, false, false,true).then((res) => { |
|
|
|
|
|
|
|
}).catch((res) => {}); |
|
|
|
}, |
|
|
|
@ -1619,6 +1628,45 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.maotou { |
|
|
|
width: 90rpx; |
|
|
|
background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/bdb867ba5a8a4e13b7e61a87f61148a1.png') no-repeat; |
|
|
|
height: 90rpx; |
|
|
|
background-size: 100%; |
|
|
|
position: absolute; |
|
|
|
top: -60rpx; |
|
|
|
right: 10rpx; |
|
|
|
text-align: center; |
|
|
|
line-height: 90rpx; |
|
|
|
font-weight: 900; |
|
|
|
font-size: 24rpx; |
|
|
|
} |
|
|
|
.maotou1 { |
|
|
|
width: 130rpx; |
|
|
|
background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/6f9117df70b048e2b35badb5d3338706.png') no-repeat; |
|
|
|
height: 74rpx; |
|
|
|
background-size: 100%; |
|
|
|
position: absolute; |
|
|
|
top: -60rpx; |
|
|
|
right: 10rpx; |
|
|
|
text-align: center; |
|
|
|
line-height: 90rpx; |
|
|
|
font-weight: 900; |
|
|
|
font-size: 24rpx; |
|
|
|
} |
|
|
|
.maotou2 { |
|
|
|
width: 90rpx; |
|
|
|
background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/8204237989b34bc88e47acd39b98aadf.png') no-repeat; |
|
|
|
height: 90rpx; |
|
|
|
background-size: 100%; |
|
|
|
position: absolute; |
|
|
|
top: -60rpx; |
|
|
|
right: 10rpx; |
|
|
|
text-align: center; |
|
|
|
line-height: 90rpx; |
|
|
|
font-weight: 900; |
|
|
|
font-size: 24rpx; |
|
|
|
} |
|
|
|
.maotou3 { |
|
|
|
width: 90rpx; |
|
|
|
background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/a1584a13e9db4b6fbcc66890219d0018.png') no-repeat; |
|
|
|
height: 90rpx; |
|
|
|
@ -1631,7 +1679,6 @@ |
|
|
|
font-weight: 900; |
|
|
|
font-size: 24rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.order-page { |
|
|
|
width: 95%; |
|
|
|
position: relative; |
|
|
|
|