Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_vue
Commits
4e3c6cf3
Commit
4e3c6cf3
authored
Aug 08, 2023
by
wdy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备申请表单格式
parent
cf025967
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
application.vue
src/views/equipment/application.vue
+3
-3
No files found.
src/views/equipment/application.vue
View file @
4e3c6cf3
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"pnumber"
style=
"flex-basis: 50%;"
prop=
"pnumber"
>
<el-form-item
label=
"pnumber"
style=
"flex-basis: 50%;"
prop=
"pnumber"
>
<el-input
ref=
"input4"
v-model=
"form.pnumber"
placeholder=
"请输入p
hd
"
style=
"width: 400px"
:maxlength=
"10"
@
keyup
.
enter
.
native=
"handelTab(4,$event)"
/>
<el-input
ref=
"input4"
v-model=
"form.pnumber"
placeholder=
"请输入p
number
"
style=
"width: 400px"
:maxlength=
"10"
@
keyup
.
enter
.
native=
"handelTab(4,$event)"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
style=
"flex-basis: 50%;"
>
<el-form-item
style=
"flex-basis: 50%;"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
this
.
init
()
this
.
init
()
},
},
methods
:
{
methods
:
{
resetQuery
(){
resetQuery
()
{
this
.
form
=
{
this
.
form
=
{
pn
:
''
,
pn
:
''
,
phd
:
''
,
phd
:
''
,
...
...
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