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
59ebd0d6
Commit
59ebd0d6
authored
Oct 24, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'合同签约银行卡识别'
parent
2f97c4af
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
main.js
src/main.js
+2
-2
entry-info.vue
src/pages/contractSigning/entry-info.vue
+3
-0
enterprise.vue
src/pages/userBind/org/enterprise.vue
+6
-1
No files found.
src/main.js
View file @
59ebd0d6
...
...
@@ -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/contractSigning/entry-info.vue
View file @
59ebd0d6
...
...
@@ -179,8 +179,11 @@ export default {
hlsUtil
.
baiduOcr
(
fileUrl
,
url
,
function
(
res
)
{
hlsPopup
.
hideLoading
()
let
result
=
res
.
result
.
result
alert
(
'result'
+
result
)
vm
.
bank_lists
[
0
].
bank_account_num
=
result
.
bank_card_number
.
replace
(
/
\s
*/g
,
''
)
// 卡号
vm
.
bank_lists
[
0
].
bank_full_name
=
result
.
bank_name
// 银行名称
vm
.
bank_lists
.
sort
()
alert
(
'数组'
+
JSON
.
stringify
(
vm
.
bank_lists
))
// vm.bank_lists.bank_card_type = result.bank_card_type
})
},
...
...
src/pages/userBind/org/enterprise.vue
View file @
59ebd0d6
...
...
@@ -971,7 +971,12 @@ export default {
getInfo
(
i
,
isClear
)
{
this
.
isClear
=
isClear
if
(
isClear
)
{
this
.
bank_lists
=
{}
// this.bank_lists = {}
this
.
bank_lists
.
bank_account_num
=
''
this
.
bank_lists
.
bank_account_name
=
''
this
.
bank_lists
.
bank_card_type
=
''
this
.
bank_lists
.
bank_full_name
=
''
this
.
bank_lists
.
bank_branch_name
=
''
}
this
.
showModalValue
=
i
},
...
...
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