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
f07e657f
Commit
f07e657f
authored
Oct 21, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改租金还款
parent
6bbf3bdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
41 deletions
+25
-41
contract-record.vue
src/pages/pay/firstPay/contract-record.vue
+23
-39
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+2
-2
No files found.
src/pages/pay/firstPay/contract-record.vue
View file @
f07e657f
...
...
@@ -29,41 +29,19 @@
<p>
{{
e
.
received_amount
|
currency
}}
</p>
<input
v-model=
"e.pay"
type=
"text"
placeholder=
"请输入还款金额"
>
</div>
<!--
<div
class=
"list"
>
<span>
保证金
</span>
<div>
10,000.00
</div>
<p>
8,000.00
</p>
<input
type=
"text"
placeholder=
"请输入还款金额"
>
</div>
<div
class=
"list"
>
<span>
手续费
</span>
<div>
50,000.00
</div>
<p>
900.00
</p>
<input
type=
"text"
placeholder=
"请输入还款金额"
>
</div>
-->
<!--
<div
class=
"list"
>
<span>
保险押金
</span>
<div>
10,000.00
</div>
<p>
8,000.00
</p>
<input
type=
"text"
placeholder=
"请输入还款金额"
>
</div>
<div
class=
"list"
>
<span>
GPS费用
</span>
<div>
10,000.00
</div>
<p>
8,000.00
</p>
<input
type=
"text"
placeholder=
"请输入还款金额"
>
</div>
-->
</div>
</section>
</h-content>
<div
class=
"prompt"
>
<div><img
src=
"@/assets/payment/prompt.png"
alt=
""
></div>
<div>
<p>
温馨提示
</p>
<p>
推荐使用农行卡,农行卡支付免收手续费!
</p>
<p>
由于存在款项到账时差性,“已还金额”字段可能XXX,给您造成的不便,请谅解,谢谢!
</p>
<div
class=
"prompt"
>
<div><img
src=
"@/assets/payment/prompt.png"
alt=
""
></div>
<div>
<div>
应还违约金
</div>
<p>
应还违约金
</p>
<p>
推荐使用农行卡,农行卡支付免收手续费!
</p>
<p>
由于存在款项到账时差性,“已还金额”字段可能XXX,给您造成的不便,请谅解,谢谢!
</p>
</div>
</div>
</div>
</h-content>
<bottom-tab>
<tab-button
class=
"footer"
@
click
.
native=
"toPayEntry(money)"
>
支
付
...
...
@@ -134,14 +112,20 @@ export default {
handler
(
newName
,
oldName
)
{
let
a
=
0
for
(
let
i
in
this
.
prj_lists
)
{
let
val
=
i
.
cf_lists
.
map
(
j
=>
{
// a = a + parseFloat(j.pay)
// console.log(a)
// return j.pay
// return j
for
(
let
j
in
i
.
cf_lists
)
{
debugger
a
=
a
+
parseFloat
(
j
.
pay
)
console
.
log
(
j
)
})
console
.
log
(
val
)
}
// let val = i.cf_lists.map(j => {
// a = a + parseFloat(j.pay)
// console.log(a)
// return j.pay
// return j
// console.log(j)
// })
// console.log(val)
}
// let sum = this.prj_lists.map(i => {
// i.cf_lists.map(j => {
...
...
src/pages/userBind/np/naturePerson.vue
View file @
f07e657f
...
...
@@ -496,8 +496,8 @@ export default {
},
async
verified
()
{
this
.
dowload_list
=
[]
// 保存之前将图片下载列表清空,防止出现重复的图片
let
bpId
=
await
this
.
saveWord
()
this
.
getBankInfo
()
let
bpId
=
await
this
.
saveWord
()
this
.
getBankInfo
()
// 查询资料清单
this
.
loadItemList
()
},
...
...
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