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
1737683a
Commit
1737683a
authored
Sep 19, 2023
by
shifangwuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new module
parent
c09148c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
index.vue
src/views/production/gfual/index.vue
+7
-9
No files found.
src/views/production/gfual/index.vue
View file @
1737683a
...
...
@@ -44,24 +44,22 @@
<el-col
:span=
"8"
>
<el-form-item>
<el-button
type=
"primary"
style=
"padding: 8px
7px;"
icon=
"el-icon-search
"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"padding: 8px
16px;
"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
</el-form-item>
</el-col>
</el-row>
<hr>
<hr
style=
"margin: 0 0 20px 0; width: 81%;"
>
<el-row
:gutter=
"40"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"jbcode:"
style=
"flex-basis: 50%;"
prop=
"jbcode"
>
<el-input
ref=
"input5"
v-model=
"form.jbcode"
placeholder=
"请输入jbcode"
:minlength=
"3"
style=
"width: 8
00
px"
:maxlength=
"100"
@
keyup
.
enter
.
native=
"handleTab(4, $event)"
/>
<el-input
ref=
"input5"
v-model=
"form.jbcode"
placeholder=
"请输入jbcode"
:minlength=
"3"
style=
"width: 8
68
px"
:maxlength=
"100"
@
keyup
.
enter
.
native=
"handleTab(4, $event)"
/>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"0"
style=
"display: flex; width:
60
%;"
>
<el-row
:gutter=
"0"
style=
"display: flex; width:
81
%;"
>
<el-col
:span=
"8"
>
<el-form
:model=
"form"
ref=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"jbtype:"
prop=
"jbtype"
>
...
...
@@ -106,12 +104,12 @@
<el-row
:gutter=
"40"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"jlcod:"
style=
"flex-basis: 50%;"
prop=
"jlcod"
>
<el-input
ref=
"input8"
v-model=
"form.jlbcod"
placeholder=
"请输入jlbcod"
:minlength=
"3"
style=
"width: 8
00
px"
:maxlength=
"100"
@
keyup
.
enter
.
native=
"handleTab(7, $event)"
/>
<el-input
ref=
"input8"
v-model=
"form.jlbcod"
placeholder=
"请输入jlbcod"
:minlength=
"3"
style=
"width: 8
68
px"
:maxlength=
"100"
@
keyup
.
enter
.
native=
"handleTab(7, $event)"
/>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"0"
style=
"display: flex; width:
60
%;"
>
<el-row
:gutter=
"0"
style=
"display: flex; width:
81
%;"
>
<el-col
:span=
"8"
>
<el-form
:model=
"form"
ref=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"jltype:"
prop=
"jltype"
>
...
...
@@ -148,7 +146,7 @@
</el-form>
<el-form
label-width=
"80px"
>
<el-row
style=
"padding-left
: 8.7%
; padding-top: 1%"
>
<el-row
style=
"padding-left; padding-top: 1%"
>
<el-col
:span=
"12"
>
<el-form-item
style=
"flex-basis: 50%;"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
保存
</el-button>
...
...
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