Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
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
mes
mes-ui
Commits
ccaf510f
Commit
ccaf510f
authored
May 28, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iqc
parent
5ff0e107
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
6 deletions
+20
-6
index.vue
src/views/mes/qc/iqc/index.vue
+12
-6
index.vue
src/views/mes/qc/qcindex/index.vue
+8
-0
No files found.
src/views/mes/qc/iqc/index.vue
View file @
ccaf510f
...
@@ -630,12 +630,18 @@ export default {
...
@@ -630,12 +630,18 @@ export default {
}
,
}
,
/** 导出按钮操作 */
/** 导出按钮操作 */
handleExport
()
{
handleExport
()
{
const
queryParams
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryParams
))
if
(
this
.
selectedRows
&&
this
.
selectedRows
.
length
>
0
)
{
delete
queryParams
.
pageNum
this
.
download
(
'mes/qc/iqc/export'
,
delete
queryParams
.
pageSize
{
iqcCodeList
:
this
.
selectedRows
.
map
(
v
=>
v
.
iqcCode
)
}
this
.
download
(
'mes/qc/iqc/export'
,
{
,
`iqc_${new Date().getTime()
}
.xlsx`
)
...
queryParams
}
else
{
}
,
`iqc_${new Date().getTime()
}
.xlsx`
)
const
queryParams
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryParams
))
delete
queryParams
.
pageNum
delete
queryParams
.
pageSize
this
.
download
(
'mes/qc/iqc/export'
,
{
...
queryParams
}
,
`iqc_${new Date().getTime()
}
.xlsx`
)
}
}
,
}
,
//选择生产工单
//选择生产工单
handleWorkorderSelect
()
{
handleWorkorderSelect
()
{
...
...
src/views/mes/qc/qcindex/index.vue
View file @
ccaf510f
...
@@ -27,6 +27,14 @@
...
@@ -27,6 +27,14 @@
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"检验名称"
prop=
"qcTool"
>
<el-input
v-model=
"queryParams.qcTool"
placeholder=
"请输入检验名称"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</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