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
73993bc7
Commit
73993bc7
authored
Dec 28, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改站位计划维护
parent
a13ffbf2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
index.vue
...ews/assemblyPlanManagement/instructionsDispatch/index.vue
+10
-0
index.vue
...s/assemblyPlanManagement/stationPlanMaintenance/index.vue
+1
-1
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionsDispatch/index.vue
View file @
73993bc7
...
...
@@ -242,6 +242,13 @@ export default {
}
},
{
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.sorties'
,
align
:
'left'
},
{
title
:
'站位'
,
key
:
'extProcessPlan.positionNumber'
,
align
:
'left'
},
...
...
@@ -595,6 +602,9 @@ export default {
'openProps'
:
[
{
'name'
:
'extProcessPlan'
},
{
'name'
:
'cooperatives'
}
],
'sortItem'
:
[
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/index.vue
View file @
73993bc7
...
...
@@ -44,7 +44,7 @@ import gantt from './gantt.vue'
import
missingParts
from
'./missingParts'
import
stationPlanList
from
'./stationPlanList'
export
default
{
name
:
'StationPlanMaintenance'
,
name
:
'
DeeMes
StationPlanMaintenance'
,
components
:
{
searchBar
,
station
,
gantt
,
missingParts
,
stationPlanList
},
data
()
{
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