Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_web_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
张伯涛
91isoft_web_vue
Commits
0ab28fe7
Commit
0ab28fe7
authored
Mar 08, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
16f88e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
8 deletions
+31
-8
outbound.vue
src/views/setup/outbound.vue
+31
-8
No files found.
src/views/setup/outbound.vue
View file @
0ab28fe7
<
template
>
<div
class=
"outbound_module"
>
<div
class=
"button_row"
>
<el-button
type=
"primary"
@
click=
"handleOpenScan"
>
扫码
</el-button>
<el-button
type=
"primary"
>
入库
</el-button>
<div
class=
"content"
>
<div
class=
"button_row"
>
<el-button
class=
"button_rowBtn"
type=
"primary"
@
click=
"handleOpenScan"
>
扫码
</el-button>
</div>
<div
class=
"formBody"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"auto"
label-position=
"top"
>
<el-form-item
label=
"扫码结果"
prop=
"scanCode"
class=
"outbound_formItem"
>
<el-input
v-model=
"form.scanCode"
show-word-limit
placeholder=
"请扫码"
/>
</el-form-item>
</el-form>
</div>
<div
class=
"button_row"
>
<el-button
class=
"button_rowBtn"
type=
"primary"
>
入库
</el-button>
</div>
</div>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"auto"
label-position=
"top"
>
<el-form-item
label=
"扫码结果"
prop=
"scanCode"
style=
"width: 200px"
>
<el-input
v-model=
"form.scanCode"
show-word-limit
placeholder=
"请扫码"
/>
</el-form-item>
</el-form>
</div>
</
template
>
...
...
@@ -49,8 +55,25 @@ export default {
<
style
scoped
lang=
"scss"
>
.outbound_module
{
padding
:
20px
;
.content
{
text-align
:
center
;
}
.formBody
{
display
:
flex
;
justify-content
:
center
;
}
.button_row
{
margin
:
20px
0
20px
0
;
.button_rowBtn
{
font-size
:
17px
;
width
:
160px
;
}
}
.outbound_formItem
{
width
:
200px
;
::v-deep
.el-input__inner
{
height
:
40px
;
}
}
.outbound_form
{
width
:
300px
;
...
...
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