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
d119c4ca
Commit
d119c4ca
authored
Oct 24, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改再利用页面逻辑
parent
0b701e7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
index.vue
src/views/processManagement/basicProcessManagement/index.vue
+31
-0
index.vue
src/views/production/barcodegeneration/index.vue
+2
-1
No files found.
src/views/processManagement/basicProcessManagement/index.vue
View file @
d119c4ca
...
...
@@ -34,6 +34,22 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"ptype"
>
<el-select
v-model=
"queryParams.ptype"
placeholder=
"请选择ptype"
clearable
size=
"small"
style=
"width: 150px"
>
<el-option
v-for=
"(dict,index) in typeList"
:key=
"index"
:label=
"dict.label"
:value=
"dict.value"
/>
</el-select>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
style=
"padding: 8px 7px;"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
style=
"padding: 8px 7px;"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
...
...
@@ -224,6 +240,20 @@ export default {
name
:
'Role'
,
data
()
{
return
{
typeList
:
[
{
label
:
'全部'
,
value
:
'0'
},
{
label
:
'2'
,
value
:
'2'
},
{
label
:
'3'
,
value
:
'3'
}
],
// TODO: 表单里的单项详情参数
singleDetails
:
{
equipmentName
:
''
,
...
...
@@ -326,6 +356,7 @@ export default {
queryParams
:
{
page
:
1
,
rows
:
10
,
tempType
:
''
,
pn
:
undefined
,
lot
:
undefined
,
plocation
:
undefined
,
...
...
src/views/production/barcodegeneration/index.vue
View file @
d119c4ca
...
...
@@ -306,7 +306,8 @@ export default {
rows
:
10
,
jbcode
:
''
,
jblot
:
''
,
jbrank
:
''
jbrank
:
''
,
tempType
:
''
}
,
singleDetails
:
{
jbcode
:
''
,
...
...
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