123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729 |
- <template>
- <div class="dashboard">
- <ComHead :tabs-index="2" />
- <div class="dashboard-content">
- <div class="dashboard-content-top flex">
- <div class="dashboard-content-top-left">
- <div class="dashboard-content-top-left-item">
- <div class="dashboard-content-top-left-item-top">
- <div class="dashboard-content-top-left-item-top-title">
- 小时峰值分析
- </div>
- <div
- class="dashboard-content-top-left-item-top-time"
- @click="showDatePicker(showTimeMsg.HourlyPeak)"
- >
- <el-icon color="#ffffff" size="18">
- <Calendar />
- </el-icon>
- <el-icon color="#ffffff">
- <CaretBottom />
- </el-icon>
- </div>
- </div>
- <div
- v-loading="loading1"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-left-item-bottom"
- >
- <Echarts id="ww1" :option="hourlyPeakObj" />
- </div>
- </div>
- <div class="dashboard-content-top-left-item">
- <div class="dashboard-content-top-left-item-top">
- <div class="dashboard-content-top-left-item-top-title">
- 日趋势分析
- </div>
- <div
- class="dashboard-content-top-left-item-top-time"
- @click="showDatePicker(showTimeMsg.WaybillTrend)"
- >
- <el-icon color="#ffffff" size="18">
- <Calendar />
- </el-icon>
- <el-icon color="#ffffff">
- <CaretBottom />
- </el-icon>
- </div>
- </div>
- <div
- v-loading="loading2"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-left-item-bottom"
- >
- <Echarts id="ww12" :option="waybillTrendObj" />
- </div>
- </div>
- <div class="dashboard-content-top-left-item">
- <div class="dashboard-content-top-left-item-top">
- <div class="dashboard-content-top-left-item-top-title">
- 目的站统计分析
- </div>
- <div
- class="dashboard-content-bottom-left-top-time"
- @click="showDatePicker(showTimeMsg.NodePeak)"
- >
- <el-icon color="#ffffff" size="18">
- <Calendar />
- </el-icon>
- <el-icon color="#ffffff">
- <CaretBottom />
- </el-icon>
- </div>
- </div>
- <div
- v-loading="loading3"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-left-item-bottom"
- >
- <Echarts id="ww4" :option="nodePeakObj" />
- </div>
- </div>
- </div>
- <!-- 地图 -->
- <div class="dashboard-content-top-center">
- <div
- v-loading="loading4"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-center-top"
- >
- <div class="dashboard-content-top-center-top-list">
- <div class="dashboard-content-top-center-top-list-txt">
- 今日计划航班数(班)
- </div>
- <div class="dashboard-content-top-center-top-list-num">
- {{ flightNums }}
- </div>
- </div>
- <div class="dashboard-content-top-center-top-list">
- <div class="dashboard-content-top-center-top-list-txt">
- 已完成航班数(班)
- </div>
- <div class="dashboard-content-top-center-top-list-num">
- {{ stockNums }}
- </div>
- </div>
- <div class="dashboard-content-top-center-top-list">
- <div class="dashboard-content-top-center-top-list-txt">
- 已装载总量(吨)
- </div>
- <div class="dashboard-content-top-center-top-list-num">
- {{ formatWeight(weightNums) }}
- </div>
- </div>
- </div>
- <div
- v-loading="loading5"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-center-bottom"
- >
- <div class="dashboard-content-top-center-bottom-title">
- 航班动态跟踪
- </div>
- <div class="dashboard-content-top-center-bottom-content">
- <div class="dashboard-content-top-center-bottom-content-head">
- <div
- class="dashboard-content-top-center-bottom-content-head-list"
- >
- 公司/航班号
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-head-list"
- >
- 航班状态
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-head-list"
- >
- 经停/到达站
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-head-list"
- >
- 计划起飞
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-head-list"
- >
- 实际起飞
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-head-list"
- >
- 机型
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-head-list"
- >
- 类型
- </div>
- </div>
- <div
- ref="scrollContent"
- class="dashboard-content-top-center-bottom-content-bottom"
- >
- <vue3-seamless-scroll
- :list="listData"
- :limitScrollNum="limitScrollNum"
- :hover-stop="true"
- :hover="true"
- :step="0.3"
- >
- <div
- v-for="(item, index) in listData"
- :key="index"
- class="dashboard-content-top-center-bottom-content-bottom-list"
- >
- <div
- class="dashboard-content-top-center-bottom-content-bottom-list-txt"
- >
- {{ item.flightNo }}
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-bottom-list-txt"
- >
- {{ item.flightState }}
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-bottom-list-txt"
- >
- {{ item.airport }}
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-bottom-list-txt"
- >
- {{ item.planTime }}
- </div>
- <!-- <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">
- {{ item.preTime || '--' }}
- </div> -->
- <div
- class="dashboard-content-top-center-bottom-content-bottom-list-txt"
- >
- {{ item.acTime || '--' }}
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-bottom-list-txt"
- >
- {{ item.planeType }}
- </div>
- <div
- class="dashboard-content-top-center-bottom-content-bottom-list-txt"
- >
- {{ item.KHT }}
- </div>
- </div>
- </vue3-seamless-scroll>
- </div>
- </div>
- </div>
- </div>
- <div class="dashboard-content-top-right">
- <div class="dashboard-content-top-right-item">
- <div class="dashboard-content-top-right-item-top">
- <div class="dashboard-content-top-right-item-top-title">
- 航司统计分析
- </div>
- <div
- class="dashboard-content-top-right-item-top-time"
- @click="showDatePicker(showTimeMsg.AirlineTraffic)"
- >
- <el-icon color="#ffffff" size="18">
- <Calendar />
- </el-icon>
- <el-icon color="#ffffff">
- <CaretBottom />
- </el-icon>
- </div>
- </div>
- <div
- v-loading="loading6"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-right-item-bottom"
- >
- <Echarts id="a1" :option="airlineTrafficObj" />
- </div>
- </div>
- <div class="dashboard-content-top-right-item">
- <div class="dashboard-content-top-right-item-top">
- <div class="dashboard-content-top-right-item-top-title">
- 特货分类统计
- </div>
- <div
- class="dashboard-content-top-right-item-top-time"
- @click="showDatePicker(showTimeMsg.SpecialClassification)"
- >
- <el-icon color="#ffffff" size="18">
- <Calendar />
- </el-icon>
- <el-icon color="#ffffff">
- <CaretBottom />
- </el-icon>
- </div>
- <div class="dashboard-content-top-right-item-top-time">
- <el-dropdown
- :disabled="!specialGoodsDatas.length"
- trigger="click"
- @command="handleCommand"
- >
- <span class="icons">
- <span class="icons-txt">{{ specialGoods }}</span>
- <el-icon color="#ffffff">
- <CaretBottom />
- </el-icon>
- </span>
- <template #dropdown>
- <el-dropdown-menu>
- <el-dropdown-item
- v-for="item in specialGoodsDatas"
- :key="item.specialTypeName"
- :command="item.specialTypeName"
- >{{ item.specialTypeName }}</el-dropdown-item
- >
- </el-dropdown-menu>
- </template>
- </el-dropdown>
- </div>
- </div>
- <div
- v-loading="loading7"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-left-item-bottom"
- >
- <Echarts id="ww44" :option="airlineObj" />
- </div>
- </div>
- <div class="dashboard-content-top-right-item">
- <div class="dashboard-content-top-right-item-top">
- <div class="dashboard-content-top-right-item-top-title">
- 拉货统计分析
- </div>
- <div
- class="dashboard-content-top-right-item-top-time"
- @click="showDatePicker(showTimeMsg.PickingStatistics)"
- >
- <el-icon color="#ffffff" size="18">
- <Calendar />
- </el-icon>
- <el-icon color="#ffffff">
- <CaretBottom />
- </el-icon>
- </div>
- </div>
- <div
- v-loading="loading8"
- element-loading-text="数据加载中..."
- element-loading-background="rgba(0,0,0, 0.3)"
- class="dashboard-content-top-left-item-bottom"
- >
- <Echarts id="ww45" :option="pickingObj" />
- </div>
- </div>
- </div>
- </div>
- </div>
- <Dialog
- :flag="flag"
- msg-title="日期选择"
- @resetForm="resetForm"
- @submitForm="submitForm"
- >
- <el-form :model="form" label-width="120px">
- <el-form-item label="开始日期">
- <el-date-picker
- :disabled-date="disabledStartDate"
- v-model="form.startDate"
- type="date"
- placeholder="请选择开始日期"
- size="default"
- format="YYYY-MM-DD"
- value-format="YYYY-MM-DD"
- />
- </el-form-item>
- <el-form-item label="结束日期">
- <el-date-picker
- :disabled-date="disabledEndDate"
- v-model="form.endDate"
- type="date"
- placeholder="请选择结束日期"
- size="default"
- format="YYYY-MM-DD"
- value-format="YYYY-MM-DD"
- />
- </el-form-item>
- </el-form>
- </Dialog>
- </div>
- </template>
- <script setup lang="ts">
- import { Vue3SeamlessScroll } from 'vue3-seamless-scroll'
- import Echarts from '@/components/Echarts/commonChartsBar.vue'
- import ComHead from './components/comHead.vue'
- import { Calendar, CaretBottom } from '@element-plus/icons-vue'
- import Dialog from '@/components/dialog/index.vue'
- import { usePublic, showTimeMsg } from './hooks/usePublic'
- // import nodeCode from './hooks/nodeCode'
- import { parseTime, isValue } from '@/utils/validate'
- import * as _ from 'lodash'
- import { useLoop } from '@/hooks/useLoop'
- const {
- optionLeft,
- airCompaneBaggage,
- airlineAbnormalBaggage,
- getPublicData,
- formatGoods,
- formatWeight,
- } = usePublic()
- const timePickerName = ref(0)
- const limitScrollNum = ref(13)
- const scrollContent = ref<HTMLElement>()
- const flag = ref(false)
- const loading1 = ref(true)
- const loading2 = ref(true)
- const loading3 = ref(true)
- const loading4 = ref(true)
- const loading5 = ref(true)
- const loading6 = ref(true)
- const loading7 = ref(true)
- const loading8 = ref(true)
- const hourlyPeakObj = ref<any>({})
- const waybillTrendObj = ref<any>({})
- const nodePeakObj = ref<any>({})
- const airlineTrafficObj = ref<any>({})
- const airlineObj = ref<any>({})
- const pickingObj = ref<any>({})
- const flightNums = ref(0)
- const stockNums = ref(0)
- const specialGoods = ref<string>('分类')
- const specialGoodsDatas = ref<any>([])
- const specialGoodsAll = ref<any>([])
- const weightNums = ref<number | string>(0)
- const today = parseTime(Date.now(), '{y}-{m}-{d}')
- const sevenDaysAgo = parseTime(
- Date.now() - 24 * 60 * 60 * 1000 * 7,
- '{y}-{m}-{d}'
- )
- const form = reactive({
- startDate: sevenDaysAgo,
- endDate: today,
- })
- const listData = ref<any>([])
- const disabledStartDate = (time: Date) => {
- const timer: any = form.endDate
- const data = new Date(timer)
- return time.getTime() > data.getTime()
- }
- const disabledEndDate = (time: Date) => {
- const timer: any = form.startDate
- let data = new Date(timer)
- return data.getTime() > time.getTime()
- }
- const resetForm = () => {
- flag.value = false
- }
- const submitForm = () => {
- flag.value = false
- let dates: any = {}
- switch (timePickerName.value) {
- case showTimeMsg.HourlyPeak:
- dates = hourlyDates
- loading1.value = true
- break
- case showTimeMsg.WaybillTrend:
- dates = waybillDates
- loading2.value = true
- break
- case showTimeMsg.NodePeak:
- dates = nodeDates
- loading3.value = true
- break
- case showTimeMsg.AirlineTraffic:
- dates = airlineTrafficDates
- loading6.value = true
- break
- case showTimeMsg.SpecialClassification:
- dates = airlineDates
- loading7.value = true
- break
- case showTimeMsg.PickingStatistics:
- dates = pickingDates
- loading8.value = true
- break
- default:
- break
- }
- dates.startDate = form.startDate
- dates.endDate = form.endDate
- }
- const showDatePicker = (id?) => {
- flag.value = true
- timePickerName.value = id
- let dates: any = {}
- switch (id) {
- case showTimeMsg.HourlyPeak:
- dates = hourlyDates
- break
- case showTimeMsg.WaybillTrend:
- dates = waybillDates
- break
- case showTimeMsg.NodePeak:
- dates = nodeDates
- break
- case showTimeMsg.AirlineTraffic:
- dates = airlineTrafficDates
- break
- case showTimeMsg.SpecialClassification:
- dates = airlineDates
- break
- case showTimeMsg.PickingStatistics:
- dates = pickingDates
- break
- default:
- break
- }
- form.startDate = dates.startDate || null
- form.endDate = dates.endDate || null
- }
- const sortClass = sortData => {
- const groupBy = (array, f) => {
- let groups = {}
- array.forEach(o => {
- let group = JSON.stringify(f(o))
- groups[group] = groups[group] || []
- groups[group].push(o)
- })
- return Object.keys(groups).map(group => {
- return groups[group]
- })
- }
- const sorted = groupBy(sortData, item => {
- return item.jobName
- })
- return sorted
- }
- const pubFunc = (listValues, target, type?) => {
- const newObj = _.cloneDeep(target)
- const [jobTimes, stockNums, weights] = [<any>[], <any>[], <any>[]]
- listValues.forEach(item => {
- jobTimes.push(item.jobTime)
- stockNums.push(item.stockNum)
- weights.push(item.weight)
- })
- newObj.xAxis.data = jobTimes
- if (type) {
- newObj.series[1].data = stockNums
- newObj.series[0].data = weights
- } else {
- newObj.series[0].data = stockNums
- newObj.series[1].data = weights
- }
- return newObj
- }
- const parseDate = (date: string) => {
- const dates = date.split('-')
- const newDate = dates.shift()
- return dates.join('-')
- }
- // 特货分类统计-选取下拉数据
- const handleCommand = (command: string) => {
- specialGoods.value = command
- const newObj: any = _.cloneDeep(airlineAbnormalBaggage.option.baseOption)
- const result = formatGoods(command, specialGoodsAll.value)
- airlineObj.value = pubFunc(result, newObj)
- }
- //获取小时峰值分布
- const hourlyDates = reactive({ startDate: today, endDate: today })
- const hourlyPeakFunc = async () => {
- const listValues = (await getPublicData(DATACONTENT_ID.jscGjHourlyPeakId, [
- { flightDate1: hourlyDates.startDate, flightDate2: hourlyDates.endDate },
- ])) as any
- if (listValues && isValue(listValues)) {
- hourlyPeakObj.value = pubFunc(listValues, optionLeft, true)
- loading1.value = false
- }
- }
- //运单趋势分析
- const waybillDates = reactive({ startDate: sevenDaysAgo, endDate: today })
- const waybillTrendFunc = async () => {
- const listValues = (await getPublicData(DATACONTENT_ID.jscGjWaybillTrendId, [
- { flightDate1: waybillDates.startDate, flightDate2: waybillDates.endDate },
- ])) as any
- if (listValues && isValue(listValues)) {
- listValues.forEach(item => {
- item.jobTime = parseDate(item['jobTime'])
- })
- waybillTrendObj.value = pubFunc(listValues, optionLeft, true)
- loading2.value = false
- }
- }
- //始发站/目的站统计分析
- const nodeDates = reactive({ startDate: today, endDate: today })
- const nodePeakFunc = async () => {
- const listValues = (await getPublicData(DATACONTENT_ID.jscAirlineAbnormalId, [
- {
- fd1: nodeDates.startDate,
- fd2: nodeDates.endDate,
- fttp: '国际离港',
- },
- ])) as any
- if (listValues && isValue(listValues)) {
- const newObj = _.cloneDeep(airCompaneBaggage.option.baseOption)
- listValues.forEach(item => {
- item.jobTime = item['airport']
- })
- nodePeakObj.value = pubFunc(listValues, newObj, true)
- loading3.value = false
- }
- }
- //航班数&运单数
- const numbersFunc = async () => {
- const listValues = (await getPublicData(DATACONTENT_ID.jscGjNumbersId, [
- {
- fd1: today,
- fd2: today,
- },
- ])) as any
- if (listValues && isValue(listValues)) {
- const { flightNum, finishFlightNum, weight } = listValues[0]
- flightNums.value = flightNum ?? 0
- stockNums.value = finishFlightNum ?? 0
- weightNums.value = weight ?? 0
- loading4.value = false
- }
- }
- //航司运量
- const airlineTrafficDates = reactive({
- startDate: sevenDaysAgo,
- endDate: today,
- })
- const airlineTrafficFunc = async () => {
- const listValues = await getPublicData(DATACONTENT_ID.jscGjAirlineTrafficId, [
- {
- flightDate1: airlineTrafficDates.startDate,
- flightDate2: airlineTrafficDates.endDate,
- },
- ])
- if (listValues && isValue(listValues)) {
- const newObj: any = _.cloneDeep(airCompaneBaggage.option.baseOption)
- ;(newObj.dataZoom = [
- {
- id: 'dataZoomX',
- type: 'slider',
- xAxisIndex: [0],
- filterMode: 'filter',
- start: 0,
- end: 20,
- },
- ]),
- listValues.forEach(item => {
- item.jobTime = item['IACACode']
- })
- airlineTrafficObj.value = pubFunc(listValues, newObj, true)
- loading6.value = false
- }
- }
- //航班表格
- const airlineAbnormalFunc = async () => {
- const listValues = (await getPublicData(DATACONTENT_ID.jscFlightDynamicsId, [
- {
- fd1: today,
- fd2: today,
- fttp: '国际离港',
- },
- ])) as any
- const domHeight = scrollContent.value?.clientHeight
- if (domHeight && typeof domHeight == 'number') {
- const cell = Math.ceil(domHeight / 40)
- limitScrollNum.value = cell
- }
- if (listValues && isValue(listValues)) {
- listData.value = listValues
- loading5.value = false
- }
- }
- //航班动态统计
- const airlineDates = reactive({ startDate: sevenDaysAgo, endDate: today })
- const airlineFunc = async () => {
- const listValues = (await getPublicData(DATACONTENT_ID.jscGoodsId, [
- {
- fd1: airlineDates.startDate,
- fd2: airlineDates.endDate,
- fttp: '国际离港',
- },
- ])) as any
- if (listValues && isValue(listValues)) {
- const newObj: any = _.cloneDeep(airlineAbnormalBaggage.option.baseOption)
- const newDatas = _.cloneDeep(listValues)
- const nameDatas = _.unionBy(newDatas, 'specialTypeName')
- // const names: any = [...nameDatas];
- const names: any = [...nameDatas, { specialTypeName: '合计' }]
- // specialGoods.value = names[0]["specialTypeName"];
- specialGoods.value = '合计'
- specialGoodsDatas.value = names
- specialGoodsAll.value = listValues
- const result = formatGoods(
- // names[0]["specialTypeName"],
- '合计',
- specialGoodsAll.value
- )
- airlineObj.value = pubFunc(result, newObj)
- loading7.value = false
- }
- }
- //拉货统计
- const pickingDates = reactive({ startDate: sevenDaysAgo, endDate: today })
- const pickingFuncs = async () => {
- const listValues = (await getPublicData(DATACONTENT_ID.jscGjPullId, [
- {
- fd1: pickingDates.startDate,
- fd2: pickingDates.endDate,
- },
- ])) as any
- if (listValues && isValue(listValues)) {
- const newObj: any = _.cloneDeep(airlineAbnormalBaggage.option.baseOption)
- listValues.forEach(item => {
- item.jobTime = parseDate(item['flightDate'])
- item.weight = item['flightNum']
- })
- pickingObj.value = pubFunc(listValues, newObj)
- loading8.value = false
- }
- }
- useLoop([hourlyPeakFunc], 'dashboard', [hourlyDates])
- useLoop([waybillTrendFunc], 'dashboard', [waybillDates])
- useLoop([nodePeakFunc], 'dashboard', [nodeDates])
- useLoop([numbersFunc], 'dashboard')
- useLoop([airlineTrafficFunc], 'dashboard', [airlineTrafficDates])
- useLoop([airlineAbnormalFunc], 'dashboard')
- useLoop([airlineFunc], 'dashboard', [airlineDates])
- useLoop([pickingFuncs], 'dashboard', [pickingDates])
- </script>
- <style lang="scss" scoped>
- @import './css/index.scss';
- </style>
|