123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442 |
- <template>
- <div class="body-wrapper">
- <el-form class="form-wrapper" :inline="true" :model="formInline1">
- <!-- <el-form-item label="行政区">-->
- <!-- <el-select clearable v-model="formInline1.regionCode" placeholder="请选择" popper-class="cur-select">-->
- <!-- <el-option v-for="item in districtOptions" :key="item.label" :label="item.label" :value="item.value"></el-option>-->
- <!-- </el-select>-->
- <!-- </el-form-item>-->
- <!-- <el-form-item label="街道">-->
- <!-- <el-input v-model="formInline1.streetName" placeholder="请输入"></el-input>-->
- <!-- </el-form-item>-->
- <el-form-item label="停车场">
- <el-select clearable filterable v-model="formInline1.parkId" placeholder="请选择" popper-class="cur-select">
- <el-option v-for="item in carOptions" :key="item.parkId" :label="item.carParkName" :value="item.parkId"></el-option>
- </el-select>
- </el-form-item>
- <!-- <el-form-item label="查询日期">-->
- <!-- <el-date-picker-->
- <!-- clearable-->
- <!-- v-model="formInline1.time"-->
- <!-- type="daterange"-->
- <!-- range-separator="至"-->
- <!-- start-placeholder="开始日期"-->
- <!-- value-format="yyyy-MM-dd"-->
- <!-- :picker-options="{disabledDate: (time) => time.getTime() > Date.now()}"-->
- <!-- end-placeholder="结束日期">-->
- <!-- </el-date-picker>-->
- <!-- </el-form-item>-->
- <el-form-item>
- <el-button type="primary" @click="queryAll">查询</el-button>
- </el-form-item>
- </el-form>
- <br>
- <div style="display: flex; justify-content: space-between;">
- <div style="width: 50%; height: 300px">
- <div align="center" style="color: white">停车饱和度</div>
- <linechart
- :autoStop="false"
- :top="30"
- :bottom="30"
- :left="40"
- :legendTop="0"
- yAxisName="(个)"
- :dataset="bardata"
- :tooltipFormat="lineTooltipFormat6"
- :encode="[
- {x: 'mouth', y: 'lastYearAmount', seriesName: '占用' ,bool:'true'}]"
- id="tcbhd"
- />
- </div>
- <div style="width: 50%; height: 300px">
- <div align="center" style="color: white">停车场周转率分析</div>
- <linechart
- :autoStop="false"
- :top="30"
- :bottom="30"
- :left="40"
- :legendTop="0"
- yAxisName="(%)"
- :dataset="linedata1"
- :tooltipFormat="lineTooltipFormat1"
- :encode="[
- { x: 'month', y: 'lastAmount', seriesName: '停车场周转率',bool:'true' },
- ]"
- id="sxcyfzqk1"
- />
- </div>
- </div>
- <div style="display: flex; justify-content: space-between;margin-top: 5%">
- <div style="width: 50%; height: 300px;padding-left: 25px">
- <div align="center" style="color: white">车辆进出场趋势</div>
- <linechart
- :autoStop="false"
- :top="30"
- :bottom="30"
- :left="40"
- :legendTop="0"
- yAxisName="(%)"
- :dataset="linedata2"
- :tooltipFormat="lineTooltipFormat2"
- :encode="[
- { x: 'month', y: 'lastYearAmount', seriesName: '进流率',bool:'true' },
- { x: 'month', y: 'thisYearAmount', seriesName: '出流率',bool:'true' },
- ]"
- id="sxcyfzqk2"
- />
- </div>
- <div style="width: 50%; height: 300px; position: relative;">
- <div style="position: absolute; left: 0; color: white">车辆类型进场占比</div>
- <piechart
- class="model-pie-body"
- id="chart1"
- :roseType="false"
- :radiusArr="['30%', '50%']"
- :colorArr="modelPieColor"
- :labelFormat="['{name|{b} {d}%}', '{hr|}']"
- :dataset="modelData.list"
- :encode="{ itemName: 'name', value: 'value' }"
- />
- </div>
- </div>
- <div style="display: flex; justify-content: space-between;margin-top: 5%">
- <div style="width: 50%; height: 450px;">
- <div align="center" style="color: white">停车场营收分析</div>
- <linechart
- :autoStop="false"
- :top="30"
- :bottom="200"
- :left="40"
- :legendTop="0"
- yAxisName="(元)"
- :dataset="linedata"
- :xlabelFormat="xlabelFormat"
- :tooltipFormat="lineTooltipFormat"
- :encode="[
- { x: 'month', y: 'lastAmount', seriesName: '泊位收入',bool:'true' }
- ]"
- id="sxcyfzqk"
- />
- </div>
- <div style="width: 50%; height: 450px;">
- <div align="center" style="color: white">停车场营收对比分析</div>
- <linechart
- :autoStop="false"
- :top="30"
- :bottom="200"
- :left="40"
- :legendTop="0"
- yAxisName="(元)"
- :dataset="linedata3"
- :xlabelFormat="xlabelFormat"
- :tooltipFormat="lineTooltipFormat3"
- :encode="[
- { x: 'month', y: 'lastYearAmount', seriesName: '今日',bool:'true' },
- { x: 'month', y: 'thisYearAmount', seriesName: '昨日',bool:'true' },
- ]"
- id="sxcyfzqk3"
- />
- </div>
- </div>
- </div>
- </template>
- <script>
- import piechart from "@/components/pieChart";
- import linechart from "@/components/lineChart";
- import barchart from "@/components/barChart";
- import vtable from "@/components/vtableNew";
- import api from "@/api/article_z";
- import options from '@/util/options'
- export default {
- components: {
- piechart,
- linechart,
- barchart,
- vtable
- },
- data() {
- return {
- districtOptions: options.districtOptions,
- carOptions: [],
- formInline1: {
- parkId: '',
- time: [],
- regionCode: '',
- streetName: ''
- },
- modelPieColor: ["#4382f6", "#9078f8", "#79a7db", "#FF9800"],
- modelData: {
- list: []
- },
- linedata: [],
- linedata1: [],
- linedata2: [],
- linedata3: [],
- bardata: [],
- }
- },
- mounted() {
- this.getParkDic()
- this.queryAll()
- },
- watch: {
- },
- methods: {
- xlabelFormat(name) {
- var str = name.split("");
- return str.join("\n");
- },
- getParkDic() {
- api.parkDic().then(res => {
- this.carOptions = res.data || [];
- })
- },
- queryAll() {
- let params = {...this.formInline1}
- if (
- this.formInline1.time && this.formInline1.time.length === 2 &&
- this.formInline1.time[1] !== ""
- ) {
- this.formInline1.time[0] = this.formInline1.time[0].substring(0, 10) + " 00:00:00";
- this.formInline1.time[1] = this.formInline1.time[1].substring(0, 10) + " 23:59:59";
- params.begin= this.formInline1.time[0]
- params.end = this.formInline1.time[1]
- }
- delete params.time
- this.getBardataData(params)
- this.getLinedata1Data(params)
- this.getLinedataData(params)
- this.getModelDataData(params)
- this.getLinedata2Data(params)
- this.getLinedata3Data(params)
- },
- //初始化
- getBardataData(params){
- api.queryParkingOperate_Tcbhd(params).then(res=>{
- this.bardata=res.data;
- })
- },
- getLinedata1Data(params){
- api.queryParkingOperate_Tczzlfx(params).then(res=>{
- this.linedata1=res.data;
- })
- },
- getLinedataData(params){
- api.queryParkingOperate_Tccysfx(params).then(res=>{
- this.linedata=res.data;
- })
- },
- getModelDataData(params){
- api.queryParkingOperate_Tscljczb(params).then(res=>{
- this.modelData.list=res.data;
- })
- },
- getLinedata2Data(params){
- api.queryParkingOperate_Cljccqs(params).then(res=>{
- this.linedata2=res.data;
- })
- },
- getLinedata3Data(params){
- api.queryParkingOperate_Tccysdbfx(params).then(res=>{
- this.linedata3=res.data;
- })
- },
- lineTooltipFormat1(params) {
- const data = params[0].data;
- return `<div class="line-tooltip">
- <div style="color: ${params[0].color}">${params[0].seriesName}: ${
- params[0].data.lastAmount || "--"
- }(%)</div>`;
- },
- lineTooltipFormat(params) {
- const data = params[0].data;
- return `<div class="line-tooltip">
- <div style="color: ${params[0].color}">${params[0].seriesName}: ${
- params[0].data.lastAmount || "--"
- }(元)</div>`;
- },
- lineTooltipFormat6(params) {
- const data = params[0].data
- let zb = '--'
- console.log(params[0].data, '999999')
- if (Number(params[0].data.thisYearAmount) > 0) {
- zb = (Number(params[0].data.lastYearAmount)/Number(params[0].data.thisYearAmount) * 100 ).toFixed(2)
- }
- return `<div class="line-tooltip">
- <div style="color: ${params[0].color}">${params[0].seriesName}: ${
- params[0].data.lastYearAmount
- }个<div style="color: ${params[0].color}">饱和度: ${
- zb
- }%</div>`;
- },
- lineTooltipFormat2(params) {
- const data = params[0].data;
- return `<div class="line-tooltip">
- <div style="color: ${params[1].color}">${params[1].seriesName}: ${
- params[0].data.thisYearAmount || "--"
- }(%)</div>
- <div style="color: ${params[0].color}">${params[0].seriesName}: ${
- params[0].data.lastYearAmount || "--"
- }(%)</div>
- </div>`;
- },
- lineTooltipFormat3(params) {
- const data = params[0].data;
- return `<div class="line-tooltip">
- <div style="color: ${params[0].color}">${params[0].seriesName}: ${
- params[0].data.lastYearAmount || "0"
- }(元)</div>
- <div style="color: ${params[1].color}">${params[1].seriesName}: ${
- params[0].data.thisYearAmount || "0"
- }(元)</div>
- </div>`;
- },
- xLabelFormat(name) {
- const nameArr = []
- for(let i=0; i<name.length; i+=7) {
- nameArr.push(name.substring(i, i+7))
- }
- return nameArr.join('\n');
- },
- tooltipFormat(params) {
- const type = params[0].seriesType;
- const data = params[0].data;
- // ${params[0].name || "--"}月:
- return `<div class="line-tooltip">
- <div>${params[0].seriesName}: ${
- params[0].data.hs || "--"}个</div>
- <div>${params[1].seriesName}: ${
- params[0].data.cs || "--"}个</div>
- </div>`;
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- .form-wrapper {
- margin-bottom: 20px;
- }
- /deep/ .el-input__inner {
- background: #2d3744;
- border: none;
- border-radius: 0;
- }
- /deep/ .el-select {
- /* 下面设置右侧按钮居中 */
- .el-input__suffix {
- top: 0px;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-wrap: nowrap;
- flex-direction: row;
- align-content: flex-start;
- }
- /* 输入框加上上下边是 32px + 2px =34px */
- .el-input__icon {
- line-height: 0px;
- }
- }
- /deep/ .form-wrapper .el-button {
- background: linear-gradient(90deg, #0158d9, #3c97e4);
- width: 100px;
- height: 30px;
- }
- .body-wrapper {
- .button-block{
- text-align: right;
- margin-bottom: 20px;
- }
- .search-card{
- font-size: 24px;
- font-weight: bold;
- color: #3498db;
- margin-bottom: 20px;
- .input-wrapper{
- width: 36%;
- }
- }
- }
- .audit-dialog{
- .mg-bt{
- margin-bottom: 24px;
- }
- .label{
- text-align: right;
- }
- }
- .charts_all {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 400px;
- }
- .charts {
- width: 30%;
- height: 300px;
- }
- .btn_save {
- background-color: #3498db;
- color: #ffffff;
- padding: 10px 20px;
- cursor: pointer;
- border: none;
- border-radius: 4px;
- font-size: 16px;
- height: 30px;
- }
- .sel {
- height: 200px;
- margin-right: 10px;
- }
- .input-search {
- width: 100%;
- padding: 10px;
- margin-bottom: 20px;
- box-sizing: border-box;
- background-color: #2a2a2a;
- border: 1px solid #333;
- color: #ffffff;
- }
- .audit-dialog {
- .mg-bt {
- margin-bottom: 24px;
- }
- .label {
- text-align: right;
- }
- .form-div {
- /deep/ .el-input__inner {
- height: 35px;
- width: 100%;
- border: 1px solid #a6a5a5;
- color: #fff;
- background: #2d3744;
- }
- /deep/ .el-input__icon {
- //line-height: 35px;
- }
- }
- }
- </style>
|