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
e724a8cf
Commit
e724a8cf
authored
Jan 11, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加物料配套管理
parent
03b68bad
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
484 additions
and
3 deletions
+484
-3
index.vue
...s/assemblyPlanManagement/stationPlanMaintenance/index.vue
+22
-3
materialSupporting.vue
...nManagement/stationPlanMaintenance/materialSupporting.vue
+462
-0
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/index.vue
View file @
e724a8cf
<
template
>
<
template
>
<div
class=
"stationPlan-maintenance-page"
>
<div
class=
"stationPlan-maintenance-page"
>
<dee-tab
:tabs=
"tabItems"
:show-swipe=
"false"
:is-detail=
"false"
>
<dee-fold-pane
v-if=
"$route.path==='/dee-mes/material-supporting-management'"
:min-percent=
"18"
:default-percent=
"18"
split=
"vertical"
class=
"detail-pane"
fold-direction=
"false"
>
<template
slot=
"paneL"
>
<div
class=
"three-member-wrap"
>
<materialSupporting
@
getMissData=
"getMissData"
/>
</div>
</
template
>
<
template
slot=
"paneR"
>
<div
class=
"resourceTable-wrap"
>
<missingParts
:info=
"missInfo"
/>
</div>
</
template
>
</dee-fold-pane>
<dee-tab
v-else
:tabs=
"tabItems"
:show-swipe=
"false"
:is-detail=
"false"
>
<div
slot=
"0"
style=
"height:100%;box-sizing:border-box"
>
<div
slot=
"0"
style=
"height:100%;box-sizing:border-box"
>
<dee-fold-pane
<dee-fold-pane
:min-percent=
"18"
:min-percent=
"18"
...
@@ -35,7 +54,6 @@
...
@@ -35,7 +54,6 @@
</dee-tab>
</dee-tab>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
post
}
from
'@/utils/http'
import
{
post
}
from
'@/utils/http'
import
searchBar
from
'./searchBar.vue'
import
searchBar
from
'./searchBar.vue'
...
@@ -43,9 +61,10 @@ import station from './station.vue'
...
@@ -43,9 +61,10 @@ import station from './station.vue'
import
gantt
from
'./gantt.vue'
import
gantt
from
'./gantt.vue'
import
missingParts
from
'./missingParts'
import
missingParts
from
'./missingParts'
import
stationPlanList
from
'./stationPlanList'
import
stationPlanList
from
'./stationPlanList'
import
materialSupporting
from
'./materialSupporting'
export
default
{
export
default
{
name
:
'DeeMesStationPlanMaintenance'
,
name
:
'DeeMesStationPlanMaintenance'
,
components
:
{
searchBar
,
station
,
gantt
,
missingParts
,
stationPlanList
},
components
:
{
searchBar
,
station
,
gantt
,
missingParts
,
stationPlanList
,
materialSupporting
},
data
()
{
data
()
{
return
{
return
{
sortiesId
:
''
,
sortiesId
:
''
,
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/materialSupporting.vue
0 → 100644
View file @
e724a8cf
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