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
4428d3a9
Commit
4428d3a9
authored
May 24, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iqc检验
parent
8f19c752
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.vue
src/views/mes/qc/iqc/index.vue
+6
-5
No files found.
src/views/mes/qc/iqc/index.vue
View file @
4428d3a9
...
...
@@ -72,21 +72,22 @@
<el-table
v-loading=
"loading"
:data=
"ipqcList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"检验单编号"
width=
"150px"
align=
"center"
prop=
"iqcCode"
/>
<el-table-column
label=
"检验类型"
align=
"center"
prop=
"checkStatus"
>
<template
slot-scope=
"scope"
>
{{
checkStatusList
.
find
(
v
=>
v
.
dictKey
===
scope
.
row
.
checkStatus
)
?
checkStatusList
.
find
(
v
=>
v
.
dictKey
===
scope
.
row
.
checkStatus
).
dictValue
:
''
}}
</
template
>
</el-table-column>
<el-table-column
label=
"物料分类"
width=
"150px"
align=
"center"
prop=
"itemTypeName"
/>
<el-table-column
label=
"物料编码"
width=
"120px"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
label=
"物料名称"
width=
"150px"
align=
"center"
prop=
"itemName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"单位"
align=
"center"
prop=
"unitOfMeasure"
/>
<el-table-column
label=
"检测数量"
align=
"center"
prop=
"quantityCheck"
/>
<el-table-column
label=
"不合格数"
align=
"center"
prop=
"quantityUnqualified"
/>
<el-table-column
label=
"检测结果"
align=
"center"
prop=
"checkResult"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.mes_qc_result"
:value=
"scope.row.checkResult"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"处理措施"
align=
"center"
prop=
"checkStatus"
>
<
template
slot-scope=
"scope"
>
{{
checkStatusList
.
find
(
v
=>
v
.
dictKey
===
scope
.
row
.
checkStatus
)
?
checkStatusList
.
find
(
v
=>
v
.
dictKey
===
scope
.
row
.
checkStatus
).
dictValue
:
''
}}
</
template
>
</el-table-column>
<el-table-column
label=
"检测日期"
align=
"center"
prop=
"inspectDate"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
inspectDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
...
...
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