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
5664e00b
Commit
5664e00b
authored
Oct 24, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改银行卡添加'
parent
2ec56535
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
login.vue
src/pages/login.vue
+1
-0
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+4
-4
enterprise.vue
src/pages/userBind/org/enterprise.vue
+1
-1
No files found.
src/pages/login.vue
View file @
5664e00b
...
@@ -106,6 +106,7 @@ export default {
...
@@ -106,6 +106,7 @@ export default {
},
},
clearAccount
:
function
()
{
clearAccount
:
function
()
{
this
.
username
=
''
this
.
username
=
''
this
.
password
=
''
},
},
clearPassword
:
function
()
{
clearPassword
:
function
()
{
this
.
password
=
''
this
.
password
=
''
...
...
src/pages/userBind/np/naturePerson.vue
View file @
5664e00b
...
@@ -304,7 +304,7 @@
...
@@ -304,7 +304,7 @@
<input
<input
slot=
"content"
slot=
"content"
v-model=
"bank.bank_account_num"
v-model=
"bank.bank_account_num"
readonly
placeholder=
"识别银行卡自动填充"
placeholder=
"识别银行卡自动填充"
>
>
</item>
</item>
...
@@ -314,7 +314,7 @@
...
@@ -314,7 +314,7 @@
</item>
</item>
<item>
<item>
<div
slot=
"name"
>
银行名称
</div>
<div
slot=
"name"
>
银行名称
</div>
<input
slot=
"content"
v-model=
"bank.bank_full_name"
readonly
placeholder=
"识别银行卡自动填充"
>
<input
slot=
"content"
v-model=
"bank.bank_full_name"
placeholder=
"识别银行卡自动填充"
>
</item>
</item>
<item>
<item>
<div
slot=
"name"
>
支行名称
</div>
<div
slot=
"name"
>
支行名称
</div>
...
@@ -948,7 +948,7 @@ export default {
...
@@ -948,7 +948,7 @@ export default {
content
:
'您确认添加吗?'
,
content
:
'您确认添加吗?'
,
onConfirm
:
data
=>
{
onConfirm
:
data
=>
{
console
.
log
(
data
)
console
.
log
(
data
)
if
(
data
)
{
if
(
data
===
1
)
{
let
bpName
=
this
.
from
?
this
.
$route
.
params
.
user_bp_name
:
window
.
localStorage
.
getItem
(
'bp_name'
)
let
bpName
=
this
.
from
?
this
.
$route
.
params
.
user_bp_name
:
window
.
localStorage
.
getItem
(
'bp_name'
)
if
(
if
(
this
.
bank
.
bank_account_num
===
''
||
this
.
bank
.
bank_account_num
===
''
||
...
@@ -968,7 +968,7 @@ export default {
...
@@ -968,7 +968,7 @@ export default {
let
url
=
process
.
env
.
basePath
+
'bp_bank_save'
let
url
=
process
.
env
.
basePath
+
'bp_bank_save'
let
param
=
{
let
param
=
{
master
:
{
master
:
{
bp_id
:
window
.
localStorage
.
getItem
(
'user_id'
),
bp_id
:
this
.
from
?
this
.
$route
.
params
.
bp_id
:
window
.
localStorage
.
getItem
(
'user_id'
),
bank_lists
:
this
.
bankList
,
bank_lists
:
this
.
bankList
,
},
},
}
}
...
...
src/pages/userBind/org/enterprise.vue
View file @
5664e00b
...
@@ -683,7 +683,7 @@ export default {
...
@@ -683,7 +683,7 @@ export default {
content
:
'您确认添加吗?'
,
content
:
'您确认添加吗?'
,
onConfirm
:
data
=>
{
onConfirm
:
data
=>
{
console
.
log
(
data
)
console
.
log
(
data
)
if
(
data
)
{
if
(
data
===
1
)
{
for
(
var
key
in
this
.
bank_lists
)
{
for
(
var
key
in
this
.
bank_lists
)
{
if
(
!
this
.
bank_lists
[
key
])
{
if
(
!
this
.
bank_lists
[
key
])
{
this
.
bank_card_flag
=
false
this
.
bank_card_flag
=
false
...
...
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