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
7395961c
Commit
7395961c
authored
Sep 04, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫码测试
parent
62cef0ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
18 deletions
+24
-18
sweepCode.vue
src/page/sweepCode/sweepCode.vue
+24
-18
No files found.
src/page/sweepCode/sweepCode.vue
View file @
7395961c
<
template
>
<
template
>
<div
id=
"Sweepcode"
>
<div
id=
"Sweepcode"
>
<h2
class=
"header"
>
应聘登记表
</h2>
<div
class=
"header"
>
<h3>
应聘登记表
</h3>
</div>
<div
class=
"sweepcode_content"
>
<div
class=
"sweepcode_content"
>
<Form
:label-width=
"120"
:model=
"formInline"
:rules=
"ruleInline"
ref=
"formInline"
class=
"fontsize"
>
<Form
:label-width=
"120"
:model=
"formInline"
:rules=
"ruleInline"
ref=
"formInline"
class=
"fontsize"
label-position=
left
style=
"margin-left:3%"
>
<FormItem
label=
"邀约人"
prop=
"Inviter"
style=
"margin-top:1rem;font-size:15px"
>
<FormItem
label=
"邀约人"
prop=
"Inviter"
style=
"margin-top:1rem;font-size:15px"
>
<Input
placeholder=
"请输入"
style=
"width:
250px
;"
v-model=
"formInline.Inviter"
@
on-focus=
'a'
size=
"large"
/>
<Input
placeholder=
"请输入"
style=
"width:
90%
;"
v-model=
"formInline.Inviter"
@
on-focus=
'a'
size=
"large"
/>
</FormItem>
</FormItem>
<FormItem
label=
"邀约手机号"
style=
""
>
<FormItem
label=
"邀约手机号"
style=
""
>
<Input
placeholder=
"请输入"
style=
"width:
250px
;"
v-model=
"formInline.InviterPhoneNumber"
@
on-focus=
'a'
size=
"large"
/>
<Input
placeholder=
"请输入"
style=
"width:
90%
;"
v-model=
"formInline.InviterPhoneNumber"
@
on-focus=
'a'
size=
"large"
/>
</FormItem>
</FormItem>
<FormItem
label=
"面试时间"
prop=
"time"
>
<FormItem
label=
"面试时间"
prop=
"time"
>
<Input
placeholder=
"请输入"
style=
"width:
120px
;"
v-model=
"formInline.date"
:readonly=
"true"
size=
"large"
/>
<Input
placeholder=
"请输入"
style=
"width:
45%
;"
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>
-->
<!--
<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:
127px
"
v-model=
"formInline.time"
format=
"HH:mm"
@
on-change=
"selectTime"
@
on-focus=
"defaultRRRR"
:editable=
"false"
size=
"large"
></TimePicker>
<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>
<FormItem
label=
"应聘职位"
prop=
"position"
>
<FormItem
label=
"应聘职位"
prop=
"position"
>
<Input
placeholder=
"请输入"
style=
"width:
250px
;"
v-model=
"formInline.position"
@
on-focus=
'a'
size=
"large"
/>
<Input
placeholder=
"请输入"
style=
"width:
90%
;"
v-model=
"formInline.position"
@
on-focus=
'a'
size=
"large"
/>
</FormItem>
</FormItem>
<FormItem
label=
"应聘来源"
prop=
"model1"
>
<FormItem
label=
"应聘来源"
prop=
"model1"
>
<Select
v-model=
"formInline.model1"
style=
"width:
250px
;"
size=
"large"
>
<Select
v-model=
"formInline.model1"
style=
"width:
90%
;"
size=
"large"
>
<Option
v-for=
"item in origen"
:value=
"item.value"
:key=
"item.value"
>
{{
item
.
label
}}
</Option>
<Option
v-for=
"item in origen"
:value=
"item.value"
:key=
"item.value"
>
{{
item
.
label
}}
</Option>
</Select>
</Select>
</FormItem>
</FormItem>
<FormItem
label=
"姓名"
prop=
"name"
>
<FormItem
label=
"姓名"
prop=
"name"
>
<Input
placeholder=
"请与简历保持一致"
style=
"width:
250px
;"
v-model=
"formInline.name"
@
on-focus=
'a'
size=
"large"
/>
<Input
placeholder=
"请与简历保持一致"
style=
"width:
90%
;"
v-model=
"formInline.name"
@
on-focus=
'a'
size=
"large"
/>
</FormItem>
</FormItem>
<FormItem
label=
"手机号码"
prop=
"phoneNUmber"
>
<FormItem
label=
"手机号码"
prop=
"phoneNUmber"
>
<Input
placeholder=
"请输入"
style=
"width:
250px
;"
v-model=
"formInline.phoneNUmber"
@
on-focus=
'a'
size=
"large"
/>
<Input
placeholder=
"请输入"
style=
"width:
90%
;"
v-model=
"formInline.phoneNUmber"
@
on-focus=
'a'
size=
"large"
/>
</FormItem>
</FormItem>
<FormItem
label=
"是否携带简历"
prop=
"model2"
>
<FormItem
label=
"是否携带简历"
prop=
"model2"
>
<Select
v-model=
"formInline.model2"
style=
"width:
250px
;"
size=
"large"
>
<Select
v-model=
"formInline.model2"
style=
"width:
90%
;"
size=
"large"
>
<Option
v-for=
"item in isGET"
:value=
"item.value"
:key=
"item.value"
>
{{
item
.
label
}}
</Option>
<Option
v-for=
"item in isGET"
:value=
"item.value"
:key=
"item.value"
>
{{
item
.
label
}}
</Option>
</Select>
</Select>
</FormItem>
</FormItem>
</Form>
</Form>
<div
class=
"submission"
>
</div
>
<Button
type=
'primary'
@
click=
"confirmSubmission"
class=
"utbuton"
>
提交
</Button
>
<div
class=
"submission"
>
<
/div
>
<
Button
type=
'primary'
@
click=
"confirmSubmission"
class=
"utbuton"
>
提交
</Button
>
</div>
</div>
<Modal
<Modal
v-model=
"modal3"
v-model=
"modal3"
...
@@ -247,25 +249,29 @@ export default {
...
@@ -247,25 +249,29 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
#Sweepcode
{
height
:
100%
;
width
:
100%
;
}
.header
{
.header
{
font-size
:
19px
;
font-size
:
19px
;
text-align
:
center
;
text-align
:
center
;
margin-top
:
10px
height
:
8%
;
}
}
.utbuton
{
.utbuton
{
/* position: fixed;
bottom: 1rem; */
margin-top
:
1rem
;
margin-left
:
31%
;
margin-left
:
31%
;
width
:
45%
;
width
:
45%
;
height
:
2.2rem
;
height
:
2.2rem
;
font-size
:
1.4rem
;
font-size
:
1.4rem
;
line-height
:
1.4rem
;
line-height
:
1.4rem
;
height
:
20%
;
margin-top
:
20%
}
}
.sweepcode_content
{
.sweepcode_content
{
margin-top
:
0.2rem
;
margin-top
:
0.2rem
;
font-size
:
15px
;
font-size
:
15px
;
height
:
70%
;
border-top
:
1px
solid
rgba
(
241
,
241
,
241
,
1
);
border-top
:
1px
solid
rgba
(
241
,
241
,
241
,
1
);
}
}
...
...
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