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
62fed202
Commit
62fed202
authored
Dec 09, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://hel.hand-china.com/xugong/hls-xcmg-vue-app
into develop
parents
bb332447
9d63be03
Pipeline
#4092
canceled with stages
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
47 additions
and
31 deletions
+47
-31
noMsg.png
src/assets/messageCenter/noMsg.png
+0
-0
body-check.vue
src/pages/contractSigning/body-check.vue
+1
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+3
-3
message-list.vue
src/pages/messageCenter/message-list.vue
+10
-4
contract-record.vue
src/pages/pay/firstPay/contract-record.vue
+6
-2
contract-record.vue
src/pages/pay/payment/contract-record.vue
+8
-5
video-list.vue
src/pages/videoSign/video-list.vue
+19
-16
No files found.
src/assets/messageCenter/noMsg.png
0 → 100644
View file @
62fed202
37.1 KB
src/pages/contractSigning/body-check.vue
View file @
62fed202
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
</li>
</li>
<li>
<li>
<span>
3
</span>
<span>
3
</span>
<span>
开启前置摄像头,用普通话朗读数字
</span>
<span>
完成录制,等待验证结果
</span>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
...
src/pages/contractSigning/contract-detail.vue
View file @
62fed202
...
@@ -838,7 +838,7 @@ export default {
...
@@ -838,7 +838,7 @@ export default {
width:100%;
width:100%;
height:1.1rem;
height:1.1rem;
position: fixed;
position: fixed;
bottom:
86
px;
bottom:
92
px;
background: #fff;
background: #fff;
display: flex;
display: flex;
justify-content: center;
justify-content: center;
...
@@ -851,7 +851,7 @@ export default {
...
@@ -851,7 +851,7 @@ export default {
color: #fff;
color: #fff;
font-family: PingFangSC-Semibold;
font-family: PingFangSC-Semibold;
font-size: 0.3rem;
font-size: 0.3rem;
line-height: 0.
4
rem;
line-height: 0.
88
rem;
letter-spacing: 0.2rem;
letter-spacing: 0.2rem;
}
}
}
}
...
@@ -928,7 +928,7 @@ export default {
...
@@ -928,7 +928,7 @@ export default {
height: 16px;
height: 16px;
}
}
.alert {
.alert {
padding-bottom: 1
5
0px;
padding-bottom: 1
6
0px;
width: 100%;
width: 100%;
//margin-top: -10px;
//margin-top: -10px;
background: #fbf2d2;
background: #fbf2d2;
...
...
src/pages/messageCenter/message-list.vue
View file @
62fed202
...
@@ -4,14 +4,13 @@
...
@@ -4,14 +4,13 @@
<div
slot=
"center"
class=
"top-word"
>
消息通知
</div>
<div
slot=
"center"
class=
"top-word"
>
消息通知
</div>
</h-header>
</h-header>
<!--
<h-content
class=
"content"
>
-->
<!--
<h-content
class=
"content"
>
-->
<div
v-if=
"list.length===0"
class=
"null"
>
<div
v-if=
"list.length===0"
>
<div
class=
"display"
>
<div
class=
"display"
>
<img
src=
"@/assets/contractRepayment/null.png"
alt=
""
>
<img
src=
"@/assets/messageCenter/noMsg.png"
alt=
""
>
<p>
暂时没有还款记录
</p>
<div
@
click=
"$routeGo()"
>
返回
</div>
</div>
</div>
</div>
</div>
<scroll
<scroll
v-if=
"list.length !== 0"
ref=
"scroll"
:updateData=
"[list]"
:pullUp=
"true"
class=
"has-header"
ref=
"scroll"
:updateData=
"[list]"
:pullUp=
"true"
class=
"has-header"
@
pullingUp=
"getInfo"
>
@
pullingUp=
"getInfo"
>
<section
v-for=
"(item,parentIndex) in list"
:key=
"parentIndex"
class=
"msg-wrap"
>
<section
v-for=
"(item,parentIndex) in list"
:key=
"parentIndex"
class=
"msg-wrap"
>
...
@@ -182,6 +181,13 @@ export default {
...
@@ -182,6 +181,13 @@ export default {
// .content {
// .content {
// padding-top: 10px;
// padding-top: 10px;
// }
// }
.display {
img {
width: 100%;
height: 100%;
margin-top: -70px;
}
}
.swipeout-list {
.swipeout-list {
height: auto;
height: auto;
padding: 0;
padding: 0;
...
...
src/pages/pay/firstPay/contract-record.vue
View file @
62fed202
...
@@ -88,10 +88,14 @@ export default {
...
@@ -88,10 +88,14 @@ export default {
})
})
if
(
notNaN
.
length
!==
0
)
{
if
(
notNaN
.
length
!==
0
)
{
notNaN
.
forEach
(
i
=>
{
notNaN
.
forEach
(
i
=>
{
a
=
a
+
parseFloat
(
i
)
if
(
!
isNaN
(
parseFloat
(
i
)))
{
a
=
a
+
parseFloat
(
i
)
vm
.
money
=
a
}
vm
.
money
=
a
vm
.
money
=
a
})
})
}
else
{
}
else
if
(
notNaN
.
length
===
0
)
{
debugger
vm
.
money
=
0
vm
.
money
=
0
}
}
}
}
...
...
src/pages/pay/payment/contract-record.vue
View file @
62fed202
...
@@ -144,12 +144,15 @@ export default {
...
@@ -144,12 +144,15 @@ export default {
})
})
if
(
notNaN
.
length
!==
0
)
{
if
(
notNaN
.
length
!==
0
)
{
notNaN
.
forEach
(
i
=>
{
notNaN
.
forEach
(
i
=>
{
a
=
a
+
parseFloat
(
i
)
if
(
!
isNaN
(
parseFloat
(
i
)))
{
if
(
vm
.
money
!==
''
)
{
a
=
a
+
parseFloat
(
i
)
vm
.
sumMoney
=
parseFloat
(
a
+
parseFloat
(
vm
.
money
))
if
(
vm
.
money
!==
''
)
{
}
else
{
vm
.
sumMoney
=
parseFloat
(
a
+
parseFloat
(
vm
.
money
))
vm
.
sumMoney
=
a
}
else
{
vm
.
sumMoney
=
a
}
}
}
vm
.
money
=
a
})
})
}
else
{
}
else
{
if
(
vm
.
money
!==
''
)
{
if
(
vm
.
money
!==
''
)
{
...
...
src/pages/videoSign/video-list.vue
View file @
62fed202
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</h-header>
</h-header>
<Tab
:fatherTabNum=
"tabNum"
@
getTabNum=
"getTabNum"
/>
<Tab
:fatherTabNum=
"tabNum"
@
getTabNum=
"getTabNum"
/>
<div
class=
"search has-header"
>
<div
class=
"search has-header"
>
<input
placeholder=
"请输入进件号/承租人名称"
>
<input
v-model=
"searchInput"
placeholder=
"请输入进件号/承租人名称"
>
</div>
</div>
<scroll
<scroll
ref=
"scroll"
:updateData=
"[showLists]"
:pullUp=
"true"
class=
"scroll"
ref=
"scroll"
:updateData=
"[showLists]"
:pullUp=
"true"
class=
"scroll"
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</li>
</li>
<li>
<li>
预约面签时间
预约面签时间
<span
class=
"number"
>
{{
dateConverse
(
item
.
apply_date
)
}}
</span>
<span
class=
"number"
>
{{
item
.
apply_date
}}
</span>
</li>
</li>
<li>
<li>
<p
v-if=
"item.interview_status ==='APPROVING'"
class=
"to-unSign"
@
click=
"toSign"
>
<p
v-if=
"item.interview_status ==='APPROVING'"
class=
"to-unSign"
@
click=
"toSign"
>
...
@@ -112,19 +112,19 @@ export default {
...
@@ -112,19 +112,19 @@ export default {
},
},
created
()
{},
created
()
{},
methods
:
{
methods
:
{
selectShowList
()
{
//
selectShowList () {
let
vm
=
this
//
let vm = this
vm
.
undo
=
[]
//
vm.undo = []
vm
.
done
=
[]
//
vm.done = []
vm
.
tabNum
=
0
//
vm.tabNum = 0
vm
.
undo
=
vm
.
lists
.
filter
(
i
=>
{
//
vm.undo = vm.lists.filter(i => {
return
i
.
leases_status
===
'N'
//
return i.leases_status === 'N'
})
//
})
vm
.
done
=
vm
.
lists
.
filter
(
i
=>
{
//
vm.done = vm.lists.filter(i => {
return
i
.
leases_status
===
'Y'
//
return i.leases_status === 'Y'
})
//
})
this
.
showList
=
this
.
undo
//
this.showList = this.undo
},
//
},
getTabNum
(
i
)
{
getTabNum
(
i
)
{
this
.
tabNum
=
i
this
.
tabNum
=
i
this
.
$refs
.
scroll
.
update
(
false
)
this
.
$refs
.
scroll
.
update
(
false
)
...
@@ -252,6 +252,7 @@ export default {
...
@@ -252,6 +252,7 @@ export default {
pagesize
:
10
,
pagesize
:
10
,
searchInput
:
vm
.
searchInput
,
searchInput
:
vm
.
searchInput
,
pagenum
:
vm
.
submitPagenum
,
pagenum
:
vm
.
submitPagenum
,
interview_status
:
'APPROVING'
,
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
}
}
hlsPopup
.
showLoading
(
'请稍候'
)
hlsPopup
.
showLoading
(
'请稍候'
)
...
@@ -283,6 +284,7 @@ export default {
...
@@ -283,6 +284,7 @@ export default {
pagesize
:
10
,
pagesize
:
10
,
searchInput
:
vm
.
searchInput
,
searchInput
:
vm
.
searchInput
,
pagenum
:
vm
.
approvedPagenum
,
pagenum
:
vm
.
approvedPagenum
,
interview_status
:
'RESERVED'
,
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
),
}
}
hlsPopup
.
showLoading
(
'请稍候'
)
hlsPopup
.
showLoading
(
'请稍候'
)
...
@@ -324,7 +326,7 @@ export default {
...
@@ -324,7 +326,7 @@ export default {
user_phone
:
window
.
localStorage
.
user_phone
,
user_phone
:
window
.
localStorage
.
user_phone
,
pagesize
:
10
,
pagesize
:
10
,
pagenum
:
vm
.
submitPagenum
,
pagenum
:
vm
.
submitPagenum
,
// confirm_status: 'SUBMIT
',
interview_status
:
'APPROVING
'
,
searchInput
:
vm
.
searchInput
,
searchInput
:
vm
.
searchInput
,
}
}
vm
.
hlsPopup
.
showLoading
(
'请稍后'
)
vm
.
hlsPopup
.
showLoading
(
'请稍后'
)
...
@@ -354,6 +356,7 @@ export default {
...
@@ -354,6 +356,7 @@ export default {
user_phone
:
window
.
localStorage
.
user_phone
,
user_phone
:
window
.
localStorage
.
user_phone
,
pagesize
:
10
,
pagesize
:
10
,
pagenum
:
vm
.
approvedPagenum
,
pagenum
:
vm
.
approvedPagenum
,
interview_status
:
'RESERVED'
,
// confirm_status: 'APPROVED',
// confirm_status: 'APPROVED',
searchInput
:
vm
.
searchInput
,
searchInput
:
vm
.
searchInput
,
}
}
...
...
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