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
0885ecd6
Commit
0885ecd6
authored
Sep 06, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加邀约人手机号码验证
parent
35d334b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
8 deletions
+44
-8
sweepCode.vue
src/page/sweepCode/sweepCode.vue
+44
-8
No files found.
src/page/sweepCode/sweepCode.vue
View file @
0885ecd6
...
...
@@ -10,28 +10,28 @@
</FormItem>
<FormItem
label=
"邀约人手机"
style=
""
class=
"phone"
>
<Input
placeholder=
"请输入"
style=
"width:85%;"
v-model=
"formInline.InviterPhoneNumber"
size=
"large"
@
on-blur=
'jedugePhone'
/><br>
<span
style=
"position: absolute;top: 100%;left: 0;line-height: 1;padding-top: 6px;color:#ed4014;"
v-show=
"isV==true"
>
请输入正确的手机号码
</span>
<span
style=
"position: absolute;top: 100%;left: 0;line-height: 1;padding-top: 6px;color:#ed4014;
display:inline-block;height:30px;
"
v-show=
"isV==true"
>
请输入正确的手机号码
</span>
</FormItem>
<FormItem
label=
"面试时间"
prop=
"time"
style=
"margin-top:
10px
"
>
<FormItem
label=
"面试时间"
prop=
"time"
style=
"margin-top:
0px"
class=
"dateTime
"
>
<Input
placeholder=
"请输入"
style=
"width:40%;"
v-model=
"formInline.date"
:readonly=
"true"
size=
"large"
/>
<!--
<DatePicker
type=
"date"
placeholder=
"请选择日期"
style=
"width: 120px;margin-left:20px"
v-model=
"formInline.date"
@
on-change=
"selectDate"
:options=
"options3"
></DatePicker>
-->
<TimePicker
type=
"time"
placeholder=
"请选择时间"
style=
"width: 43%"
v-model=
"formInline.time"
format=
"HH:mm"
@
on-change=
"selectTime"
@
on-focus=
"defaultRRRR"
:editable=
"false"
size=
"large"
></TimePicker>
</FormItem>
<FormItem
label=
"应聘职位"
prop=
"position"
>
<FormItem
label=
"应聘职位"
prop=
"position"
class=
"position"
>
<Input
placeholder=
"请输入"
style=
"width:85%;"
v-model=
"formInline.position"
size=
"large"
/>
</FormItem>
<FormItem
label=
"应聘来源"
prop=
"model1"
>
<FormItem
label=
"应聘来源"
prop=
"model1"
class=
"model1"
>
<Select
v-model=
"formInline.model1"
style=
"width:85%;"
size=
"large"
>
<Option
v-for=
"item in origen"
:value=
"item.value"
:key=
"item.value"
>
{{
item
.
label
}}
</Option>
</Select>
</FormItem>
<FormItem
label=
"姓名"
prop=
"name"
>
<FormItem
label=
"姓名"
prop=
"name"
class=
"name"
>
<Input
placeholder=
"请与简历保持一致"
style=
"width:85%;"
v-model=
"formInline.name"
size=
"large"
/>
</FormItem>
<FormItem
label=
"手机号码"
prop=
"phoneNUmber"
>
<FormItem
label=
"手机号码"
prop=
"phoneNUmber"
class=
"phoneNUmber"
>
<Input
placeholder=
"请输入"
style=
"width:85%;"
v-model=
"formInline.phoneNUmber"
size=
"large"
/>
</FormItem>
<FormItem
label=
"是否携带简历"
prop=
"model2"
>
<FormItem
label=
"是否携带简历"
prop=
"model2"
class=
"model2"
>
<Select
v-model=
"formInline.model2"
style=
"width:85%;"
size=
"large"
>
<Option
v-for=
"item in isGET"
:value=
"item.value"
:key=
"item.value"
>
{{
item
.
label
}}
</Option>
</Select>
...
...
@@ -310,7 +310,25 @@ export default {
background
:
#F4F4F4
}
.fontsize
.ivu-form-item-label
{
font-size
:
0.28rem
font-size
:
0.28rem
;
}
.dateTime
.ivu-form-item-label
{
margin-top
:
6px
}
.position
.ivu-form-item-label
{
margin-top
:
6px
}
.model2
.ivu-form-item-label
{
margin-top
:
6px
}
.model1
.ivu-form-item-label
{
margin-top
:
6px
}
.name
.ivu-form-item-label
{
margin-top
:
6px
}
.phoneNUmber
.ivu-form-item-label
{
margin-top
:
6px
}
.fontsize
{
height
:
100%
;
...
...
@@ -326,4 +344,22 @@ export default {
.fontsize
.ivu-input.ivu-input-large
{
font-size
:
0.23rem
}
.dateTime
.ivu-form-item-content
{
margin-top
:
6px
}
.position
.ivu-form-item-content
{
margin-top
:
6px
}
.name
.ivu-form-item-content
{
margin-top
:
6px
}
.phoneNUmber
.ivu-form-item-content
{
margin-top
:
6px
}
.model2
.ivu-form-item-content
{
margin-top
:
6px
}
.model1
.ivu-form-item-content
{
margin-top
:
6px
}
</
style
>
\ No newline at end of file
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