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
52f2db65
Commit
52f2db65
authored
Dec 12, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'12/12'
parent
2e3084a0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
312 additions
and
9 deletions
+312
-9
entry-info.vue
src/pages/contractSigning/entry-info.vue
+4
-1
enclosure.vue
src/pages/userBindNew/org/enclosure.vue
+308
-8
No files found.
src/pages/contractSigning/entry-info.vue
View file @
52f2db65
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-12-
05 19:37:21
* @LastEditTime: 2019-12-
12 17:34:09
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -227,6 +227,9 @@ export default {
}
else
if
(
this
.
hlsUtil
.
isBankAccount
(
this
.
bank_lists
.
bank_account_num
))
{
this
.
bank_card_flag
=
false
this
.
hlsPopup
.
showLongCenter
(
'请输入正确银行卡号!'
)
}
else
if
(
this
.
bank_lists
.
bank_full_name
!==
'农业银行'
)
{
this
.
bank_card_flag
=
false
this
.
hlsPopup
.
showLongCenter
(
'请您识别农业银行卡!'
)
}
else
{
this
.
bank_card_flag
=
true
}
...
...
src/pages/userBindNew/org/enclosure.vue
View file @
52f2db65
This diff is collapsed.
Click to expand it.
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