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
5475e626
Commit
5475e626
authored
Nov 20, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修复'
parent
f0a380df
Pipeline
#3180
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
16 deletions
+17
-16
my-info.vue
src/pages/myInfo/my-info.vue
+4
-4
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+7
-7
enterprise.vue
src/pages/userBind/org/enterprise.vue
+6
-5
No files found.
src/pages/myInfo/my-info.vue
View file @
5475e626
...
...
@@ -47,7 +47,7 @@
<div
class=
"userInfo"
>
我的合同
</div>
<div
class=
"my-contract"
>
<div
class=
"content-wrap"
@
click=
"goSign"
>
<span
<span
v-if=
"signCount > 0"
:class=
"
{'content-wrap-class-width':signCount>99, 'content-wrap-class':signCount
<99
}"
>
{{
signCount
>
99
?
'99+'
:
signCount
}}
</span>
<img
src=
"@/assets/myInfo/unSign.png"
>
...
...
@@ -61,14 +61,14 @@
<p>
待确认
</p>
</div>
-->
<div
class=
"content-wrap"
@
click=
"goVideoSign"
>
<span
<span
v-if=
"vedioCount > 0"
:class=
"
{'content-wrap-class-width':vedioCount>99, 'content-wrap-class':vedioCount
<99
}"
>
{{
vedioCount
>
99
?
'99+'
:
vedioCount
}}
</span>
<img
src=
"@/assets/myInfo/unFace.png"
>
<p>
待面签
</p>
</div>
<div
class=
"content-wrap"
@
click=
"goCarConfirm"
>
<span
<span
v-if=
"carCount > 0"
:class=
"
{'content-wrap-class-width':carCount>99, 'content-wrap-class':carCount
<99
}"
style=
"margin-left:5px;"
>
{{
carCount
>
99
?
'99+'
:
carCount
}}
</span>
<img
src=
"@/assets/myInfo/carConfirm.png"
>
...
...
@@ -87,7 +87,7 @@
<item
@
click
.
native=
"goMyProduct"
>
<img
slot=
"left-icon"
src=
"@/assets/myInfo/collect.png"
class=
"left-icon"
>
<div
slot=
"name"
>
我的收藏
</div>
<div
<div
v-if=
"productCount > 0"
slot=
"right-icon"
:class=
"
{'right-icon-width':productCount>99, 'right-icon':productCount
<99
}"
>
{{
productCount
>
99
?
'99+'
:
productCount
}}
</div>
...
...
src/pages/userBind/np/naturePerson.vue
View file @
5475e626
...
...
@@ -386,7 +386,7 @@
</list-item>
</div>
</h-view>
<bottom-tab
v-if=
"!isApproved || (isClear && isApproved)"
class=
"add-box"
>
<bottom-tab
class=
"add-box"
>
<!-- v-if="!isApproved || (isClear && isApproved)"--
>
<tab-button
class=
"add-card"
@
click
.
native=
"addBankInfo"
>
添加
</tab-button>
</bottom-tab>
</h-modal>
...
...
@@ -1058,9 +1058,11 @@ export default {
vm
.
baseInfo
.
bp_name
=
result
.
姓名
.
words
vm
.
baseInfo
.
id_card_no
=
result
.
公民身份号码
.
words
vm
.
baseInfo
.
address_on_resident_booklit
=
result
.
住址
.
words
vm
.
baseInfo
.
living_address
=
vm
.
baseInfo
.
address_on_resident_booklit
// 联系地址默认为户籍地址,支持修改
}
else
{
vm
.
baseInfo
.
bp_name_sp
=
result
.
姓名
.
words
vm
.
baseInfo
.
id_card_no_sp
=
result
.
公民身份号码
.
words
vm
.
baseInfo
.
address_sp
=
result
.
住址
.
words
// 联系地址默认为户籍地址,支持修改
}
})
},
...
...
@@ -1161,10 +1163,8 @@ export default {
})
},
putData
()
{
if
(
window
.
localStorage
.
getItem
(
'user_id'
)
&&
window
.
localStorage
.
getItem
(
'user_id'
)
!==
'undefined'
)
{
let
bp_id
=
this
.
from
?
this
.
$route
.
params
.
bp_id
:
window
.
localStorage
.
getItem
(
'user_id'
)
if
(
bp_id
)
{
this
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'您确认提交吗?'
,
...
...
@@ -1174,7 +1174,7 @@ export default {
let
url
=
process
.
env
.
basePath
+
'bp_bind_submit'
let
param
=
{
master
:
{
bp_id
:
window
.
localStorage
.
getItem
(
'user_id'
),
bp_id
:
this
.
from
?
this
.
$route
.
params
.
bp_id
:
window
.
localStorage
.
getItem
(
'user_id'
),
company_id
:
'2145'
,
},
}
...
...
@@ -1194,7 +1194,7 @@ export default {
},
})
}
else
{
this
.
hlsPopup
.
showLongCenter
(
'
基本信息还未
保存'
)
this
.
hlsPopup
.
showLongCenter
(
'
请先
保存'
)
}
},
hideModal
()
{
...
...
src/pages/userBind/org/enterprise.vue
View file @
5475e626
...
...
@@ -485,7 +485,7 @@
</list-item>
</div>
</h-view>
<bottom-tab
v-if=
"!isApproved || (isClear && isApproved)"
class=
"add-box"
>
<bottom-tab
class=
"add-box"
>
<!-- v-if="!isApproved || (isClear && isApproved)"--
>
<tab-button
class=
"add-card"
@
click
.
native=
"addBankInfo"
>
添加
</tab-button>
</bottom-tab>
</h-modal>
...
...
@@ -745,7 +745,8 @@ export default {
}
},
handSubmit
()
{
if
(
this
.
bp_id
)
{
let
bp_id
=
this
.
from
?
this
.
$route
.
params
.
bp_id
:
this
.
bp_id
if
(
bp_id
)
{
this
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'您确认提交吗?'
,
...
...
@@ -756,7 +757,7 @@ export default {
let
param
=
{
master
:
{
// bp_id: window.localStorage.getItem('user_id'),
bp_id
:
this
.
bp_id
,
bp_id
:
this
.
from
?
this
.
$route
.
params
.
bp_id
:
this
.
bp_id
,
company_id
:
'2145'
,
},
}
...
...
@@ -773,7 +774,7 @@ export default {
},
})
}
else
{
this
.
hlsPopup
.
showLongCenter
(
'
基本信息未
保存!'
)
this
.
hlsPopup
.
showLongCenter
(
'
请先
保存!'
)
}
},
addBankInfo
()
{
...
...
@@ -1057,7 +1058,6 @@ export default {
vm
.
msg_flag
=
false
vm
.
hlsPopup
.
showLongCenter
(
'身份证不正确'
)
}
debugger
if
(
!
vm
.
flag
)
{
if
(
vm
.
hlsUtil
.
isCardID
(
vm
.
saveInfo
.
auth_person_id_card
))
{
vm
.
msg_flag
=
false
...
...
@@ -1410,6 +1410,7 @@ export default {
// 未授权 姓名,身份证号
vm
.
baseInfo
.
legal_person
=
result
.
姓名
.
words
vm
.
legal_personMsg
.
id_card_no
=
result
.
公民身份号码
.
words
vm
.
legal_personMsg
.
living_address
=
result
.
住址
.
words
// 联系地址默认为户籍地址,支持修改
}
else
{
// 授权人
// 已授权 姓名,身份证号
vm
.
authMsg
.
auth_person_name
=
result
.
姓名
.
words
...
...
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