Commit c57b682f by gao_yingdong

统计评估

parent e3d08458
......@@ -11,6 +11,7 @@
class="el-menu-vertical-demo"
@open="handleMenuOpen"
@close="handleMenuClose"
:unique-opened="isOpenOnly"
:collapse="isCollapse"
active-text-color="#409EFF"
background-color="#fff"
......@@ -53,6 +54,7 @@ export default {
},
data() {
return {
isOpenOnly: true,
isCollapse: false,
leftMenu: this.propLeftMenu,
currentBar: '1',
......
......@@ -386,21 +386,36 @@ export default {
if (json.unitcode && json.cxSj) {
let kssj = json.cxSj.substring(0, 10);
let jssj = json.cxSj.substring(22, 32);
let params = `&op=view&tjdw=${json.unitcode}&kssj=${kssj}&jssj=${jssj}`;
let params = `&__bypagesize__=false&tjdw=${json.unitcode}&kssj=${kssj}&jssj=${jssj}`;
console.log(params);
if (this.name == "ajkhtj") {
window.open(
"http://80.2.21.62:8080/WebReport/ReportServer?reportlet=XZXT_TJBB%2FNMXZ%2Fkhtjb.cpt" +
"http://10.100.17.124:9080/webroot/decision/view/report?viewlet=XZKHTJ%252FBHGTJB%252Fbhgsjb.cpt" +
params
);
} else if (this.name == "rykhtj") {
window.open(
"http://80.2.21.62:8080/WebReport/ReportServer?reportlet=XZXT_TJBB%2FNMXZ%2Fryxxkhb.cpt" +
"http://10.100.17.124:9080/webroot/decision/view/report?viewlet=XZKHTJ%252FGZLHB%252FZHXZJSGZLHB.cpt" +
params
);
} else if (this.name == "khbhgtj") {
}else if (this.name == "jzrytJ") {
window.open(
"http://80.2.21.62:8080/WebReport/ReportServer?reportlet=XZXT_TJBB%2FNMXZ%2Fbhgsjb.cpt" +
"http://10.100.17.124:9080/webroot/decision/view/report?viewlet=XZKHTJ%252FGZLHB%252FZHXZJSGZLHB_JZDCRY.cpt" +
params
);
}else if (this.name == "ssRytj") {
window.open(
"http://10.100.17.124:9080/webroot/decision/view/report?viewlet=XZKHTJ%252FGZLHB%252FZHXZJSGZLHB_SSRY.cpt" +
params
);
}else if (this.name == "khbhgtj") {
window.open(
"http://10.100.17.124:9080/webroot/decision/view/report?viewlet=XZKHTJ%252FGZLHB%252FJXKHTJB.cpt" +
params
);
}else if (this.name == "gRjftj") {
window.open(
"http://10.100.17.124:9080/webroot/decision/view/report?viewlet=XZKHTJ%252FJFKH%252FJFKHTJB.cpt" +
params
);
}
......
......@@ -47,6 +47,30 @@ export default[
title: "统计评估"
}
},
{
path: "gRjftj",
name: "gRjftj",
component: () => import("@/views/tjpg/gRjftj.vue"),
meta: {
title: "统计评估"
}
},
{
path: "jzrytJ",
name: "jzrytJ",
component: () => import("@/views/tjpg/jzrytJ.vue"),
meta: {
title: "统计评估"
}
},
{
path: "ssRytj",
name: "ssRytj",
component: () => import("@/views/tjpg/ssRytj.vue"),
meta: {
title: "统计评估"
}
},
]
},
{
......
......@@ -10,6 +10,7 @@
:default-active="currentBar"
class="el-menu-vertical-demo"
@open="handleMenuOpen"
:unique-opened="isOpenOnly"
@close="handleMenuClose"
:collapse="isCollapse"
active-text-color="#409EFF"
......@@ -53,6 +54,7 @@
},
data() {
return {
isOpenOnly: true,
isCollapse: false,
leftMenu: this.propLeftMenu,
currentBar: '1',
......
<template>
<div>
<right-content
:cxQueryField="cxQueryField"
:cxFormData="cxFormData"
:name='name'
></right-content>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_componentsTjpg.vue";
import { tjpgCxQueryFieldGRTj, tjpgFormDataGRTj } from "@/utils/params";
export default {
name: "ajkhtj",
components: {
rightContent,
},
data() {
return {
name: 'gRjftj',
cxFormData: tjpgFormDataGRTj,
cxQueryField: tjpgCxQueryFieldGRTj,
};
},
};
</script>
<style scoped>
</style>
<template>
<div>
<right-content
:cxQueryField="cxQueryField"
:cxFormData="cxFormData"
:name='name'
></right-content>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_componentsTjpg.vue";
import { tjpgCxQueryFieldJz, tjpgFormDataSsjz } from "@/utils/params";
export default {
name: "ajkhtj",
components: {
rightContent,
},
data() {
return {
name: 'jzrytJ',
cxFormData: tjpgFormDataSsjz,
cxQueryField: tjpgCxQueryFieldJz,
};
},
};
</script>
<style scoped>
</style>
<template>
<div>
<right-content
:cxQueryField="cxQueryField"
:cxFormData="cxFormData"
:name='name'
></right-content>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_componentsTjpg.vue";
import { tjpgCxQueryFieldSs, tjpgFormDataSs } from "@/utils/params";
export default {
name: "ajkhtj",
components: {
rightContent,
},
data() {
return {
name: 'ssRytj',
cxFormData: tjpgFormDataSs,
cxQueryField: tjpgCxQueryFieldSs,
};
},
};
</script>
<style scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment