mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 05:26:43 +08:00
Compare commits
1 Commits
hotfix/【20
...
feature/FC
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
991108d747 |
@@ -1977,7 +1977,7 @@ export default {
|
||||
},
|
||||
{
|
||||
id: '58',
|
||||
text: '待客户付款'
|
||||
text: '转人核支付'
|
||||
},
|
||||
{
|
||||
id: '59',
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
</template>
|
||||
<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>
|
||||
</template>
|
||||
<!-- doubleFlag 1-否 0-是,doubleFlag为0双录时,canRevokeDouble加 orderStatus 16 -->
|
||||
|
||||
Reference in New Issue
Block a user