|
@@ -26,7 +26,11 @@
|
|
</div>
|
|
</div>
|
|
<div class="order-main-opt-btn">
|
|
<div class="order-main-opt-btn">
|
|
<template v-if="orderDetail.orderStatus === 'NOPAY'">
|
|
<template v-if="orderDetail.orderStatus === 'NOPAY'">
|
|
- <el-popconfirm title="确定收款吗?" @confirm="confirmOrder">
|
|
|
|
|
|
+ <el-popconfirm
|
|
|
|
+ v-if="!['WECHAT'].includes(orderDetail.payTypeId)"
|
|
|
|
+ title="确定收款吗?"
|
|
|
|
+ @confirm="confirmOrder"
|
|
|
|
+ >
|
|
<el-button slot="reference" size="small">确认收款</el-button>
|
|
<el-button slot="reference" size="small">确认收款</el-button>
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
<el-button size="small" @click="showDialog('price')" style="margin-left: 10px">修改价格</el-button>
|
|
<el-button size="small" @click="showDialog('price')" style="margin-left: 10px">修改价格</el-button>
|