Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
f903399f
Commit
f903399f
authored
Mar 28, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印冷冻标签解冻及施工期修改
parent
310f13e4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
subpackagePrint.vue
...teComponents/components/LacquerFreeze/subpackagePrint.vue
+6
-6
No files found.
applications/dee-mes/src/privateComponents/components/LacquerFreeze/subpackagePrint.vue
View file @
f903399f
...
@@ -103,10 +103,10 @@ export default {
...
@@ -103,10 +103,10 @@ export default {
[]
[]
b
.
pop
()
b
.
pop
()
var
c
=
(
data
.
thawPickTime
&&
data
.
thawPickTime
.
split
(
':'
))
||
[]
//
var c = (data.thawPickTime && data.thawPickTime.split(':')) || []
c
.
pop
()
//
c.pop()
var
d
=
(
data
.
activeTime
&&
data
.
activeTime
.
split
(
':'
))
||
[]
//
var d = (data.activeTime && data.activeTime.split(':')) || []
d
.
pop
()
//
d.pop()
this
.
printConfig
.
prints
=
[
this
.
printConfig
.
prints
=
[
{
{
text
:
data
.
itemNo
,
text
:
data
.
itemNo
,
...
@@ -138,11 +138,11 @@ export default {
...
@@ -138,11 +138,11 @@ export default {
value
:
{
value
:
{
start
:
{
start
:
{
label
:
'始'
,
label
:
'始'
,
value
:
c
.
join
(
':'
)
value
:
data
.
thawPickTime
},
},
end
:
{
end
:
{
label
:
'止'
,
label
:
'止'
,
value
:
d
.
join
(
':'
)
value
:
d
ata
.
activeTime
}
}
}
}
},
},
...
...
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