|
|
@@ -183,7 +183,7 @@
|
|
|
<view class="module-tit">
|
|
|
<text class="module-tit__text">订单信息</text>
|
|
|
<view class="module-tit__actions" v-if="orderInfo.payStatus == 1 && orderInfo.forward == 0">
|
|
|
- <text class="link-primary" @click.stop="goRefund()">发起售后</text>
|
|
|
+ <button class="admin-button-com middle" @click.stop="goRefund()">发起售后</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="module-det">
|
|
|
@@ -359,11 +359,11 @@
|
|
|
<view class="flex-center"></view>
|
|
|
<view class="operate-btn-wrap">
|
|
|
|
|
|
- <button class="admin-button-com middle" @click.stop="sendWork(orderInfo)" v-if="orderInfo.payStatus == 1 && (orderInfo.hasWork == 0 || orderInfo.hasWork == 2)">通知制作</button>
|
|
|
- <button class="admin-button-com middle" @click.stop="cancelFn(orderInfo)" v-if="orderInfo.status == 1"> 取消 </button>
|
|
|
- <button class="admin-button-com middle" @click.stop="goScan(orderInfo)" v-if="orderInfo.status == 1"> 扫码收款 </button>
|
|
|
- <button class="admin-button-com middle" v-if="orderInfo.sendStatus == -4 && orderInfo.status == 2" @click.stop="openExpressPage(orderInfo.id)">呼叫跑腿</button>
|
|
|
- <button class="admin-button-com middle" @click.stop="printOrder(orderInfo)" v-if="orderInfo.payStatus == 1"> 打印 </button>
|
|
|
+ <button class="admin-button-com middle blue" @click.stop="sendWork(orderInfo)" v-if="orderInfo.payStatus == 1 && (orderInfo.hasWork == 0 || orderInfo.hasWork == 2)">通知制作</button>
|
|
|
+ <button class="admin-button-com middle blue" @click.stop="cancelFn(orderInfo)" v-if="orderInfo.status == 1"> 取消 </button>
|
|
|
+ <button class="admin-button-com middle blue" @click.stop="goScan(orderInfo)" v-if="orderInfo.status == 1"> 扫码收款 </button>
|
|
|
+ <button class="admin-button-com middle blue" v-if="orderInfo.sendStatus == -4 && orderInfo.status == 2" @click.stop="openExpressPage(orderInfo.id)">呼叫跑腿</button>
|
|
|
+ <button class="admin-button-com middle blue" @click.stop="printOrder(orderInfo)" v-if="orderInfo.payStatus == 1"> 打印 </button>
|
|
|
</view>
|
|
|
</view>
|
|
|
|