Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
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
张伯涛
NLT-e-cigarette
Commits
a4a1c23a
Commit
a4a1c23a
authored
Sep 07, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
088af825
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
produceStatistics.vue
src/views/productionStatis/produceStatistics.vue
+2
-2
repairStatistics.vue
src/views/productionStatis/repairStatistics.vue
+1
-1
No files found.
src/views/productionStatis/produceStatistics.vue
View file @
a4a1c23a
...
@@ -187,7 +187,7 @@ export default {
...
@@ -187,7 +187,7 @@ export default {
disabledDate
:
time
=>
{
disabledDate
:
time
=>
{
if
(
this
.
queryParams
.
endDate
)
{
if
(
this
.
queryParams
.
endDate
)
{
return
time
.
getTime
()
>
new
Date
(
this
.
queryParams
.
endDate
).
getTime
()
||
return
time
.
getTime
()
>
new
Date
(
this
.
queryParams
.
endDate
).
getTime
()
||
time
.
getTime
()
<
new
Date
(
moment
(
new
Date
().
getTime
()
-
3600
*
1000
*
24
*
20
).
format
(
'YYYY-MM-DD'
)).
getTime
()
time
.
getTime
()
<
new
Date
(
moment
(
new
Date
().
getTime
()
-
3600
*
1000
*
24
*
19
).
format
(
'YYYY-MM-DD'
)).
getTime
()
}
}
}
}
},
},
...
@@ -237,7 +237,7 @@ export default {
...
@@ -237,7 +237,7 @@ export default {
},
},
// 搜索框数据
// 搜索框数据
queryParams
:
{
queryParams
:
{
startDate
:
moment
(
new
Date
().
setTime
(
new
Date
().
getTime
()
-
3600
*
1000
*
24
*
1
9
)).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
,
startDate
:
moment
(
new
Date
().
setTime
(
new
Date
().
getTime
()
-
3600
*
1000
*
24
*
1
8
)).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
,
endDate
:
moment
(
new
Date
().
getTime
()
+
3600
*
1000
*
24
).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
endDate
:
moment
(
new
Date
().
getTime
()
+
3600
*
1000
*
24
).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
},
},
HistoricalInvestigation
:
[],
HistoricalInvestigation
:
[],
...
...
src/views/productionStatis/repairStatistics.vue
View file @
a4a1c23a
...
@@ -241,7 +241,7 @@ export default {
...
@@ -241,7 +241,7 @@ export default {
},
},
// 搜索框数据
// 搜索框数据
queryParams
:
{
queryParams
:
{
startDate
:
moment
(
new
Date
().
setTime
(
new
Date
().
getTime
()
-
3600
*
1000
*
24
*
1
9
)).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
,
startDate
:
moment
(
new
Date
().
setTime
(
new
Date
().
getTime
()
-
3600
*
1000
*
24
*
1
8
)).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
,
endDate
:
moment
(
new
Date
().
getTime
()
+
3600
*
1000
*
24
).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
endDate
:
moment
(
new
Date
().
getTime
()
+
3600
*
1000
*
24
).
format
(
'YYYY-MM-DD'
)
+
' 07:00:00'
},
},
HistoricalInvestigation
:
[],
HistoricalInvestigation
:
[],
...
...
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