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
cc0c2be0
Commit
cc0c2be0
authored
Nov 06, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
站位计划执行页面调整
parent
2e01e64e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
480 additions
and
8 deletions
+480
-8
aircraft.png
applications/architecture-dee/public/icons/aircraft.png
+0
-0
u513.png
applications/architecture-dee/public/icons/u513.png
+0
-0
u517.png
applications/architecture-dee/public/icons/u517.png
+0
-0
DeeTab.vue
applications/architecture-dee/src/components/DeeTab.vue
+7
-1
index.vue
...s/assemblyPlanManagement/stationPlanMaintenance/index.vue
+7
-5
missingParts.vue
...blyPlanManagement/stationPlanMaintenance/missingParts.vue
+2
-2
stationPlanList.vue
...PlanManagement/stationPlanMaintenance/stationPlanList.vue
+464
-0
No files found.
applications/architecture-dee/public/icons/aircraft.png
0 → 100644
View file @
cc0c2be0
1.36 KB
applications/architecture-dee/public/icons/u513.png
0 → 100644
View file @
cc0c2be0
1.52 KB
applications/architecture-dee/public/icons/u517.png
0 → 100644
View file @
cc0c2be0
1.36 KB
applications/architecture-dee/src/components/DeeTab.vue
View file @
cc0c2be0
...
...
@@ -20,7 +20,7 @@
:label=
"item.name"
:disabled=
"disabled"
:name=
"(index+1)+''"
:lazy=
"
true
"
:lazy=
"
isLazy
"
>
<!--
<el-scrollbar
class=
"scroll_dee_tab"
>
-->
<span
v-if=
"item.id"
slot=
"label"
@
dblclick=
"dblclickTab(item)"
><img
:src=
"item.icon"
class=
"imgStyle"
alt=
""
><span>
{{
item
.
name
}}
</span></span>
...
...
@@ -221,6 +221,12 @@ export default {
defaultActiveName
:
{
type
:
String
,
default
:
()
=>
''
},
isLazy
:
{
type
:
Boolean
,
default
:
function
()
{
return
true
}
}
},
data
()
{
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/index.vue
View file @
cc0c2be0
...
...
@@ -4,18 +4,19 @@
<div
slot=
"0"
style=
"height:100%;box-sizing:border-box"
>
<split-pane
:min-percent=
"18"
:default-percent=
"
78
"
:default-percent=
"
85
"
split=
"vertical"
class=
"detail-pane"
>
<template
slot=
"paneL"
>
<div
class=
"three-member-wrap"
>
<dee-as-com
<
!--
<
dee-as-com
ref=
"detailCom"
:key=
"layConfig.typeName"
:lay-config=
"layConfig"
@
row-click=
"rowClick"
/>
/>
-->
<stationPlanList
@
getMissData=
"getMissData"
/>
</div>
</
template
>
<
template
slot=
"paneR"
>
...
...
@@ -40,9 +41,10 @@ import searchBar from './searchBar.vue'
import
station
from
'./station.vue'
import
gantt
from
'./gantt.vue'
import
missingParts
from
'./missingParts'
import
stationPlanList
from
'./stationPlanList'
export
default
{
name
:
'StationPlanMaintenance'
,
components
:
{
searchBar
,
station
,
gantt
,
missingParts
},
components
:
{
searchBar
,
station
,
gantt
,
missingParts
,
stationPlanList
},
data
()
{
return
{
sortiesId
:
''
,
...
...
@@ -98,7 +100,7 @@ export default {
},
methods
:
{
rowClick
(
data
)
{
getMissData
(
data
)
{
this
.
rowData
=
data
this
.
getMissInfo
(
data
.
row
.
extProcessPlan
)
},
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/missingParts.vue
View file @
cc0c2be0
<
template
>
<div
class=
"missing-parts"
>
<div
class=
"search-box"
>
<
!--
<
div
class=
"search-box"
>
<div
class=
"title"
>
生产准备符合项
</div>
<div
class=
"num"
>
{{
detailInfo
.
leftItem
}}
/
<span
class=
"blue"
>
{{
detailInfo
.
rightItem
}}
</span></div>
</div>
</div>
-->
<div
class=
""
>
<h4>
缺件信息列表
</h4>
<el-table
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/stationPlanList.vue
0 → 100644
View file @
cc0c2be0
This diff is collapsed.
Click to expand it.
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