Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
02909ffd
Commit
02909ffd
authored
Aug 26, 2020
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
输入完自动校验
parent
44a406e8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.html
+1
-1
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
+4
-0
fqboss/app/front/vues/pages/automatictmsubmitinside/automatictmsubmitinside.html
+1
-1
fqboss/app/front/vues/pages/automatictmsubmitinside/automatictmsubmitinside.js
+4
-0
No files found.
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.html
View file @
02909ffd
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</el-form-item>
</el-form-item>
<div
style=
"clear:both;"
></div>
<div
style=
"clear:both;"
></div>
<el-form-item
label=
"商标名称"
style=
"width:450px;float:left"
prop=
"tmName"
>
<el-form-item
label=
"商标名称"
style=
"width:450px;float:left"
prop=
"tmName"
>
<el-input
v-model=
"form.tmName"
></el-input>
<el-input
v-model=
"form.tmName"
@
blur=
"nameBlur"
></el-input>
</el-form-item>
</el-form-item>
<div
style=
"float:left;padding-left:10px"
>
<div
style=
"float:left;padding-left:10px"
>
<el-button
@
click=
"checkname"
>
检查名称
</el-button>
<el-button
@
click=
"checkname"
>
检查名称
</el-button>
...
...
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
View file @
02909ffd
...
@@ -811,6 +811,10 @@
...
@@ -811,6 +811,10 @@
});
});
},
},
nameBlur
()
{
this
.
checkname
()
},
checkname
()
checkname
()
{
{
if
(
!
this
.
form
.
tmName
)
{
if
(
!
this
.
form
.
tmName
)
{
...
...
fqboss/app/front/vues/pages/automatictmsubmitinside/automatictmsubmitinside.html
View file @
02909ffd
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</el-form-item>
</el-form-item>
<div
style=
"clear:both;"
></div>
<div
style=
"clear:both;"
></div>
<el-form-item
label=
"商标名称"
style=
"width:450px;float:left"
prop=
"tmName"
>
<el-form-item
label=
"商标名称"
style=
"width:450px;float:left"
prop=
"tmName"
>
<el-input
v-model=
"form.tmName"
></el-input>
<el-input
v-model=
"form.tmName"
@
blur=
"nameBlur"
></el-input>
</el-form-item>
</el-form-item>
<div
style=
"float:left;padding-left:10px"
>
<div
style=
"float:left;padding-left:10px"
>
<el-button
@
click=
"checkname"
>
检查名称
</el-button>
<el-button
@
click=
"checkname"
>
检查名称
</el-button>
...
...
fqboss/app/front/vues/pages/automatictmsubmitinside/automatictmsubmitinside.js
View file @
02909ffd
...
@@ -739,6 +739,10 @@
...
@@ -739,6 +739,10 @@
});
});
},
},
nameBlur
()
{
this
.
checkname
()
},
checkname
()
checkname
()
{
{
if
(
!
this
.
form
.
tmName
)
{
if
(
!
this
.
form
.
tmName
)
{
...
...
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