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
d3bd5e35
Commit
d3bd5e35
authored
Oct 18, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'法人身份证上传'
parent
8d64d7ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
main.js
src/main.js
+2
-2
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+2
-2
enterprise.vue
src/pages/userBind/org/enterprise.vue
+5
-5
No files found.
src/main.js
View file @
d3bd5e35
...
...
@@ -58,8 +58,8 @@ import Jpush from './scripts/jpushService'
import
Jmessage
from
'./scripts/jmessageService'
//if (process.env.CONFIG_ENV === 'uat') {
const
VConsole
=
require
(
'vconsole'
)
new
VConsole
()
// eslint-disable-line
//
const VConsole = require('vconsole')
//
new VConsole() // eslint-disable-line
//}
Vue
.
use
(
componentInstall
)
...
...
src/pages/userBind/np/naturePerson.vue
View file @
d3bd5e35
...
...
@@ -503,11 +503,11 @@ export default {
},
loadItemList
()
{
let
vm
=
this
//
let bpId = vm.from ? vm.$route.params.bp_id : window.localStorage.getItem('user_id')
let
bpId
=
vm
.
from
?
vm
.
$route
.
params
.
bp_id
:
window
.
localStorage
.
getItem
(
'user_id'
)
let
url
=
process
.
env
.
basePath
+
'prj_cdd_check_list'
let
param
=
{
master
:
{
'document_id'
:
7730
,
'document_id'
:
bpId
,
'document_table'
:
'HLS_BP_MASTER'
,
'tab_group'
:
'HLS_NP'
,
},
...
...
src/pages/userBind/org/enterprise.vue
View file @
d3bd5e35
...
...
@@ -937,7 +937,7 @@ export default {
}
})
}*/
//
this.loadItemList()
this
.
loadItemList
()
},
hideModal
()
{
this
.
showModalValue
=
false
...
...
@@ -1252,7 +1252,7 @@ export default {
hlsUtil
.
baiduOcr
(
fileUrl
,
url
,
function
(
res
)
{
hlsPopup
.
hideLoading
()
let
result
=
res
.
result
.
result
vm
.
bank_lists
.
bank_account_num
=
result
.
bank_card_number
vm
.
bank_lists
.
bank_account_num
=
result
.
bank_card_number
.
replace
(
/
\s
*/g
,
''
)
vm
.
bank_lists
.
bank_full_name
=
result
.
bank_name
vm
.
bank_lists
.
bank_card_type
=
result
.
bank_card_type
})
...
...
@@ -1292,7 +1292,7 @@ export default {
vm
.
idCardFront
=
res
.
lists
[
1
].
url
break
case
'ORG_CODE'
:
vm
.
licenseImg
=
res
.
lists
[
0
]
vm
.
licenseImg
=
res
.
lists
[
0
]
.
url
break
default
:
vm
.
dowload_list
.
push
(
res
.
lists
)
...
...
@@ -1304,11 +1304,11 @@ export default {
},
loadItemList
()
{
let
vm
=
this
//
let bpId = vm.from ? vm.$route.params.bp_id : vm.bp_id
let
bpId
=
vm
.
from
?
vm
.
$route
.
params
.
bp_id
:
vm
.
bp_id
let
url
=
process
.
env
.
basePath
+
'prj_cdd_check_list'
let
param
=
{
master
:
{
'document_id'
:
8142
,
'document_id'
:
bpId
,
'document_table'
:
'HLS_BP_MASTER'
,
'tab_group'
:
vm
.
flag
?
'HLS_ORG_NAUTH'
:
'HLS_ORG_AUTH'
,
},
...
...
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