|
@@ -106,7 +106,7 @@
|
|
<!-- </a-col>-->
|
|
<!-- </a-col>-->
|
|
<a-col :sm="24" :md="12" :xl="24">
|
|
<a-col :sm="24" :md="12" :xl="24">
|
|
<a-card style="margin-bottom: 1rem;width:100%;height: 21rem">
|
|
<a-card style="margin-bottom: 1rem;width:100%;height: 21rem">
|
|
- <BarDobuleData style="width: 1600px" :titleText=this.BarTitleBysjzymj2 :result-x-data="resBarSzData"></BarDobuleData>
|
|
|
|
|
|
+ <BarDobuleData style="width: 1600px" :titleText=this.BarTitleBysjzymj2 :result-x-data="resBarSzData" @visible="visibleInfo"></BarDobuleData>
|
|
</a-card>
|
|
</a-card>
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
@@ -165,7 +165,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :sm="24" :md="12" :xl="12">
|
|
<a-col :sm="24" :md="12" :xl="12">
|
|
<a-card style="margin-bottom: 1rem;width:100%;height: 21rem">
|
|
<a-card style="margin-bottom: 1rem;width:100%;height: 21rem">
|
|
- <BarDobuleData :titleText=this.BarTitleBysjzymj :result-x-data="resBarSsData"></BarDobuleData>
|
|
|
|
|
|
+ <BarDobuleData :titleText=this.BarTitleBysjzymj :result-x-data="resBarSsData" @visible="visibleInfoXzqh"></BarDobuleData>
|
|
</a-card>
|
|
</a-card>
|
|
</a-col>
|
|
</a-col>
|
|
|
|
|
|
@@ -217,6 +217,7 @@ import WaterWorld from "@views/tj/compoent/WaterWorld";
|
|
import NightingaleCharData from "@views/tj/compoent/NightingaleCharData";
|
|
import NightingaleCharData from "@views/tj/compoent/NightingaleCharData";
|
|
import {getAction} from "@api/manage";
|
|
import {getAction} from "@api/manage";
|
|
import QcSsgqzysytdqkListBySs from "@views/qcsb/QcSsgqzysytdqkList_tj"
|
|
import QcSsgqzysytdqkListBySs from "@views/qcsb/QcSsgqzysytdqkList_tj"
|
|
|
|
+import {initDictOptions} from '@/components/dict/JDictSelectUtil'
|
|
|
|
|
|
|
|
|
|
import QcSsgqzysytdqkListBySz from "@views/sydwqcsb/QcSsgqzysytdqkList_tj"
|
|
import QcSsgqzysytdqkListBySz from "@views/sydwqcsb/QcSsgqzysytdqkList_tj"
|
|
@@ -322,12 +323,25 @@ export default {
|
|
this.visible = false
|
|
this.visible = false
|
|
this.visibleSz = false
|
|
this.visibleSz = false
|
|
},
|
|
},
|
|
- visibleInfo(params) {
|
|
|
|
- this.param=params
|
|
|
|
- this.visible = true
|
|
|
|
|
|
+ visibleInfoXzqh(params) {
|
|
|
|
+ initDictOptions("xq").then(res=>{
|
|
|
|
+ for (const re of res.result) {
|
|
|
|
+ if(re.text==params.xzqh){
|
|
|
|
+ this.param={xzqh:re.value}
|
|
|
|
+ this.visible = true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ // this.param=params
|
|
|
|
+ // this.visible = true
|
|
|
|
|
|
// this.$router.push({ name:'qcsb-qcSsgqzysytdqk-list', query:{sfsb:3} });
|
|
// this.$router.push({ name:'qcsb-qcSsgqzysytdqk-list', query:{sfsb:3} });
|
|
},
|
|
},
|
|
|
|
+ visibleInfo(params){
|
|
|
|
+ this.param=params
|
|
|
|
+ this.visible = true
|
|
|
|
+ },
|
|
|
|
|
|
getAreaData() {
|
|
getAreaData() {
|
|
getAction("/qcsb.qyxx/qcQyxx/sbdkmj").then(res => {
|
|
getAction("/qcsb.qyxx/qcQyxx/sbdkmj").then(res => {
|
|
@@ -336,7 +350,7 @@ export default {
|
|
this.SUMSSXZDX = res.result.SUMSSXZDX.toFixed(2);
|
|
this.SUMSSXZDX = res.result.SUMSSXZDX.toFixed(2);
|
|
this.SUMSZXZDX = res.result.SUMSZXZDX.toFixed(2);
|
|
this.SUMSZXZDX = res.result.SUMSZXZDX.toFixed(2);
|
|
this.SUMSZ = res.result.SUMSZ.toFixed(2);
|
|
this.SUMSZ = res.result.SUMSZ.toFixed(2);
|
|
- console.log(6666666666,res.result)
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -453,7 +467,6 @@ export default {
|
|
this.resWordDataZy = parseFloat(res.result[1].value / res.result[3].value);
|
|
this.resWordDataZy = parseFloat(res.result[1].value / res.result[3].value);
|
|
this.resWordDataXz = parseFloat(res.result[2].value / res.result[3].value);
|
|
this.resWordDataXz = parseFloat(res.result[2].value / res.result[3].value);
|
|
|
|
|
|
- console.log(2222222222, this.resWordDataCz)
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|