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
efcc8513
Commit
efcc8513
authored
Apr 14, 2021
by
kkdelos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客服亲家退款金额
parent
d0e9d75e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8196 additions
and
3 deletions
+8196
-3
ByhServiceDetail.vue
src/components/byh/ByhServiceDetail.vue
+7
-3
yarn.lock
yarn.lock
+8189
-0
No files found.
src/components/byh/ByhServiceDetail.vue
View file @
efcc8513
...
...
@@ -167,15 +167,19 @@
<div
style=
"margin-left:10px"
>
<strong>
<el-row
:gutter=
"20"
:data=
"loanModel"
style=
"margin-left:20px"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
4
"
>
<div
class=
"grid-content bg-purple"
>
借款编号:{{ this.advanceLoanAmt.loanNo }}
</div>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
4
"
>
<div
class=
"grid-content bg-purple"
>
账单剩余应还:{{ this.loanVo.surAmt }}
</div>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
4
"
>
<div
class=
"grid-content bg-purple"
>
账单已还款:{{ this.loanVo.alrAmt }}
</div>
</el-col>
<el-col
:span=
"4"
>
<div
class=
"grid-content bg-purple"
v-if=
"this.loanVo.refundAmt != null "
>
退款金额:{{ this.loanVo.refundAmt }} ({{ this.loanVo.refundStatusDesc }})
</div>
<div
class=
"grid-content bg-purple"
v-else
>
退款金额:0
</div>
</el-col>
<el-col
:span=
"6"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"advanceLoanAmt()"
v-if=
"isNeedAudit"
>
线下结清
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"protocolSettleAll()"
...
...
yarn.lock
0 → 100644
View file @
efcc8513
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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