Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
745cb6cd
Commit
745cb6cd
authored
Nov 13, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
7eea27b0
64f3e10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
22 deletions
+31
-22
refund.vue
src/pages/contractRepayment/refund.vue
+31
-22
No files found.
src/pages/contractRepayment/refund.vue
View file @
745cb6cd
...
...
@@ -66,18 +66,23 @@
<span>
{{
selectMonth
(
item
.
repayment_date
)
}}
</span>
</div>
<div
class=
"message"
>
<p
class=
"top"
>
款项
<span>
{{
item
.
cf_item_name
}}
</span>
付款方式
<span>
{{
item
.
pay_method
}}
</span>
</p>
<div
class=
"name"
>
<p>
现金流项目
<span>
支付方式
</span>
</p>
<p>
{{
item
.
cf_item_name
}}
<span>
{{
item
.
pay_method
}}
</span>
</p>
</div>
<div
class=
"name"
>
<p>
应还金额
<span>
已还金额
</span>
</p>
<p>
{{
item
.
due_amount
|
currency
}}
{{
parseFloat
(
item
.
due_amount
).
toFixed
(
2
)
|
currency
}}
<span
:class=
"
{'orang':statu==='orange','blu':statu==='blue','gree':statu==='green'}"
>
{{
item
.
received_amount
|
currency
}}
</span>
...
...
@@ -255,6 +260,8 @@ export default {
.message {
flex: 12;
//height: 85%;
display: flex;
justify-content: space-between;
}
.left {
height: 30px;
...
...
@@ -297,21 +304,21 @@ export default {
.green {
background-color: rgba(27, 162, 97, 0.5);
}
.top {
font-family: PingFangSC-Regular;
font-size: 13px;
color: rgba(56, 63, 69, 0.6);
letter-spacing: 0;
display: flex;
justify-content: space-between;
span {
// margin-left: 20px;
font-family: PingFangSC-Regular;
font-size: 13px;
color: #4b4a4b;
letter-spacing: 0;
}
}
//
.top {
//
font-family: PingFangSC-Regular;
//
font-size: 13px;
//
color: rgba(56, 63, 69, 0.6);
//
letter-spacing: 0;
//
display: flex;
//
justify-content: space-between;
//
span {
//
// margin-left: 20px;
//
font-family: PingFangSC-Regular;
//
font-size: 13px;
//
color: #4b4a4b;
//
letter-spacing: 0;
//
}
//
}
.time {
flex: 3;
height: 85%;
...
...
@@ -338,8 +345,10 @@ export default {
color: #4b4a4b;
display: flex;
justify-content: space-between;
p:nth-of-type(2){
padding-left:10px;
}
p {
margin-top: 17px;
span {
display: block;
margin-top: 18px;
...
...
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