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
1b445974
Commit
1b445974
authored
Aug 14, 2023
by
arvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单架次配置
parent
c7b2ee7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
4 deletions
+33
-4
unit.vue
...-mes/src/privateComponents/components/MBOMConfig/unit.vue
+3
-3
view.vue
...-mes/src/privateComponents/components/MBOMConfig/view.vue
+1
-1
index.vue
...s/assemblyPlanManagement/stationPlanMaintenance/index.vue
+29
-0
No files found.
applications/dee-mes/src/privateComponents/components/MBOMConfig/unit.vue
View file @
1b445974
...
...
@@ -304,10 +304,10 @@ export default {
'小时<br><b>版本:</b> '
+
(
task
.
edition
||
' '
)
+
'<br><b>'
+
task
.
$level
===
(
task
.
$level
===
0
?
'CA/AO号
'
:
'CA/AO号'
+
':</b> '
+
(
task
.
right_text
||
' '
)
?
'
'
:
'CA/AO号'
+
':</b> '
+
(
task
.
right_text
||
' '
)
)
return
html
}
ganttAss
.
config
.
drag_resize
=
false
...
...
applications/dee-mes/src/privateComponents/components/MBOMConfig/view.vue
View file @
1b445974
...
...
@@ -150,7 +150,7 @@ export default {
}
this
.
currentId
=
this
.
node
.
id
this
.
gantt
.
clearAll
()
if
(
!
this
.
node
||
!
this
.
node
.
children
.
length
)
{
if
(
!
this
.
node
||
!
this
.
node
.
children
||
!
this
.
node
.
children
.
length
)
{
return
}
this
.
AOname
=
''
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/index.vue
0 → 100644
View file @
1b445974
<
template
>
<div>
hello world
</div>
</
template
>
<
script
>
export
default
{
name
:
'TfMomWebIndex'
,
data
()
{
return
{
}
},
mounted
()
{
},
methods
:
{
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
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