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
10202a77
Commit
10202a77
authored
Aug 13, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车间异常单异常时间增加默认值
parent
1f6b14d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
src/views/mes/qc/report/index.vue
+4
-3
No files found.
src/views/mes/qc/report/index.vue
View file @
10202a77
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
<
script
>
<
script
>
import
{
listReport
,
getReport
,
delReport
,
addReport
,
updateReport
,
completeReport
}
from
"@/api/mes/qc/report"
;
import
{
listReport
,
getReport
,
delReport
,
addReport
,
updateReport
,
completeReport
}
from
"@/api/mes/qc/report"
;
import
dayjs
from
'dayjs'
export
default
{
export
default
{
dicts
:
[
'qc_submit_status'
,
'pc_abnormal_type'
],
dicts
:
[
'qc_submit_status'
,
'pc_abnormal_type'
],
name
:
"Report"
,
name
:
"Report"
,
...
@@ -279,7 +279,7 @@ export default {
...
@@ -279,7 +279,7 @@ export default {
// 车间异常单表格数据
// 车间异常单表格数据
reportList
:
[],
reportList
:
[],
daterangePurchaseDate
:
[],
daterangePurchaseDate
:
[
dayjs
().
startOf
(
'month'
).
format
(
'YYYY-MM-DD'
),
dayjs
().
endOf
(
'month'
).
format
(
'YYYY-MM-DD'
)
],
// 弹出层标题
// 弹出层标题
title
:
""
,
title
:
""
,
// 是否显示弹出层
// 是否显示弹出层
...
@@ -331,7 +331,7 @@ export default {
...
@@ -331,7 +331,7 @@ export default {
}
,
}
,
// 表单重置
// 表单重置
reset
()
{
reset
()
{
this
.
daterangePurchaseDate
=
[];
this
.
daterangePurchaseDate
=
[
dayjs
().
startOf
(
'month'
).
format
(
'YYYY-MM-DD'
),
dayjs
().
endOf
(
'month'
).
format
(
'YYYY-MM-DD'
)
];
this
.
form
=
{
this
.
form
=
{
abnormalReportId
:
null
,
abnormalReportId
:
null
,
batchNumber
:
null
,
batchNumber
:
null
,
...
@@ -358,6 +358,7 @@ export default {
...
@@ -358,6 +358,7 @@ export default {
}
,
}
,
/** 重置按钮操作 */
/** 重置按钮操作 */
resetQuery
()
{
resetQuery
()
{
this
.
daterangePurchaseDate
=
[
dayjs
().
startOf
(
'month'
).
format
(
'YYYY-MM-DD'
),
dayjs
().
endOf
(
'month'
).
format
(
'YYYY-MM-DD'
)];
this
.
resetForm
(
"queryForm"
);
this
.
resetForm
(
"queryForm"
);
this
.
handleQuery
();
this
.
handleQuery
();
}
,
}
,
...
...
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