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
8b917178
Commit
8b917178
authored
Dec 28, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
399553d4
9e96ed8c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
index.vue
...ews/assemblyPlanManagement/instructionsDispatch/index.vue
+10
-0
stationPlanList.vue
...agement/instructionsIssued/components/stationPlanList.vue
+2
-1
index.vue
...s/assemblyPlanManagement/stationPlanMaintenance/index.vue
+1
-1
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionsDispatch/index.vue
View file @
8b917178
...
@@ -242,6 +242,13 @@ export default {
...
@@ -242,6 +242,13 @@ export default {
}
}
},
},
{
title
:
'指令名称'
,
key
:
'extProcessPlan.name'
,
align
:
'left'
,
minWidth
:
280
},
{
title
:
'指令名称'
,
key
:
'extProcessPlan.name'
,
align
:
'left'
,
minWidth
:
280
},
{
title
:
'是否协同'
,
key
:
'extProcessPlan.name'
,
align
:
'left'
,
formatter
(
row
)
{
return
row
.
cooperatives
?
'协同'
:
''
}
},
{
title
:
'机型'
,
key
:
'extProcessPlan.planeType'
,
align
:
'left'
},
{
title
:
'机型'
,
key
:
'extProcessPlan.planeType'
,
align
:
'left'
},
{
title
:
'架次'
,
key
:
'extProcessPlan.sorties'
,
align
:
'left'
},
{
title
:
'架次'
,
key
:
'extProcessPlan.sorties'
,
align
:
'left'
},
{
title
:
'站位'
,
key
:
'extProcessPlan.positionNumber'
,
align
:
'left'
},
{
title
:
'站位'
,
key
:
'extProcessPlan.positionNumber'
,
align
:
'left'
},
...
@@ -595,6 +602,9 @@ export default {
...
@@ -595,6 +602,9 @@ export default {
'openProps'
:
[
'openProps'
:
[
{
{
'name'
:
'extProcessPlan'
'name'
:
'extProcessPlan'
},
{
'name'
:
'cooperatives'
}
}
],
],
'sortItem'
:
[
'sortItem'
:
[
...
...
applications/dee-mes/src/views/assemblyPlanManagement/instructionsIssued/components/stationPlanList.vue
View file @
8b917178
...
@@ -421,7 +421,8 @@ export default {
...
@@ -421,7 +421,8 @@ export default {
positionId
:
node
.
data
.
id
,
positionId
:
node
.
data
.
id
,
type
:
'cooperate'
,
type
:
'cooperate'
,
serialNumber
:
''
,
serialNumber
:
''
,
name
:
'协同办公'
name
:
'协同办公'
,
id
:
'cooperate'
})
})
res
.
items
.
forEach
(
element
=>
{
res
.
items
.
forEach
(
element
=>
{
element
.
level
=
3
element
.
level
=
3
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/index.vue
View file @
8b917178
...
@@ -44,7 +44,7 @@ import gantt from './gantt.vue'
...
@@ -44,7 +44,7 @@ import gantt from './gantt.vue'
import
missingParts
from
'./missingParts'
import
missingParts
from
'./missingParts'
import
stationPlanList
from
'./stationPlanList'
import
stationPlanList
from
'./stationPlanList'
export
default
{
export
default
{
name
:
'StationPlanMaintenance'
,
name
:
'
DeeMes
StationPlanMaintenance'
,
components
:
{
searchBar
,
station
,
gantt
,
missingParts
,
stationPlanList
},
components
:
{
searchBar
,
station
,
gantt
,
missingParts
,
stationPlanList
},
data
()
{
data
()
{
return
{
return
{
...
...
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