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
87991eb0
Commit
87991eb0
authored
Jul 11, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补数报表和iqc打印页面调整
parent
171c4f0c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
308 additions
and
3 deletions
+308
-3
supplementaryOrder.js
src/api/mes/proTable/supplementaryOrder.js
+10
-0
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+1
-0
index.vue
src/views/mes/proTable/supplementaryOrder/index.vue
+287
-0
index.vue
src/views/mes/qc/iqc/index.vue
+2
-0
iqcTable.vue
src/views/mes/qc/iqc/iqcTable.vue
+8
-3
No files found.
src/api/mes/proTable/supplementaryOrder.js
0 → 100644
View file @
87991eb0
import
request
from
'@/utils/request'
//
export
function
getWorkorderList
(
query
)
{
return
request
({
url
:
"/report/pro/workordersize/getWorkorderList"
,
method
:
"get"
,
params
:
query
,
});
}
\ No newline at end of file
src/views/mes/pro/workorder/indexApply.vue
View file @
87991eb0
...
@@ -294,6 +294,7 @@
...
@@ -294,6 +294,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"需求用途"
width=
"150"
align=
"center"
prop=
"requirementType"
/>
<el-table-column
label=
"需求用途"
width=
"150"
align=
"center"
prop=
"requirementType"
/>
<el-table-column
label=
"下单时间"
width=
"150"
align=
"center"
prop=
"createTime"
/>
<el-table-column
label=
"组合单号"
width=
"180"
align=
"center"
prop=
"combinationCode"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"组合单号"
width=
"180"
align=
"center"
prop=
"combinationCode"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"showCombDetail(scope.row, scope.row.combinationCode)"
>
{{
<el-button
size=
"mini"
type=
"text"
@
click=
"showCombDetail(scope.row, scope.row.combinationCode)"
>
{{
...
...
src/views/mes/proTable/supplementaryOrder/index.vue
0 → 100644
View file @
87991eb0
This diff is collapsed.
Click to expand it.
src/views/mes/qc/iqc/index.vue
View file @
87991eb0
...
@@ -420,6 +420,8 @@ export default {
...
@@ -420,6 +420,8 @@ export default {
"vendorCode"
:
res
.
data
.
vendorCode
,
"vendorCode"
:
res
.
data
.
vendorCode
,
"vendorName"
:
res
.
data
.
vendorName
,
"vendorName"
:
res
.
data
.
vendorName
,
"itemName"
:
res
.
data
.
itemName
,
"itemName"
:
res
.
data
.
itemName
,
"checkResult"
:
res
.
data
.
checkResult
,
"checkStatus"
:
this
.
checkStatusList
.
find
(
v
=>
v
.
dictKey
===
res
.
data
.
checkStatus
)
?
this
.
checkStatusList
.
find
(
v
=>
v
.
dictKey
===
res
.
data
.
checkStatus
).
dictValue
:
''
,
"quantityUnqualified"
:
res
.
data
.
quantityUnqualified
,
"quantityUnqualified"
:
res
.
data
.
quantityUnqualified
,
"checkTime"
:
res
.
data
.
inspectDate
"checkTime"
:
res
.
data
.
inspectDate
}
}
...
...
src/views/mes/qc/iqc/iqcTable.vue
View file @
87991eb0
...
@@ -23,11 +23,15 @@
...
@@ -23,11 +23,15 @@
</tr>
</tr>
<tr
height=
"20"
class=
"color000"
>
<tr
height=
"20"
class=
"color000"
>
<td
colspan=
"3"
align=
"center"
>
产品编号
</td>
<td
colspan=
"3"
align=
"center"
>
产品编号
</td>
<td
colspan=
"5"
align=
"center"
>
{{
body
.
sapItemCode
}}
</td>
<td
colspan=
"3"
align=
"center"
>
{{
body
.
sapItemCode
}}
</td>
<td
colspan=
"2"
align=
"center"
>
检验判定
</td>
<td
colspan=
"2"
align=
"center"
><dict-tag
:options=
"dict.type.mes_qc_result"
:value=
"body.checkResult"
/></td>
<td
colspan=
"2"
align=
"center"
>
处理措施
</td>
<td
colspan=
"2"
align=
"center"
>
{{
body
.
checkStatus
}}
</td>
<td
colspan=
"2"
align=
"center"
>
产品名称
</td>
<td
colspan=
"2"
align=
"center"
>
产品名称
</td>
<td
colspan=
"
6
"
align=
"center"
>
{{
body
.
itemName
}}
</td>
<td
colspan=
"
2
"
align=
"center"
>
{{
body
.
itemName
}}
</td>
<td
colspan=
"2"
align=
"center"
>
供应商名称
</td>
<td
colspan=
"2"
align=
"center"
>
供应商名称
</td>
<td
colspan=
"
6
"
align=
"center"
style=
"word-wrap:break-word;word-break:break-all"
>
{{
body
.
vendorName
}}
</td>
<td
colspan=
"
4
"
align=
"center"
style=
"word-wrap:break-word;word-break:break-all"
>
{{
body
.
vendorName
}}
</td>
</tr>
</tr>
<tr
height=
"20"
class=
"color000"
style=
"font-weight: 400"
>
<tr
height=
"20"
class=
"color000"
style=
"font-weight: 400"
>
...
@@ -61,6 +65,7 @@ export default {
...
@@ -61,6 +65,7 @@ export default {
props
:
[
'iqcTable'
],
props
:
[
'iqcTable'
],
dicts
:
[
dicts
:
[
"ver_item_determination"
,
"ver_item_determination"
,
"mes_qc_result"
],
],
data
()
{
data
()
{
return
{
return
{
...
...
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