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
aed751cf
Commit
aed751cf
authored
Jul 28, 2023
by
AiNoeLiYa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初步修改了出入库记录
Signed-off-by:
AiNoeLiYa
<
jzbcxy@gmail.com
>
parent
dd6aa462
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
12 deletions
+22
-12
boundinout.vue
src/views/equipment/boundinout.vue
+22
-12
No files found.
src/views/equipment/boundinout.vue
View file @
aed751cf
...
...
@@ -26,10 +26,10 @@
/>
</el-form-item>
<el-form-item
label=
"
编码"
prop=
"userName
"
>
<el-form-item
label=
"
设备编码"
prop=
"
"
>
<el-input
v-model=
"queryParams.username"
placeholder=
"请输入编码"
placeholder=
"请输入
设备
编码"
clearable
:maxlength=
"30"
style=
"width: 240px;"
...
...
@@ -38,16 +38,15 @@
/>
</el-form-item>
<el-form-item
label=
"设备名称"
prop=
"userName"
>
<el-input
v-model=
"queryParams.username"
placeholder=
"请输入设备名称"
clearable
:maxlength=
"30"
style=
"width: 240px;"
size=
"small"
@
keyup
.
enter
.
native=
"handleQuery"
/>
<el-form-item>
<el-select
v-model=
"selectValue"
filterable
placeholder=
"请选择库类型"
>
<el-option
v-for=
"option in selectOptions"
:key=
"option.value"
:label=
"option.label"
:value=
"option.value"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item>
...
...
@@ -213,6 +212,17 @@ export default {
],
// 日期范围
dateRange
:
[],
selectValue
:
''
,
selectOptions
:
[
{
value
:
'1'
,
label
:
'设备库'
},
{
value
:
'2'
,
label
:
'工序库'
}
],
// 查询参数
queryParams
:
{
page
:
1
,
...
...
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