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
5958cbd3
Commit
5958cbd3
authored
Aug 28, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫码页面手机号加验证
parent
4303b7fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
sweepCode.vue
src/page/sweepCode/sweepCode.vue
+2
-3
emailMange.vue
src/page/system/emailMange.vue
+1
-1
No files found.
src/page/sweepCode/sweepCode.vue
View file @
5958cbd3
...
@@ -88,7 +88,8 @@ export default {
...
@@ -88,7 +88,8 @@ export default {
{
required
:
true
,
message
:
'
请输入正确的姓名
'
,
trigger
:
'
blur
'
}
{
required
:
true
,
message
:
'
请输入正确的姓名
'
,
trigger
:
'
blur
'
}
],
],
phoneNUmber
:
[
phoneNUmber
:
[
{
required
:
true
,
message
:
'
请输入正确的手机号码
'
,
trigger
:
'
blur
'
}
{
required
:
true
,
message
:
'
请输入正确的手机号码
'
,
trigger
:
'
blur
'
},
{
required
:
true
,
pattern
:
/^
[
1
][
3,4,5,7,8,6,9
][
0-9
]{9}
$/
,
message
:
'
请输入正确的手机号
'
,
trigger
:
'
blur
'
}
],
],
model2
:
[
model2
:
[
{
required
:
true
,
message
:
'
请选择是否携带简历
'
,
trigger
:
'
blur
'
}
{
required
:
true
,
message
:
'
请选择是否携带简历
'
,
trigger
:
'
blur
'
}
...
@@ -195,7 +196,6 @@ export default {
...
@@ -195,7 +196,6 @@ export default {
},
},
// 阻止弹出键盘
// 阻止弹出键盘
defaultRRRR
(){
defaultRRRR
(){
this
.
$Message
.
error
(
'
请填写完整的信息
'
)
document
.
activeElement
.
blur
()
document
.
activeElement
.
blur
()
}
}
},
},
...
@@ -207,7 +207,6 @@ export default {
...
@@ -207,7 +207,6 @@ export default {
const
day
=
myDate
.
getDate
();
// 获取当前日(1-31)
const
day
=
myDate
.
getDate
();
// 获取当前日(1-31)
this
.
saleDate
=
`
${
year
}
-
${
month
}
-
${
day
}
`
;
this
.
saleDate
=
`
${
year
}
-
${
month
}
-
${
day
}
`
;
this
.
formInline
.
date
=
this
.
saleDate
this
.
formInline
.
date
=
this
.
saleDate
console
.
log
(
this
.
saleDate
)
}
}
}
}
</
script
>
</
script
>
...
...
src/page/system/emailMange.vue
View file @
5958cbd3
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<span
style=
"font-size:8px;position: relative;top:0px left:30px"
><Icon
type=
"md-information-circle"
/>
邮箱密码在绑定后再次修改,请及时点击修改来更新。
</span>
<span
style=
"font-size:8px;position: relative;top:0px left:30px"
><Icon
type=
"md-information-circle"
/>
邮箱密码在绑定后再次修改,请及时点击修改来更新。
</span>
</FormItem>
</FormItem>
<FormItem
label=
"所属人"
style=
"margin-top:20px; position: absolute;top:110px;left: 410px"
prop=
"UserName"
:label-width=
"180"
>
<FormItem
label=
"所属人"
style=
"margin-top:20px; position: absolute;top:110px;left: 410px"
prop=
"UserName"
:label-width=
"180"
>
<Input
placeholder=
"请输入
企业邮箱
"
style=
"width:300px"
v-model=
"formInline.UserName"
:maxlength=
"5"
/>
<Input
placeholder=
"请输入
正确的所属人
"
style=
"width:300px"
v-model=
"formInline.UserName"
:maxlength=
"5"
/>
</FormItem>
</FormItem>
<span
type=
"primary"
style=
"line-height:30px;text-align:center; width:110px;height:30px;position: absolute;top:130px;left: 910px;border-radius: 5px;background:rgb(0, 146, 255);color:rgb(255,255,255);cursor:pointer"
@
click=
"bindingSynchronizat"
>
绑定并开始同步
</span>
<span
type=
"primary"
style=
"line-height:30px;text-align:center; width:110px;height:30px;position: absolute;top:130px;left: 910px;border-radius: 5px;background:rgb(0, 146, 255);color:rgb(255,255,255);cursor:pointer"
@
click=
"bindingSynchronizat"
>
绑定并开始同步
</span>
</Form>
</Form>
...
...
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