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
01edb64e
Commit
01edb64e
authored
Jul 30, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP相关_CAS配套申请界面开发及接口联调
parent
0bcce179
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
210 additions
and
136 deletions
+210
-136
index.vue
...s/assemblyPlanManagement/stationPlanMaintenance/index.vue
+36
-29
stationPlanList.vue
...PlanManagement/stationPlanMaintenance/stationPlanList.vue
+174
-107
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/index.vue
View file @
01edb64e
...
...
@@ -19,11 +19,12 @@
</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"
>
<
!-- <
dee-tab v-else :tabs="tabItems" :show-swipe="false" :is-detail="false">
<div slot="0" style="height:100%;box-sizing:border-box">
-->
<dee-fold-pane
v-else
:min-percent=
"18"
:default-percent=
"18
"
:default-percent=
"defaultPercent
"
split=
"vertical"
class=
"detail-pane"
fold-direction=
"false"
...
...
@@ -36,7 +37,7 @@
:lay-config=
"layConfig"
@
row-click=
"rowClick"
/>
-->
<stationPlanList
:state-options=
"stateOptions"
@
getMissData=
"getMissData
"
/>
<stationPlanList
:state-options=
"stateOptions"
@
getMissData=
"getMissData"
@
switchMissPartsShow=
"switchMissPartsShow
"
/>
</div>
</
template
>
<
template
slot=
"paneR"
>
...
...
@@ -45,26 +46,28 @@
</div>
</
template
>
</dee-fold-pane>
</div
>
<div
slot=
"1"
style=
"height:100%;box-sizing:border-box"
>
<!-- </div> --
>
<!--
<div slot="1" style="height:100%;box-sizing:border-box">
<searchBar :state-options="stateOptions" @showStation="showStation" @search="search" />
<station v-show="headerShow" :state-options="stateOptions" :sorties-id="sortiesId" :form="form" @change="change" />
<gantt :form="form" :state-options="stateOptions" :class="[headerShow?'gantt-bar':'gantt-bar no-header']" />
</div>
</dee-tab>
</dee-tab>
-->
</div>
</template>
<
script
>
import
{
post
}
from
'@/utils/http'
import
searchBar
from
'./searchBar.vue'
import
station
from
'./station.vue'
import
gantt
from
'./gantt.vue'
//
import searchBar from './searchBar.vue'
//
import station from './station.vue'
//
import gantt from './gantt.vue'
import
missingParts
from
'./missingParts'
import
stationPlanList
from
'./stationPlanList'
import
materialSupporting
from
'./materialSupporting'
export
default
{
name
:
'DeeMesStationPlanMaintenance'
,
components
:
{
searchBar
,
station
,
gantt
,
missingParts
,
stationPlanList
,
materialSupporting
},
components
:
{
// searchBar, station, gantt,
missingParts
,
stationPlanList
,
materialSupporting
},
data
()
{
return
{
sortiesId
:
''
,
...
...
@@ -74,7 +77,8 @@ export default {
headerShow
:
true
,
basicData
:
{},
missInfo
:
{},
rowData
:
{}
rowData
:
{},
defaultPercent
:
18
}
},
computed
:
{
...
...
@@ -263,6 +267,9 @@ export default {
},
showStation
(
flag
)
{
this
.
headerShow
=
flag
},
switchMissPartsShow
(
data
)
{
this
.
defaultPercent
=
data
}
}
}
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/stationPlanList.vue
View file @
01edb64e
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