Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
loan-manager-customer
Commits
898cd291
Commit
898cd291
authored
Jan 07, 2025
by
ly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增借款页资方可展示代扣按钮
parent
22331192
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
.env.staging
.env.staging
+1
-0
BillList.vue
src/components/byh/componments/BillList.vue
+1
-1
SignAgreement.vue
src/views/custom/SignAgreement.vue
+1
-0
No files found.
.env.staging
View file @
898cd291
NODE_ENV=staging
VUE_APP_SIGN_URL=http://m.jqtianxia.cn/sign_agreement/index.html
VUE_APP_API=http://47.99.245.36:8202
src/components/byh/componments/BillList.vue
View file @
898cd291
...
...
@@ -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"
...
...
src/views/custom/SignAgreement.vue
View file @
898cd291
...
...
@@ -215,6 +215,7 @@ export default {
}
},
created
()
{
// console.log(this.H5,'987')
// 初始化协议枚举
this
.
initAgreementEnum
();
// 初始化列表
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment