Commit 01edb64e authored by jingnan's avatar jingnan 👀

ERP相关_CAS配套申请界面开发及接口联调

parent 0bcce179
......@@ -19,52 +19,55 @@
</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-fold-pane
:min-percent="18"
:default-percent="18"
split="vertical"
class="detail-pane"
fold-direction="false"
>
<template slot="paneL">
<div class="three-member-wrap">
<!-- <dee-as-com
<!-- <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="defaultPercent"
split="vertical"
class="detail-pane"
fold-direction="false"
>
<template slot="paneL">
<div class="three-member-wrap">
<!-- <dee-as-com
ref="detailCom"
:key="layConfig.typeName"
:lay-config="layConfig"
@row-click="rowClick"
/> -->
<stationPlanList :state-options="stateOptions" @getMissData="getMissData" />
</div>
</template>
<template slot="paneR">
<div class="resourceTable-wrap">
<missingParts :info="missInfo" />
</div>
</template>
</dee-fold-pane>
</div>
<div slot="1" style="height:100%;box-sizing:border-box">
<stationPlanList :state-options="stateOptions" @getMissData="getMissData" @switchMissPartsShow="switchMissPartsShow" />
</div>
</template>
<template slot="paneR">
<div class="resourceTable-wrap">
<missingParts :info="missInfo" />
</div>
</template>
</dee-fold-pane>
<!-- </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
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment