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
c2296e77
Commit
c2296e77
authored
Nov 28, 2023
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协议签署(变更需求)
https://ermo.yuque.com/cxq03k/tl02zi/tagginzz2ankoaal
parent
f26a783f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
262 additions
and
169 deletions
+262
-169
BillList.vue
src/components/byh/componments/BillList.vue
+257
-163
LoanInfo.vue
src/components/byh/componments/LoanInfo.vue
+1
-1
SignAgreement.vue
src/views/custom/SignAgreement.vue
+2
-3
CreateAgreement.vue
src/views/custom/com/CreateAgreement.vue
+2
-2
No files found.
src/components/byh/componments/BillList.vue
View file @
c2296e77
This diff is collapsed.
Click to expand it.
src/components/byh/componments/LoanInfo.vue
View file @
c2296e77
...
...
@@ -155,7 +155,7 @@ export default {
},
// 切换选项卡
handleClick
(
row
)
{
//
console.log(row, '一行信息');
console
.
log
(
row
,
'一行信息'
);
this
.
visible
=
true
;
this
.
title
=
'借款详情'
;
this
.
items
=
{
...
...
src/views/custom/SignAgreement.vue
View file @
c2296e77
...
...
@@ -99,9 +99,7 @@
<el-table-column
align=
"center"
label=
"操作"
>
<
template
v-if=
"scope.row.invalid==='true'"
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleCancel(scope.row)"
>
协议作废
</el-button>
<el-button
v-if=
"scope.row.urlEffectiveStr!=='true'"
type=
"text"
size=
"small"
@
click=
"handleDelay(scope.row)"
>
延时
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"handleDelay(scope.row)"
>
延时
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -273,6 +271,7 @@ export default {
if
(
res
.
status
===
200
&&
res
.
data
.
success
)
{
this
.
$message
.
success
(
'操作成功!'
);
await
this
.
init
()
this
.
delayVisible
=
false
;
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
...
...
src/views/custom/com/CreateAgreement.vue
View file @
c2296e77
...
...
@@ -63,13 +63,13 @@
</el-form-item>
<template
v-if=
"LoanInfo"
>
<el-form-item
style=
"margin-bottom: 0"
label=
"服务费金额"
>
<el-form-item
style=
"margin-bottom: 0"
label=
"
剩余可平摊
服务费金额"
>
<div>
{{
LoanInfo
.
splitServiceAmt
}}
元
</div>
</el-form-item>
<el-form-item
style=
"margin-bottom: 0"
label=
"服务费期数"
>
<div>
{{
LoanInfo
.
splitPlanIndex
}}
期
</div>
</el-form-item>
<el-form-item
style=
"margin-bottom: 0"
label=
"融单费金额"
>
<el-form-item
style=
"margin-bottom: 0"
label=
"
剩余可平摊
融单费金额"
>
<div>
{{
LoanInfo
.
splitBurdenAmt
}}
元
</div>
</el-form-item>
<el-form-item
style=
"margin-bottom: 0"
label=
"融单费期数"
>
...
...
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