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
3acc2423
Commit
3acc2423
authored
Feb 23, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常报告和异常信息
parent
742119af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/mes/qc/abnormal/index.vue
+2
-2
index.vue
src/views/mes/qc/report/index.vue
+2
-2
No files found.
src/views/mes/qc/abnormal/index.vue
View file @
3acc2423
...
@@ -9,14 +9,14 @@
...
@@ -9,14 +9,14 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"异常原因"
prop=
"abnormalReason"
>
<
!--
<
el-form-item
label=
"异常原因"
prop=
"abnormalReason"
>
<el-input
<el-input
v-model=
"queryParams.abnormalReason"
v-model=
"queryParams.abnormalReason"
placeholder=
"请输入异常原因"
placeholder=
"请输入异常原因"
clearable
clearable
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</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>
...
...
src/views/mes/qc/report/index.vue
View file @
3acc2423
...
@@ -103,8 +103,8 @@
...
@@ -103,8 +103,8 @@
<el-table-column
label=
"编批单号"
align=
"center"
prop=
"batchNumber"
/>
<el-table-column
label=
"编批单号"
align=
"center"
prop=
"batchNumber"
/>
<el-table-column
label=
"工序编号"
align=
"center"
prop=
"processCode"
/>
<el-table-column
label=
"工序编号"
align=
"center"
prop=
"processCode"
/>
<el-table-column
label=
"工序名称"
align=
"center"
prop=
"processName"
/>
<el-table-column
label=
"工序名称"
align=
"center"
prop=
"processName"
/>
<el-table-column
label=
"
工作
单元编号"
align=
"center"
prop=
"workstationCode"
/>
<el-table-column
label=
"
作业
单元编号"
align=
"center"
prop=
"workstationCode"
/>
<
el-table-column
label=
"工作单元名称"
align=
"center"
prop=
"workstationName"
/
>
<
!--
<el-table-column
label=
"工作单元名称"
align=
"center"
prop=
"workstationName"
/>
--
>
<el-table-column
label=
"异常类型"
align=
"center"
prop=
"abnormalType"
>
<el-table-column
label=
"异常类型"
align=
"center"
prop=
"abnormalType"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.pc_abnormal_type"
:value=
"scope.row.abnormalType"
/>
<dict-tag
:options=
"dict.type.pc_abnormal_type"
:value=
"scope.row.abnormalType"
/>
...
...
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