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
458daee2
Commit
458daee2
authored
Aug 30, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试扫码日期格式
parent
d75f26ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sweepCode.vue
src/page/sweepCode/sweepCode.vue
+5
-5
No files found.
src/page/sweepCode/sweepCode.vue
View file @
458daee2
...
...
@@ -4,10 +4,10 @@
<div
class=
"sweepcode_content"
>
<Form
:label-width=
"110"
:model=
"formInline"
:rules=
"ruleInline"
ref=
"formInline"
>
<FormItem
label=
"邀约人"
prop=
"Inviter"
style=
"margin-top:3rem"
>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.Inviter"
/>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.Inviter"
@
on-focus=
'a'
/>
</FormItem>
<FormItem
label=
"邀约手机号"
style=
""
>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.InviterPhoneNumber"
/>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.InviterPhoneNumber"
@
on-focus=
'a'
/>
</FormItem>
<FormItem
label=
"面试时间"
prop=
"time"
>
<Input
placeholder=
"请输入"
style=
"width:120px;"
v-model=
"formInline.date"
:readonly=
"true"
/>
...
...
@@ -15,7 +15,7 @@
<TimePicker
type=
"time"
placeholder=
"请选择时间"
style=
"width: 127px"
v-model=
"formInline.time"
format=
"HH:mm"
@
on-change=
"selectTime"
@
on-focus=
"defaultRRRR"
:editable=
"false"
></TimePicker>
</FormItem>
<FormItem
label=
"应聘职位"
prop=
"position"
>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.position"
/>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.position"
@
on-focus=
'a'
/>
</FormItem>
<FormItem
label=
"应聘来源"
prop=
"model1"
>
<Select
v-model=
"formInline.model1"
style=
"width:250px;"
>
...
...
@@ -23,10 +23,10 @@
</Select>
</FormItem>
<FormItem
label=
"姓名"
prop=
"name"
>
<Input
placeholder=
"请与简历保持一致"
style=
"width:250px;"
v-model=
"formInline.name"
/>
<Input
placeholder=
"请与简历保持一致"
style=
"width:250px;"
v-model=
"formInline.name"
@
on-focus=
'a'
/>
</FormItem>
<FormItem
label=
"手机号码"
prop=
"phoneNUmber"
>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.phoneNUmber"
/>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.phoneNUmber"
@
on-focus=
'a'
/>
</FormItem>
<FormItem
label=
"是否携带简历"
prop=
"model2"
>
<Select
v-model=
"formInline.model2"
style=
"width:250px;"
>
...
...
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