|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<lay-container fluid="true" class="content-box">
|
|
|
|
|
<FormulaView :teamId="dataInfoObj.FTeamID" :halfId="dataInfoObj.FMaterialHalfIDs"></FormulaView>
|
|
|
|
|
<FormulaView :teamId="dataInfoObj.FTeamID" :dataInfoObj="dataInfoObj" :halfId="dataInfoObj.FMaterialHalfIDs"></FormulaView>
|
|
|
|
|
<lay-layer area="90%" v-model="showFreezingColumnSettingBox" title="固定列设置" :end="closeFreezingSetting">
|
|
|
|
|
<FreezingColumnSetting v-if="showFreezingColumnSettingBox" :columns="originalColumns"
|
|
|
|
|
:freezingColumns="freezingColumnSetting" @cancelClick="setFreezingColumnsSetting"></FreezingColumnSetting>
|
|
|
|
|
@ -209,7 +209,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
this.getUserPower();
|
|
|
|
|
this.initPage(this.idx);
|
|
|
|
|
//this.initPage(this.idx);
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
async getUserPower() {
|
|
|
|
|
@ -227,12 +227,10 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
async initPage(idx) {
|
|
|
|
|
this.idx = idx;
|
|
|
|
|
debugger
|
|
|
|
|
let _data = await getListByHalfMaterialTeamId({
|
|
|
|
|
teamId: this.dataInfoObj.FTeamID,
|
|
|
|
|
viewType: this.dataInfoObj.FViewType
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.materialInfoList = await GetMaterialInfoList() || null;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|