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
fb4629fe
Commit
fb4629fe
authored
Mar 14, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间字段名称调整
parent
59eba741
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
pages/mes/prodReport/index.vue
+4
-4
No files found.
pages/mes/prodReport/index.vue
View file @
fb4629fe
...
@@ -734,12 +734,12 @@ export default {
...
@@ -734,12 +734,12 @@ export default {
}
}
},
},
{
{
name
:
's
tartTim
e'
,
name
:
's
cheduleStartDat
e'
,
label
:
'计划开始时间'
,
label
:
'计划开始时间'
,
width
:
140
,
width
:
140
,
},
},
{
{
name
:
'
endTim
e'
,
name
:
'
scheduleEndDat
e'
,
label
:
'计划结束时间'
,
label
:
'计划结束时间'
,
width
:
140
width
:
140
},
},
...
@@ -992,7 +992,7 @@ userTempVisible: false,
...
@@ -992,7 +992,7 @@ userTempVisible: false,
isTrClassStyle
(
row
,
i
)
{
isTrClassStyle
(
row
,
i
)
{
console
.
log
(
row
,
i
,
999
)
console
.
log
(
row
,
i
,
999
)
var
oDate1
=
new
Date
();
var
oDate1
=
new
Date
();
var
oDate2
=
new
Date
(
row
.
endTim
e
);
var
oDate2
=
new
Date
(
row
.
scheduleEndDat
e
);
if
(
oDate1
.
getTime
()
>
oDate2
.
getTime
()){
if
(
oDate1
.
getTime
()
>
oDate2
.
getTime
()){
return
true
;
//第一个大
return
true
;
//第一个大
}
else
{
}
else
{
...
@@ -1461,7 +1461,7 @@ userTempVisible: false,
...
@@ -1461,7 +1461,7 @@ userTempVisible: false,
workorderId
:
item
.
workorderId
,
workorderId
:
item
.
workorderId
,
workorderCode
:
item
.
workorderCode
,
workorderCode
:
item
.
workorderCode
,
workstationName
:
item
.
workstationName
,
workstationName
:
item
.
workstationName
,
startTime
:
item
.
s
tartTim
e
startTime
:
item
.
s
cheduleStartDat
e
})
})
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
...
...
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