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
c450aded
Commit
c450aded
authored
May 23, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加iqc检验
parent
9a2c565a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
727 additions
and
3 deletions
+727
-3
iqc.js
src/api/mes/qc/iqc.js
+34
-0
index.vue
src/views/mes/pro/arrangeRule/index.vue
+4
-1
index.vue
src/views/mes/qc/ipqc/index.vue
+5
-2
index.vue
src/views/mes/qc/iqc/index.vue
+684
-0
No files found.
src/api/mes/qc/iqc.js
View file @
c450aded
...
@@ -42,3 +42,37 @@ export function delIqc(iqcId) {
...
@@ -42,3 +42,37 @@ export function delIqc(iqcId) {
method
:
'delete'
method
:
'delete'
})
})
}
}
export
function
getpclist
(
query
)
{
return
request
({
url
:
'/mes/qc/iqc/pclist'
,
method
:
'post'
,
data
:
query
})
}
export
function
getcheckResult
()
{
return
request
({
url
:
'/mes/qc/iqc/getIqcList/checkResult'
,
method
:
'get'
})
}
export
function
getvoucherNoYear
()
{
return
request
({
url
:
'/mes/qc/iqc/getIqcList/voucherNoYear'
,
method
:
'get'
})
}
export
function
getcheckStatus
()
{
return
request
({
url
:
'/mes/qc/iqc/getIqcList/checkStatus'
,
method
:
'get'
})
}
export
function
getstatus
()
{
return
request
({
url
:
'/mes/qc/iqc/getIqcList/status'
,
method
:
'get'
})
}
\ No newline at end of file
src/views/mes/pro/arrangeRule/index.vue
View file @
c450aded
...
@@ -816,8 +816,11 @@ export default {
...
@@ -816,8 +816,11 @@ export default {
},
},
/** 导出按钮操作 */
/** 导出按钮操作 */
handleExport
()
{
handleExport
()
{
const
params
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryParams
))
delete
params
.
pageNum
delete
params
.
pageSize
this
.
download
(
'/mes/pro/ProWorkOrderArrangeRule/export'
,
{
this
.
download
(
'/mes/pro/ProWorkOrderArrangeRule/export'
,
{
...
this
.
queryP
arams
...
p
arams
},
`ProWorkOrderArrangeRule_
${
new
Date
().
getTime
()}
.xlsx`
)
},
`ProWorkOrderArrangeRule_
${
new
Date
().
getTime
()}
.xlsx`
)
},
},
/** 导入按钮操作 */
/** 导入按钮操作 */
...
...
src/views/mes/qc/ipqc/index.vue
View file @
c450aded
...
@@ -622,8 +622,11 @@ export default {
...
@@ -622,8 +622,11 @@ export default {
}
,
}
,
/** 导出按钮操作 */
/** 导出按钮操作 */
handleExport
()
{
handleExport
()
{
this
.
download
(
'qc/ipqc/export'
,
{
const
queryParams
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryParams
))
...
this
.
queryParams
delete
queryParams
.
pageNum
delete
queryParams
.
pageSize
this
.
download
(
'mes/qc/ipqc/export'
,
{
...
queryParams
}
,
`ipqc_${new Date().getTime()
}
.xlsx`
)
}
,
`ipqc_${new Date().getTime()
}
.xlsx`
)
}
,
}
,
//选择生产工单
//选择生产工单
...
...
src/views/mes/qc/iqc/index.vue
0 → 100644
View file @
c450aded
This diff is collapsed.
Click to expand it.
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