Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
922a8335
Commit
922a8335
authored
Mar 28, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改质量的字典
parent
372ea4f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
pages/mes/qc/index.vue
+4
-4
No files found.
pages/mes/qc/index.vue
View file @
922a8335
...
...
@@ -13,7 +13,7 @@
</view>
<view
class=
"grid-text"
>
首检确认
</view>
</view>
-->
<view
class=
"button-frame"
:class=
"
{'active': qcType.value === curQcType }" v-for="qcType in dict.type.mes_ipqc_type"
<view
class=
"button-frame"
:class=
"
{'active': qcType.value === curQcType }" v-for="qcType in dict.type.mes_ipqc_type
2
"
@click="handleClickBtn(qcType.value )">
<!--
<view
class=
"shortcut-icon icon-color01"
>
<image
class=
"icon-button"
src=
"/static/icons/png/pro.png"
/>
...
...
@@ -56,7 +56,7 @@
<uni-td
align=
"center"
>
{{
line
.
ipqcCode
}}
</uni-td>
<uni-td
align=
"center"
>
{{
line
.
ipqcName
}}
</uni-td>
<uni-td
align=
"center"
>
<dict-tag
:options=
"dict.type.mes_ipqc_type"
:value=
"line.ipqcType"
/>
<dict-tag
:options=
"dict.type.mes_ipqc_type
2
"
:value=
"line.ipqcType"
/>
</uni-td>
<uni-td>
{{
line
.
workorderCode
}}
</uni-td>
<uni-td
align=
"center"
>
{{
line
.
itemCode
}}
</uni-td>
...
...
@@ -258,7 +258,7 @@
<uni-td
align=
"center"
>
{{
line
.
ipqcCode
}}
</uni-td>
<uni-td
align=
"center"
>
{{
line
.
ipqcName
}}
</uni-td>
<uni-td
align=
"center"
>
<dict-tag
:options=
"dict.type.mes_ipqc_type"
:value=
"line.ipqcType"
/>
<dict-tag
:options=
"dict.type.mes_ipqc_type
2
"
:value=
"line.ipqcType"
/>
</uni-td>
<uni-td>
{{
line
.
workorderCode
}}
</uni-td>
<uni-td
align=
"center"
>
{{
line
.
itemCode
}}
</uni-td>
...
...
@@ -339,7 +339,7 @@ export default {
SearchInput
,
UButton
},
dicts
:
[
'mes_ipqc_type'
,
'mes_qc_result'
,
'mes_order_status'
,
'mes_defect_level'
],
dicts
:
[
'mes_ipqc_type
2
'
,
'mes_qc_result'
,
'mes_order_status'
,
'mes_defect_level'
],
data
()
{
return
{
screenHeight
:
768
,
...
...
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