Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
6e47fc4b
Commit
6e47fc4b
authored
Sep 05, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫码测试验证
parent
35ae251d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sweepCode.vue
src/page/sweepCode/sweepCode.vue
+2
-2
No files found.
src/page/sweepCode/sweepCode.vue
View file @
6e47fc4b
...
...
@@ -8,7 +8,7 @@
<FormItem
label=
"邀约人"
prop=
"Inviter"
style=
"margin-top:0.4rem;font-size:15px"
>
<Input
placeholder=
"请输入"
style=
"width:85%;"
v-model=
"formInline.Inviter"
size=
"large"
/>
</FormItem>
<FormItem
label=
"邀约人
号码
"
style=
""
class=
"phone"
>
<FormItem
label=
"邀约人
手机
"
style=
""
class=
"phone"
>
<Input
placeholder=
"请输入"
style=
"width:85%;"
v-model=
"formInline.InviterPhoneNumber"
size=
"large"
/><br>
</FormItem>
<FormItem
label=
"面试时间"
prop=
"time"
>
...
...
@@ -170,7 +170,7 @@ export default {
this
.
$Message
.
error
(
'
请填写完整的信息
'
)
return
}
if
(
!
(
/^
[
1
][
3,4,5,7,8,6,9
][
0-9
]{9}
$/
.
test
(
this
.
formInline
.
phoneNUmber
))
||!
(
/^
[
1
][
3,4,5,7,8,6,9
][
0-9
]{9}
$/
.
test
(
this
.
formInline
.
InviterPhoneNumber
,))
){
if
(
!
(
/^
[
1
][
3,4,5,7,8,6,9
][
0-9
]{9}
$/
.
test
(
this
.
formInline
.
phoneNUmber
))){
this
.
$Message
.
error
(
'
请输入正确的手机号
'
)
return
}
...
...
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