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
426a2540
Commit
426a2540
authored
Oct 23, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ede9f16b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
contract-record.vue
src/pages/pay/payment/contract-record.vue
+4
-11
No files found.
src/pages/pay/payment/contract-record.vue
View file @
426a2540
...
...
@@ -12,10 +12,7 @@
<div><span>
¥
</span>
{{
sumMoney
|
currency
}}
</div>
</div>
</div>
<h-content
v-if=
"info.length===0"
class=
"none"
>
<p>
暂无记录
</p>
</h-content>
<h-content
v-if=
"info.length!==0"
class=
"pay-content"
>
<h-content
class=
"pay-content"
>
<div
class=
"search"
>
<img
src=
"@/assets/payment/search.png"
alt=
""
>
<input
type=
"text"
placeholder=
"请输入合同号/车架号/承租人名称"
>
...
...
@@ -61,7 +58,7 @@
<p>
由于存在款项到账时差性,“已还金额”字段可能XXX,给您造成的不便,请谅解,谢谢!
</p>
</div>
</div>
<bottom-tab
v-if=
"info.length!==0"
>
<bottom-tab>
<tab-button
class=
"footer"
@
click
.
native=
"payDetail()"
>
支
付
</tab-button>
...
...
@@ -127,6 +124,7 @@ export default {
}
},
deep
:
true
,
immediate
:
true
,
},
},
...
...
@@ -150,10 +148,10 @@ export default {
})
},
createData
()
{
let
obj
=
{}
let
pushList
=
[]
this
.
info
.
forEach
(
i
=>
{
i
.
con_lists
.
forEach
(
j
=>
{
let
obj
=
{}
obj
.
bp_id
=
window
.
sessionStorage
.
getItem
(
'bp_id'
)
obj
.
amount
=
j
.
amount
obj
.
contract_id
=
j
.
contract_id
...
...
@@ -460,10 +458,5 @@ export default {
height: 40px;
margin: 4px 2% 0 2%;
}
.none{
display:flex;
justify-content: center;
align-items: center;
}
}
</
style
>
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