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
067f2f82
Commit
067f2f82
authored
Feb 24, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
41295cb5
d232e848
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
10 deletions
+25
-10
index.vue
src/views/mes/qc/report/index.vue
+25
-10
No files found.
src/views/mes/qc/report/index.vue
View file @
067f2f82
...
@@ -17,10 +17,10 @@
...
@@ -17,10 +17,10 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"工作单元
编号"
prop=
"workstationCod
e"
>
<el-form-item
label=
"工作单元
"
prop=
"workstationNam
e"
>
<el-input
<el-input
v-model=
"queryParams.workstation
Cod
e"
v-model=
"queryParams.workstation
Nam
e"
placeholder=
"请输入工作单元
编号
"
placeholder=
"请输入工作单元"
clearable
clearable
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
...
@@ -34,12 +34,12 @@
...
@@ -34,12 +34,12 @@
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"异常时间"
prop=
"abnormalTime"
>
<el-form-item
label=
"异常时间"
prop=
"abnormalTime"
>
<el-
date-picker
clearable
<el-
input
v-model=
"queryParams.abnormalTime"
v-model=
"queryParams.abnormalTime"
type=
"date
"
placeholder=
"请输入异常时间
"
value-format=
"yyyy-MM-dd"
clearable
placeholder=
"请选择异常时间"
>
@
keyup
.
enter
.
native=
"handleQuery"
</el-date-picker
>
/
>
</el-form-item>
</el-form-item>
<!--
<el-form-item
label=
"单据状态"
prop=
"abnormalStatus"
>
<!--
<el-form-item
label=
"单据状态"
prop=
"abnormalStatus"
>
<el-select
v-model=
"queryParams.abnormalStatus"
placeholder=
"请选择单据状态"
clearable
>
<el-select
v-model=
"queryParams.abnormalStatus"
placeholder=
"请选择单据状态"
clearable
>
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<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=
"workstation
Id
"
/>
<el-table-column
label=
"作业单元"
align=
"center"
prop=
"workstation
Name
"
/>
<!--
<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"
>
...
@@ -306,7 +306,22 @@ export default {
...
@@ -306,7 +306,22 @@ export default {
// 表单重置
// 表单重置
reset
()
{
reset
()
{
this
.
form
=
{
this
.
form
=
{
abnormalReportId
:
null
,
batchNumber
:
null
,
processId
:
null
,
processCode
:
null
,
processName
:
null
,
workstationId
:
null
,
workstationCode
:
null
,
workstationName
:
null
,
abnormalType
:
null
,
abnormalReason
:
null
,
abnormalTime
:
null
,
abnormalStatus
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
}
;
abnormalReportId
:
null
,
batchNumber
:
null
,
processId
:
null
,
processCode
:
null
,
processName
:
null
,
workstationId
:
null
,
workstationCode
:
null
,
workstationName
:
null
,
abnormalType
:
null
,
abnormalReason
:
null
,
abnormalTime
:
null
,
abnormalStatus
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
}
;
this
.
resetForm
(
"form"
);
this
.
resetForm
(
"form"
);
}
,
}
,
/** 搜索按钮操作 */
/** 搜索按钮操作 */
...
...
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