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
d74c5e24
Commit
d74c5e24
authored
Mar 13, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
add
parents
e716161c
79ddc586
Pipeline
#5167
canceled with stages
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
5 deletions
+18
-5
uat.env.js
config/uat.env.js
+1
-1
body-check.vue
src/pages/carConfirm/body-check.vue
+1
-1
confirm-detail.vue
src/pages/carConfirm/confirm-detail.vue
+2
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+1
-0
contract-details.vue
src/pages/distributorSign/contract-details.vue
+1
-0
base-info.vue
src/pages/userBindNew/np/base-info.vue
+6
-1
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+6
-1
No files found.
config/uat.env.js
View file @
d74c5e24
...
...
@@ -11,6 +11,6 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.
8.8
"'
currentVersion
:
'"1.
9.0
"'
}
src/pages/carConfirm/body-check.vue
View file @
d74c5e24
...
...
@@ -218,7 +218,7 @@ export default {
content
:
`检测成功,请进行电子签认证`
,
onConfirm
:
()
=>
{
// 电子签认证
vm
.
svaeVideo
(
fileUrl
)
//
vm.svaeVideo(fileUrl)
setTimeout
(
vm
.
goElectronicSign
(),
3000
)
},
})
...
...
src/pages/carConfirm/confirm-detail.vue
View file @
d74c5e24
...
...
@@ -241,6 +241,7 @@ export default {
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
if
(
from
.
name
===
'ConfirmList'
)
{
vm
.
$refs
.
body
.
hideBody
()
vm
.
getDetail
()
vm
.
getEquipment
()
vm
.
getAttachment
()
...
...
@@ -443,7 +444,7 @@ export default {
hlsUtil
.
baiduOcrFace
(
obj
,
url
,
function
(
res
)
{
hlsPopup
.
hideLoading
()
if
(
res
.
success
&&
res
.
result
.
result
.
score
)
{
vm
.
save_picture
(
vm
.
faceListUpload
)
//
vm.save_picture(vm.faceListUpload)
let
identifyScore
=
res
.
result
.
result
.
score
.
toFixed
(
0
)
if
(
identifyScore
>=
50
)
{
hlsPopup
.
showPopup
({
...
...
src/pages/contractSigning/contract-detail.vue
View file @
d74c5e24
...
...
@@ -366,6 +366,7 @@ export default {
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
if
(
from
.
name
===
'ContractSigning'
)
{
vm
.
$refs
.
body
.
hideBody
()
vm
.
bank_flag
=
false
vm
.
isConfirm
=
false
vm
.
ischecked
=
false
...
...
src/pages/distributorSign/contract-details.vue
View file @
d74c5e24
...
...
@@ -289,6 +289,7 @@ export default {
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
if
(
from
.
name
===
'ContractList'
)
{
vm
.
$refs
.
body
.
hideBody
()
vm
.
tabNum
=
0
vm
.
baseInfo
=
{}
vm
.
info
=
{}
...
...
src/pages/userBindNew/np/base-info.vue
View file @
d74c5e24
...
...
@@ -8,7 +8,7 @@
</h-header>
<h-content>
<list-item
:item-height=
"44"
>
<item
v-if=
"
(isApproved&&!isMultiRole)||
!isApproved"
:showArrow=
"true"
>
<item
v-if=
"!isApproved"
:showArrow=
"true"
>
<div
slot=
"name"
class=
"required"
>
客户类型
</div>
<input
slot=
"content"
...
...
@@ -20,6 +20,10 @@
@
click=
"selectIdTypeOnly()"
>
</item>
<item
v-if=
"isApproved&&!isMultiRole"
>
<div
slot=
"name"
class=
"required"
>
客户类型
</div>
<span
slot=
"content"
>
{{
baseInfo
.
bp_type_n
}}
</span>
</item>
<item
v-if=
"isApproved&&isMultiRole&&!hasMultiRole"
:showArrow=
"true"
@
click
.
native=
"selectIdType"
>
<div
slot=
"name"
class=
"required"
>
客户类型
</div>
<div
slot=
"content"
class=
"typeBP"
>
...
...
@@ -466,6 +470,7 @@ export default {
beforeRouteEnter
(
to
,
from
,
next
)
{
// 绑定查询入口
next
(
vm
=>
{
vm
.
isAddNewType
=
false
if
(
from
.
fullPath
===
'/tab/my-info'
)
{
if
(
vm
.
$route
.
params
.
status
===
'APPROVED'
)
{
vm
.
isApproved
=
true
...
...
src/pages/userBindNew/org/baseInfo.vue
View file @
d74c5e24
...
...
@@ -16,7 +16,7 @@
<h-content
class=
"content"
>
<div>
<list-item
:item-height=
"44"
>
<item
v-if=
"
(isApproved&&!isMultiRole)||
!isApproved"
:showArrow=
"true"
>
<item
v-if=
"!isApproved"
:showArrow=
"true"
>
<div
slot=
"name"
class=
"font-color required"
>
客户类型
</div>
<input
slot=
"content"
...
...
@@ -27,6 +27,10 @@
@
click=
"selectIdTypeOnly()"
>
</item>
<item
v-if=
"isApproved&&!isMultiRole"
>
<div
slot=
"name"
class=
"required"
>
客户类型
</div>
<span
slot=
"content"
>
{{
baseInfo
.
bp_type_n
}}
</span>
</item>
<item
v-if=
"(isMultiRole&&!hasMultiRole)"
:showArrow=
"true"
@
click
.
native=
"selectIdType"
>
<div
slot=
"name"
class=
"required"
>
客户类型
</div>
<div
slot=
"content"
class=
"typeBP"
>
...
...
@@ -602,6 +606,7 @@ export default {
next
(
vm
=>
{
vm
.
getBpType
()
vm
.
getProvince
()
vm
.
isAddNewType
=
false
if
(
from
.
fullPath
===
'/tab/my-info'
)
{
/* || from.fullPath === '/margin-first-pay' */
vm
.
legal_personMsg
=
{
id_card_no
:
null
,
...
...
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