|
|
@@ -40,7 +40,7 @@
|
|
|
</view>
|
|
|
<view class="express-actions">
|
|
|
<button class="admin-button-com mini-btn btn-danger" v-if="canCancelExpress(detailInfo.sendStatus)" @click.stop="cancelMyExpress(detailInfo.id, detailInfo.deliveryId)">取消跑腿</button>
|
|
|
- <button class="admin-button-com mini-btn" v-if="[-1, -2].includes(Number(detailInfo.sendStatus)) && [2, 3].includes(Number(detailInfo.status))" @click.stop="openExpressPage()">重叫跑腿</button>
|
|
|
+ <button class="admin-button-com mini-btn" v-if="[-1, -2].includes(Number(detailInfo.sendStatus)) && [2].includes(Number(detailInfo.status))" @click.stop="openExpressPage()">重叫跑腿</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--
|
|
|
@@ -455,7 +455,7 @@
|
|
|
<button class="admin-button-com middle blue" @click="shareOrder()">分享</button>
|
|
|
<!-- #endif -->
|
|
|
<button class="admin-button-com middle blue" v-if="detailInfo.sendStatus == -4 && detailInfo.status== 2 && detailInfo.payStatus == 1" @click.stop="openExpressPage()">呼叫跑腿</button>
|
|
|
- <button class="admin-button-com middle blue" v-if="[-1, -2].includes(Number(detailInfo.sendStatus)) && [2, 3].includes(Number(detailInfo.status))" @click.stop="openExpressPage()">重叫跑腿</button>
|
|
|
+ <button class="admin-button-com middle blue" v-if="[-1, -2].includes(Number(detailInfo.sendStatus)) && [2].includes(Number(detailInfo.status))" @click.stop="openExpressPage()">重叫跑腿</button>
|
|
|
<button class="admin-button-com middle blue" style="background-color: green;border-color: green;" v-if="detailInfo.status != 1 && detailInfo.status != 5" @click="printOrder(detailInfo)">打印(无价格)</button>
|
|
|
|
|
|
<template v-for="s in detailInfo.buttonList">
|