|
|
|
|
@ -66,10 +66,10 @@
|
|
|
|
|
<div id="feePie" style="width: 700px;height:290px" v-loading="loading" ></div>
|
|
|
|
|
<div id="feeBar" style="width: 700px;height:290px" v-loading="loading" ></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="everydata_div" style="width:100%;height: 500px;border-bottom: #6b778c 1px solid;position:relative">
|
|
|
|
|
<div style="width:100%;padding-bottom: 20px;height: 100%" v-show="hbShow">
|
|
|
|
|
<hbData ref="hbData" ></hbData>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:100%;height: 95%" v-show="hbShow">
|
|
|
|
|
<hbData ref="hbData" ></hbData>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="everydata_div" v-show="showHZDIV" style="width:100%;height: 500px;border-bottom: #6b778c 1px solid;position:relative">
|
|
|
|
|
<div class="grid_main" style="width:100%;height: 100%" v-show="showHZ">
|
|
|
|
|
<everyDayData ref="everyDayData" ></everyDayData>
|
|
|
|
|
</div>
|
|
|
|
|
@ -129,6 +129,7 @@ data() {
|
|
|
|
|
radio:6,
|
|
|
|
|
showHZ:true,
|
|
|
|
|
showHZMF:false,
|
|
|
|
|
showHZDIV:true,
|
|
|
|
|
loading:false,
|
|
|
|
|
showDiv:true,
|
|
|
|
|
rpTime:"",
|
|
|
|
|
@ -167,6 +168,7 @@ methods: {
|
|
|
|
|
if(value===3){
|
|
|
|
|
this.showExportButton=false;
|
|
|
|
|
this.hbShow=true;
|
|
|
|
|
this.showHZDIV=false;
|
|
|
|
|
this.showHZ=false;
|
|
|
|
|
this.showHZMF=false;
|
|
|
|
|
this.showClass=false;
|
|
|
|
|
@ -182,6 +184,7 @@ methods: {
|
|
|
|
|
this.showHZ=false;
|
|
|
|
|
this.showHZMF=false;
|
|
|
|
|
this.showClass=true;
|
|
|
|
|
this.showHZDIV=true;
|
|
|
|
|
this.showDiv=false;
|
|
|
|
|
this.$refs["everyDayDataJM"].refreshData(this.begindate,this.enddate,this.subcomno,this.roadno,this.stano,this.radio)
|
|
|
|
|
}else if(value===6 ){
|
|
|
|
|
@ -194,6 +197,7 @@ methods: {
|
|
|
|
|
this.showHZ=true;
|
|
|
|
|
this.showHZMF=false;
|
|
|
|
|
this.showClass=false;
|
|
|
|
|
this.showHZDIV=true;
|
|
|
|
|
if(!this.begindate){
|
|
|
|
|
var data=[];
|
|
|
|
|
data.push({
|
|
|
|
|
|