Commit 39fa73c5 by zhao_shaonan

新增查询积分串并信息界面、查询串并线索组信息、查询串并系列案件信息

parent 9b139639
......@@ -97,7 +97,7 @@ body {
.inherit{color:#606266;cursor: inherit;}
.back{
line-height: 17px;
margin-left: 22px;
margin-left: 13px;
font-size: 15px;
font-weight: 600;
position: relative;
......@@ -105,6 +105,7 @@ body {
}
.back span{cursor: pointer;}
.color2,.zdyLxTag:hover{color:#333;}
.zdy_back_btn{width:120px;height:36px;font-size:14px;}
.zdyLxTag{
display: inline-block;
padding:0 6px;
......
......@@ -186,7 +186,14 @@
</div>
</div>
<div class="back" @click="showDw" v-show="isfwxq">
<span><i class="fa fa-mail-reply"></i>返回</span>
<div class="al" style="margin-top:10px;">
<el-button
type="primary"
size="small"
class="zdybtn zdy_back_btn" style="margin-right:16px !important;"
>返回</el-button
>
</div>
</div>
<div class="cxtjWrap paneDiv" v-show="isfwxq">
<el-row>
......
......@@ -249,4 +249,31 @@ export default[
},
component: () => import("@/views/naoTu/claqkry.vue")
},
{
path: "/cxjfcbajxxIndex",
name: "cxjfcbajxxIndex",
meta: {
title: '查询积分串并案件信息',
auth: 5
},
component: () => import("@/views/naoTu/cxjfcbajxx.vue")
},
{
path: "/cxcbxlajxxIndex",
name: "cxcbxlajxxIndex",
meta: {
title: '查询串并系列案件信息',
auth: 5
},
component: () => import("@/views/naoTu/cxcbxlajxx.vue")
},
{
path: "/cxcbxszxxIndex",
name: "cxcbxszxxIndex",
meta: {
title: '查询串并线索组信息',
auth: 5
},
component: () => import("@/views/naoTu/cxcbxszxx.vue")
},
]
......@@ -6902,6 +6902,183 @@ let claqkryField = [
{ name: "抓获日期", id: "zhrq", col: 22 },
{ name: "犯罪经历", id: "wffzjlms", col: 1 }
];
/*17、查询积分串并案件信息*/
let naotucxjfcbajxxHeader = "查询积分串并案件信息";
let naotucxjfcbajxxHeaderIcon = "icondengjixinxi";
let naotucxjfcbajxxURL = "/common/getJfcbxxByAsjbh";
let naotucxjfcbajxxQueryField = [];
let naotucxjfcbajxxFormData = {
asjbh:''
};
let naotucxjfcbajxxDefaultFormThead = [
{
label: "案事件编号",
prop: "asjbh"
},
{
label: "案件名称",
prop: "ajmc"
},
{
label: "案件类别",
prop: "ajlbStr"
},
{
label: "侦查阶段",
prop: "asjztdmStr"
},
{
label: "案发时间",
prop: "asjfssjKssjStr"
},
{
label: "案发地点",
prop: "asjfsddDzmc"
},
{
label: "立案单位",
prop: "ladwGajgjgdmStr"
},
{
label: "比中分",
prop: "countAsj"
},
{
label: "简要案情",
prop: "jyaq"
}
];
/*18、查询串并线索组信息*/
/*主表格*/
let naotucxcbxszxxHeader = "查询串并线索组信息";
let naotucxcbxszxxHeaderIcon = "icondengjixinxi";
let naotucxcbxszxxURL = "/naotu/ajxx/getCbXszCbyp";
let naotucxcbxszxxQueryField = [];
let naotucxcbxszxxFormData = {
asjbh:'',
page: 1,
limit: 10
};
let naotucxcbxszxxDefaultFormThead = [
{
label: "串并线索组编号",
prop: "xszajbh",
width:'320'
},
{
label: "串并线索组名称",
prop: "cbajAjmc",
width:'220'
},
{
label: "串并类型",
prop: 'cblx',
width:'150'
},
{
label: "比中号码",
prop: "cbxgfwbzh",
width:'170'
},
{
label: "串并时间",
prop: "djsjStr",
width:'160'
},
{
label: "串并案件数",
prop: "cbajAjs",
width:'90'
},
];
let naotucxcbxszxxCz='cxcbxszxx';
/*子表格*/
let naotucxcbxszxxChildrenURL = "/naotu/ajxx/getCbXszCbaj";
let naotucxcbxszxxChildrenQueryField = [];
let naotucxcbxszxxChildrenFormData = {
xszajbh:'',
page: 1,
limit: 5
};
let naotucxcbxszxxChildrenDefaultFormThead = [
{
label: "案件编号",
prop: "asjbh",
width:'290'
},
{
label: "案件名称",
prop: "ajmc",
width:'160'
},
{
label: "案件类别",
prop: 'ajlbdmStr',
width:'140'
},
{
label: "案件状态",
prop: "zcjddmStr",
width:'140'
},
{
label: "案发时间",
prop: "asjfssjAsjfskssj",
width:'160'
},
{
label: "立案单位",
prop: "ladwGajgmc",
width:'160'
},
{
label: "简要案情",
prop: "jyaq",
width:'320'
},
];
/*19、查询串并系列案件信息*/
let naotucxcbxlajxxHeader = "查询串并系列案件信息";
let naotucxcbxlajxxHeaderIcon = "icondengjixinxi";
let naotucxcbxlajxxURL = "/naotu/ajxx/getCbzCbyp";
let naotucxcbxlajxxQueryField = [];
let naotucxcbxlajxxFormData = {
asjbh:'',
page: 1,
limit: 10
};
let naotucxcbxlajxxDefaultFormThead = [
{
label: "系列案件编号",
prop: "xlajbh"
},
{
label: "系列案件名称",
prop: "cbmc"
},
{
label: "涉案/已破",
prop: '涉案:cpypAjs,已破:cbypPas'
},
{
label: "串并依据",
prop: "cblx"
},
{
label: "串并人",
prop: "xxdjryXm"
},
{
label: "串并时间",
prop: "djsjStr"
},
{
label: "串并单位",
prop: "xxdjdwGajgmc"
},
];
let naotucxcbxlajxxCz='cxcbxlajxx';
export {
/*基础查询界面--数据*/
jccxFormData,
......@@ -7090,4 +7267,33 @@ export {
claqkryIcon,
claqkryUrl,
claqkryField,
/*17、查询积分串并案件信息*/
naotucxjfcbajxxHeader,
naotucxjfcbajxxHeaderIcon,
naotucxjfcbajxxURL,
naotucxjfcbajxxQueryField,
naotucxjfcbajxxFormData,
naotucxjfcbajxxDefaultFormThead,
/*18、查询串并线索组信息*/
/*主表格*/
naotucxcbxszxxHeader,
naotucxcbxszxxHeaderIcon,
naotucxcbxszxxURL,
naotucxcbxszxxQueryField,
naotucxcbxszxxFormData,
naotucxcbxszxxDefaultFormThead,
naotucxcbxszxxCz,
/*子表格*/
naotucxcbxszxxChildrenURL,
naotucxcbxszxxChildrenQueryField,
naotucxcbxszxxChildrenFormData,
naotucxcbxszxxChildrenDefaultFormThead,
/*19、查询串并系列案件信息*/
naotucxcbxlajxxHeader,
naotucxcbxlajxxHeaderIcon,
naotucxcbxlajxxURL,
naotucxcbxlajxxQueryField,
naotucxcbxlajxxFormData,
naotucxcbxlajxxDefaultFormThead,
naotucxcbxlajxxCz,
};
......@@ -29,6 +29,8 @@
<div style="margin:20px 0 0 50px">
<el-button type="primary" @click="toJccx">基础查询</el-button>
<el-button type="primary" @click="toRzcx">日志查询</el-button>
<!--脑图透视详情界面-->
<p style="line-height: 50px;">-----------------脑图透视详情------------------</p>
<el-button type="primary" @click="toQsajxx">查询全省案件信息</el-button>
<el-button type="primary" @click="toQgajxx">查询全国案件信息</el-button>
<el-button type="primary" @click="toxx('/cxqghcdpxxIndex')">查询全国火车订票信息</el-button>
......@@ -43,6 +45,10 @@
<el-button type="primary" @click="toxx('/cxtxlxxIndex')">查询通讯录信息</el-button>
<el-button type="primary" @click="toxx('/cxqskyxxIndex')">查询全省客运信息</el-button>
<el-button type="primary" @click="toxx('/claqkryIndex')">查询次类案前科人员</el-button>
<el-button type="primary" @click="toJfcbajxx">查询积分串并案件信息</el-button>
<el-button type="primary" @click="toCbxszxx">查询串并线索组信息</el-button>
<el-button type="primary" @click="toCbxlajxx">查询串并系列案件信息</el-button>
</div>
</template>
......@@ -87,6 +93,27 @@ export default {
...mapGetters(["defaultGoodsImage", "userAuth"])
},
methods: {
toJfcbajxx(){
let routeData = this.$router.resolve({
path: "/cxjfcbajxxIndex",
query: {asjbh: 'A1507020500002017010039'}
});
window.open(routeData.href, "_blank");
},
toCbxlajxx(){
let routeData = this.$router.resolve({
path: "/cxcbxlajxxIndex",
query: {asjbh: 'A4419555300002020020073'}/*A4302994100002014010008*/
});
window.open(routeData.href, "_blank");
},
toCbxszxx(){
let routeData = this.$router.resolve({
path: "/cxcbxszxxIndex",
query: {asjbh: 'A4419555300002020020073'}
});
window.open(routeData.href, "_blank");
},
doLogin(username,password) {
return Http({
url: url.rzURL + '/login',
......
<template>
<div id="cxcbxlajxx">
<naotu-table :cz="cz" :cxQueryField="cxQueryField" :cxDefaultFormThead="cxDefaultFormThead" :cxFormData="cxFormData" :cxUrl="cxUrl" :header="header" :headerIcon="headerIcon"></naotu-table>
</div>
</template>
<!--查询串并系列案件信息-->
<script>
import naotuTable from "@c/naotuTable_components.vue";
import {
naotucxcbxlajxxHeader,
naotucxcbxlajxxHeaderIcon,
naotucxcbxlajxxURL,
naotucxcbxlajxxQueryField,
naotucxcbxlajxxFormData,
naotucxcbxlajxxDefaultFormThead,
naotucxcbxlajxxCz,
} from "@/utils/params";
export default {
name: "cxcbxlajxx",
components:{
naotuTable,
},
data(){
return {
cxQueryField:naotucxcbxlajxxQueryField,
cxDefaultFormThead:naotucxcbxlajxxDefaultFormThead,
cxFormData:naotucxcbxlajxxFormData,
cxUrl:naotucxcbxlajxxURL,
header:naotucxcbxlajxxHeader,
headerIcon:naotucxcbxlajxxHeaderIcon,
cz:naotucxcbxlajxxCz
}
}
}
</script>
<style scoped>
</style>
<template>
<div id="cxcbxszxx">
<naotu-table :ychyData="ychyData" :cz="cz" :childrenUrl="childrenUrl" :childrenQueryField="childrenQueryField" :childrenFormData="childrenFormData" :childrenFormThead="childrenFormThead" :cxQueryField="cxQueryField" :cxDefaultFormThead="cxDefaultFormThead" :cxFormData="cxFormData" :cxUrl="cxUrl" :header="header" :headerIcon="headerIcon"></naotu-table>
</div>
</template>
<!--查询串并线索组信息-->
<script>
import naotuTable from "@c/naotuTable_components.vue";
import {
cxYchyData,
/*主表格*/
naotucxcbxszxxHeader,
naotucxcbxszxxHeaderIcon,
naotucxcbxszxxURL,
naotucxcbxszxxQueryField,
naotucxcbxszxxFormData,
naotucxcbxszxxDefaultFormThead,
/*子表格*/
naotucxcbxszxxChildrenURL,
naotucxcbxszxxChildrenQueryField,
naotucxcbxszxxChildrenFormData,
naotucxcbxszxxChildrenDefaultFormThead,
naotucxcbxszxxCz
} from "@/utils/params";
export default {
name: "cxcbxszxx",
components:{
naotuTable,
},
data(){
return {
cxQueryField:naotucxcbxszxxQueryField,
cxDefaultFormThead:naotucxcbxszxxDefaultFormThead,
cxFormData:naotucxcbxszxxFormData,
cxUrl:naotucxcbxszxxURL,
header:naotucxcbxszxxHeader,
headerIcon:naotucxcbxszxxHeaderIcon,
cz:naotucxcbxszxxCz,
/*子表格*/
childrenUrl:naotucxcbxszxxChildrenURL,
childrenQueryField:naotucxcbxszxxChildrenQueryField,
childrenFormData:naotucxcbxszxxChildrenFormData,
childrenFormThead:naotucxcbxszxxChildrenDefaultFormThead,
ychyData:cxYchyData,
}
}
}
</script>
<style scoped>
</style>
<template>
<div id="cxjfcbajxx">
<naotu-table :ychyData="ychyData" :cxQueryField="cxQueryField" :cxDefaultFormThead="cxDefaultFormThead" :cxFormData="cxFormData" :cxUrl="cxUrl" :header="header" :headerIcon="headerIcon"></naotu-table>
</div>
</template>
<!--查询积分串并案件信息-->
<script>
import naotuTable from "@c/naotuTable_components.vue";
import {
cxYchyData,
naotucxjfcbajxxHeader,
naotucxjfcbajxxHeaderIcon,
naotucxjfcbajxxURL,
naotucxjfcbajxxQueryField,
naotucxjfcbajxxFormData,
naotucxjfcbajxxDefaultFormThead,
} from "@/utils/params";
export default {
name: "cxjfcbajxx",
components:{
naotuTable,
},
data(){
return {
cxQueryField:naotucxjfcbajxxQueryField,
cxDefaultFormThead:naotucxjfcbajxxDefaultFormThead,
cxFormData:naotucxjfcbajxxFormData,
cxUrl:naotucxjfcbajxxURL,
header:naotucxjfcbajxxHeader,
headerIcon:naotucxjfcbajxxHeaderIcon,
ychyData:cxYchyData,
}
}
}
</script>
<style scoped>
</style>
......@@ -5,7 +5,7 @@
type="primary"
size="small"
@click="back"
class="zdybtn" style="margin-right:16px !important;"
class="zdybtn zdy_back_btn" style="margin-right:16px !important;"
>返回</el-button
>
</div>
......
......@@ -361,7 +361,14 @@
</el-col>
</el-row>
<div class="back" @click="showDw">
<span><i class="fa fa-mail-reply"></i>返回</span>
<div class="al" style="margin-top:10px;">
<el-button
type="primary"
size="small"
class="zdybtn zdy_back_btn" style="margin-right:16px !important;"
>返回</el-button
>
</div>
</div>
<!--表格-->
<el-table
......
......@@ -26,7 +26,7 @@
type="primary"
size="small"
@click="back"
class="zdybtn" style="margin-right:16px !important;float: right;width: 120px;font-size:14px;height: 36px;"
class="zdybtn zdy_back_btn" style="margin-right:16px !important;float: right;width: 120px;font-size:14px;height: 36px;"
>返回</el-button
>
</div>
......
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