|
@@ -227,33 +227,33 @@
|
|
|
Approve <!-- 审核通过 -->
|
|
Approve <!-- 审核通过 -->
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item command="status"
|
|
<el-dropdown-item command="status"
|
|
|
- @click.native="handleStatusShow(scope.row, 3, 'Are you sure to set the current withdrawal as payment action??')"
|
|
|
|
|
|
|
+ @click.native="handleStatusShow(scope.row, 3, 'Are you sure to set the current withdrawal as payment action?')"
|
|
|
v-show="scope.row.AUDIT_STATUS === '2' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为待付款操作? -->
|
|
v-show="scope.row.AUDIT_STATUS === '2' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为待付款操作? -->
|
|
|
设为待付款
|
|
设为待付款
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item command="status"
|
|
<el-dropdown-item command="status"
|
|
|
- @click.native="handleStatusShow(scope.row, 6, 'Are you sure to set the current withdrawal as paid??')"
|
|
|
|
|
|
|
+ @click.native="handleStatusShow(scope.row, 6, 'Are you sure to set the current withdrawal as paid?')"
|
|
|
v-show="scope.row.AUDIT_STATUS === '3' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为已付款操作 -->
|
|
v-show="scope.row.AUDIT_STATUS === '3' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为已付款操作 -->
|
|
|
设为已付款
|
|
设为已付款
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item command="status"
|
|
<el-dropdown-item command="status"
|
|
|
- @click.native="handleStatusShow(scope.row, 3, 'Are you sure to set the current withdrawal as payment action??')"
|
|
|
|
|
|
|
+ @click.native="handleStatusShow(scope.row, 3, 'Are you sure to set the current withdrawal as payment action?')"
|
|
|
v-show="scope.row.AUDIT_STATUS === '4' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为待付款操作? -->
|
|
v-show="scope.row.AUDIT_STATUS === '4' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为待付款操作? -->
|
|
|
设为待付款
|
|
设为待付款
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item command="status"
|
|
<el-dropdown-item command="status"
|
|
|
- @click.native="handleStatusShow(scope.row, 4, 'Are you sure to set payment failure for the current withdrawal??', '付款失败备注')"
|
|
|
|
|
|
|
+ @click.native="handleStatusShow(scope.row, 4, 'Are you sure to set payment failure for the current withdrawal?', '付款失败备注')"
|
|
|
v-show="scope.row.AUDIT_STATUS === '6' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为付款失败操作? -->
|
|
v-show="scope.row.AUDIT_STATUS === '6' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为付款失败操作? -->
|
|
|
设为付款失败
|
|
设为付款失败
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item command="status"
|
|
<el-dropdown-item command="status"
|
|
|
- @click.native="handleStatusShow(scope.row, 7, '确定对当前提现进行设为提现退回操作?', '提现退回备注')"
|
|
|
|
|
- v-show="scope.row.AUDIT_STATUS === '0' && permission.hasPermission(`finance/withdraw-status`)">
|
|
|
|
|
|
|
+ @click.native="handleStatusShow(scope.row, 7, 'Determines that the current withdrawal is set to a withdrawal return operation?', 'Note on withdrawal return')"
|
|
|
|
|
+ v-show="scope.row.AUDIT_STATUS === '0' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为提现退回操作? --> <!-- 提现退回备注 -->
|
|
|
Return <!-- 设为提现退回 -->
|
|
Return <!-- 设为提现退回 -->
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item command="status"
|
|
<el-dropdown-item command="status"
|
|
|
- @click.native="handleStatusShow(scope.row, 7, '该会员已提供发票,请确认是否处理提现退回?', '提现退回备注')"
|
|
|
|
|
- v-show="(scope.row.AUDIT_STATUS === '1'||scope.row.AUDIT_STATUS === '2'||scope.row.AUDIT_STATUS === '3') && permission.hasPermission(`finance/withdraw-status`)">
|
|
|
|
|
|
|
+ @click.native="handleStatusShow(scope.row, 7, '该会员已提供发票,请确认是否处理提现退回?', 'Note on withdrawal return')"
|
|
|
|
|
+ v-show="(scope.row.AUDIT_STATUS === '1'||scope.row.AUDIT_STATUS === '2'||scope.row.AUDIT_STATUS === '3') && permission.hasPermission(`finance/withdraw-status`)"> <!-- 提现退回备注 -->
|
|
|
Return <!-- 设为提现退回 -->
|
|
Return <!-- 设为提现退回 -->
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
</el-dropdown-menu>
|