Commit 898cd291 authored by ly's avatar ly

新增借款页资方可展示代扣按钮

parent 22331192
NODE_ENV=staging
VUE_APP_SIGN_URL=http://m.jqtianxia.cn/sign_agreement/index.html
VUE_APP_API=http://47.99.245.36:8202
......@@ -27,7 +27,7 @@
<el-button type="primary" size="mini" @click="protocolSettleAll">代扣结清
</el-button>
<el-button type="primary" size="mini"
v-if="params.capitalCode === 'OWNBUSINESS' || params.capitalCode === 'YUANFENGBUSINESS'"
v-if="params.capitalCode === 'OWNBUSINESS' || params.capitalCode === 'YUANFENGBUSINESS' || params.capitalCode === 'HAOWUBUSINESS' || params.capitalCode === 'CAITONGBUSINESS'"
@click="handleDevicePayment">分笔代扣</el-button>
<template v-if="$permissionUtils.rolePermission('protocolSign')">
<el-button v-if="params.level === 'CF'" :disabled="cf.disabled" type="primary" size="mini"
......
......@@ -215,6 +215,7 @@ export default {
}
},
created() {
// console.log(this.H5,'987')
// 初始化协议枚举
this.initAgreementEnum();
// 初始化列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment