mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
订单列表已提交的订单 如果订单状态为58显示转人核支付文字并修改按钮去支付为支付
This commit is contained in:
@@ -1977,7 +1977,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: '58',
|
id: '58',
|
||||||
text: '待客户付款'
|
text: '转人核支付'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: '59',
|
id: '59',
|
||||||
|
|||||||
@@ -96,7 +96,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template v-if="active == 'commit' && (order.orderInfoDTO.orderStatus == '02' || order.orderInfoDTO.orderStatus == '58')">
|
<template v-if="active == 'commit' && (order.orderInfoDTO.orderStatus == '02' || order.orderInfoDTO.orderStatus == '58')">
|
||||||
<van-button @click="goPay(order)" size="small" class="mr5" type="danger" round>
|
<van-button @click="goPay(order)" size="small" class="mr5" type="danger" round>
|
||||||
去支付
|
支付
|
||||||
</van-button>
|
</van-button>
|
||||||
</template>
|
</template>
|
||||||
<!-- doubleFlag 1-否 0-是,doubleFlag为0双录时,canRevokeDouble加 orderStatus 16 -->
|
<!-- doubleFlag 1-否 0-是,doubleFlag为0双录时,canRevokeDouble加 orderStatus 16 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user