|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="airportInfo">
|
|
<div class="airportInfo">
|
|
<div class="variable">
|
|
<div class="variable">
|
|
- <StatisticsHeader :title="titleTop" :items="formItems" :data="formData" :eledata="eledata" with-setting :withSetting="false" :withExport="true" :set="set" :action="action" :asShow="asShow" @getFormData="getFormData" @export="tableToExcel('table')" @upset="upset" />
|
|
|
|
|
|
+ <StatisticsHeader :title="titleTop" :items="formItems" :data="formData" :eledata="eledata" with-setting :withSetting="false" :withExport="true" :set="set" :action="action" :asShow="asShow" @getFormData="getFormData" @export="tableToExcel('table')" @upset="upset" @fore="fore"/>
|
|
</div>
|
|
</div>
|
|
<div v-loading="loading" element-loading-text="数据加载中..." class="echart">
|
|
<div v-loading="loading" element-loading-text="数据加载中..." class="echart">
|
|
<!-- <Echarts :id="dataid" :option="tableData" v-if="picShow == true ? true : false" /> -->
|
|
<!-- <Echarts :id="dataid" :option="tableData" v-if="picShow == true ? true : false" /> -->
|
|
@@ -164,7 +164,6 @@ export default {
|
|
deep: true,
|
|
deep: true,
|
|
handler (newVal) {
|
|
handler (newVal) {
|
|
const { fttpId, fttp, flighttype, flightno } = newVal
|
|
const { fttpId, fttp, flighttype, flightno } = newVal
|
|
- this.setClub(fttpId)
|
|
|
|
if (flightno) {
|
|
if (flightno) {
|
|
const datas = this.tableList.filter(item => item.flight_all_no == flightno)
|
|
const datas = this.tableList.filter(item => item.flight_all_no == flightno)
|
|
this.setTable(datas)
|
|
this.setTable(datas)
|
|
@@ -229,8 +228,8 @@ export default {
|
|
this.tableNewList = this.tableListcop[0]
|
|
this.tableNewList = this.tableListcop[0]
|
|
this.total = datas.length
|
|
this.total = datas.length
|
|
},
|
|
},
|
|
- setClub (id) {
|
|
|
|
- switch (id) {
|
|
|
|
|
|
+ fore (data) {
|
|
|
|
+ switch (data.fttpId) {
|
|
case 52233:
|
|
case 52233:
|
|
this.formItems[2].options = [
|
|
this.formItems[2].options = [
|
|
{
|
|
{
|
|
@@ -311,6 +310,7 @@ export default {
|
|
try {
|
|
try {
|
|
const { code, returnData } = await Query({
|
|
const { code, returnData } = await Query({
|
|
id: id,
|
|
id: id,
|
|
|
|
+ pageSize:9999,
|
|
dataContent: data,
|
|
dataContent: data,
|
|
});
|
|
});
|
|
if (code == 0) {
|
|
if (code == 0) {
|