Commit a7f91a12 by lp784568205

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents 2a40b921 e50b42a3
......@@ -77,11 +77,7 @@
</div>
<div class="leftToolbar" ref="leftToolbar" v-if="showGang">
<el-button
class="toolBarItem"
@click.native="toGang"
title="登记为团伙"
>
<el-button class="toolBarItem" @click.native="toGang" title="登记为团伙">
<i class="el-icon-picture-outline-round"></i>
<p>团伙</p>
</el-button>
......@@ -95,7 +91,6 @@
<i class="el-icon-picture-outline-round"></i>
<p>高危</p>
</el-button>
</div>
</div>
</template>
......@@ -334,8 +329,11 @@ export default {
this.callApi(this.childrenXhrStr, obj)
.then((res) => {
let responseData = res.data.rows || res.rows || res.data;
if(this.type == 'argxfx'){
sessionStorage.setItem('argxfxPeople',JSON.stringify(res.data.rows))
if (this.type == "argxfx") {
sessionStorage.setItem(
"argxfxPeople",
JSON.stringify(this.linkAll)
);
}
//初始化子节点
if (
......@@ -407,7 +405,7 @@ export default {
__graph_json_data,
(seeksRGGraph) => {
this.layoutsProps(seeksRGGraph);
debugger
debugger;
console.log(this.type);
if (this.type == "shce" || this.type == "cqthfx") {
setTimeout(() => {
......@@ -451,9 +449,9 @@ export default {
});
}
}, 0);
}else if(this.type == "argxfx") {
this.showGang = true
this.showDanger = true
} else if (this.type == "argxfx" || this.$route.query.type == 'argxfx') {
this.showGang = true;
this.showDanger = true;
}
}
);
......@@ -491,18 +489,20 @@ export default {
});
},
toGang() {
sessionStorage.setItem("argxfxPeople", JSON.stringify(this.linkAll));
console.log(this.nodedata.name);
this.$router.pushToTab({
path: "/fzth",
query: {asjbh:this.nodedata.name},
})
query: { asjbh: this.nodedata.name },
});
},
toDanger() {
sessionStorage.setItem("argxfxPeople", JSON.stringify(this.linkAll));
console.log(this.nodedata.name);
this.$router.pushToTab({
path: "/fzthDanger",
query: {asjbh:this.nodedata.name},
})
query: { asjbh: this.nodedata.name },
});
},
/**
* @description: 判断高亮
......@@ -663,6 +663,8 @@ export default {
return require(`@/assets/img/graphEcharts/${str}articles.png`);
case "email":
return require(`@/assets/img/graphEcharts/${str}email.png`);
case "net":
return require(`@/assets/img/graphEcharts/${str}net.png`);
}
},
/**
......
......@@ -7,7 +7,7 @@
:prop="item.id"
v-show="!item.hidden"
:rules="item.rules"
class='demo-input-suffix zdycol'
class="demo-input-suffix zdycol"
>
<!--输入框-->
<el-input
......@@ -238,7 +238,7 @@ export default {
if (boo) {
if (this.pages == "ajhx") {
// let path = `http://39.99.155.173:8003/queryAjdaxxs?asjbh=${this.form.zjhm}`;
let path = `${base.alyIP5/queryAjdaxxs}?asjbh=${this.form.zjhm}`;
let path = `${base.alyIP5 / queryAjdaxxs}?asjbh=${this.form.zjhm}`;
window.open(path, "_blank");
} else if (this.pages == "hxgc") {
// let path = `http://39.99.155.173:9002/#/rydaIndex/ryGI?zjhm=${this.form.asjbh}`;
......@@ -256,12 +256,11 @@ export default {
// let path = `http://39.99.155.173:9003/#/ajbzDetail?asjbh=${this.form.asjbh}`;
let path = `${base.alyIP8}/#/ajbzDetail?asjbh=${this.form.asjbh}`;
window.open(path, "_blank");
}else if (this.pages == "queryXsyp") {
} else if (this.pages == "queryXsyp") {
// let path = `http://47.92.225.109:8347/#/JumpPage/admin/admin/${this.form.asjbh}`;
let path = `${base.alyIP9}/#/JumpPage/admin/admin/${this.form.asjbh}`;
window.open(path, "_blank");
}
else {
} else {
let newParams = this.objectAssignment(this.newParams);
let newNodedata = this.objectAssignment(this.newNodedata);
let newPhotoXhrObject = this.objectAssignment(
......@@ -321,6 +320,17 @@ export default {
return JSON.parse(JSON.stringify(value));
},
},
// watch: {
// form: {
// handler: function (val) {
// debugger
// if (val.lx == '2') {
// }
// },
// deep: true,
// },
// },
};
</script>
<style lang="scss" scoped>
......
......@@ -762,8 +762,11 @@
</el-table-column>
<el-table-column align="center" label="操作">
<template slot-scope="scope">
<el-button type="success" @click="sprops(scope)">
<!-- <el-button type="success" @click="sprops(scope)">
可视化分析
</el-button> -->
<el-button type="success" @click="sprops(scope)">
跳转脑图
</el-button>
</template>
</el-table-column>
......
......@@ -142,7 +142,8 @@ export default {
// this.header = val;
},
$route(val) {
this.activeIndex = sessionStorage.getItem("routerPath") || this.$route.name;
this.activeIndex =
sessionStorage.getItem("routerPath") || this.$route.name;
let index = this.topMenus.findIndex((i) => i.id == val.name);
if (!val.meta.isAdd && index >= 0) {
this.activeName = val.name;
......@@ -151,6 +152,7 @@ export default {
},
methods: {
goDetail(item) {
debugger;
if (item.id == "dwcx") {
let path = `${this.$baseUrl.alyIP6}/#/jccxIndex`;
window.open(path, "_blank");
......@@ -173,6 +175,11 @@ export default {
this.$router.pushToTab({
path: "zdryGl",
});
} else if (item.id == "queryHd") {
let obj = JSON.parse(sessionStorage.getItem("userInfo"));
let account = obj.identitycard;
let path = `http://39.99.155.173:8004/hdfx/hdfx/toIframe?drrZjhm=${account}`;
window.open(path, "_blank");
} else if (item.id == "queryYpzl") {
this.$router.pushToTab({
path: "/wfzdzczl",
......
......@@ -534,7 +534,7 @@ const menuLayouts = [
path: "/fzthDanger",
name: "fzthDanger",
meta: {
title: '犯罪团伙信息'
title: '登记为高危群体'
},
component: () => import("@/views/shse/fzth/fzthDanger.vue")
},
......
......@@ -1409,6 +1409,7 @@ export default {
},
//带按钮的输入框回显
hxShuju(id, item) {
debugger
this.$emit("hxShuju", id, item);
},
//附件下载
......
......@@ -105,29 +105,31 @@ export default {
},
methods: {
toInfor(data) {
let params = {
fszsjh: data.fsfsjh,
};
let obj = {
childrenXhrStr: "/apialy/ztypxx/selectBySjh",
photoXhrStr: null,
params: params,
nodedata: {
type: "phone",
id: 0,
name: data.fsfsjh,
children: true,
},
nodeClickBoo: false,
};
sessionStorage.setItem("key", JSON.stringify(obj));
this.$router.pushToTab({
path: "/ypEcharts",
query: {
key: data.fsfsjh,
title: "话单分析",
},
});
let path = `${this.$baseUrl.alyIP9}/#/JumpPage/admin/admin/${data.fsfsjh}`;
window.open(path, "_blank");
// let params = {
// fszsjh: data.fsfsjh,
// };
// let obj = {
// childrenXhrStr: "/apialy/ztypxx/selectBySjh",
// photoXhrStr: null,
// params: params,
// nodedata: {
// type: "phone",
// id: 0,
// name: data.fsfsjh,
// children: true,
// },
// nodeClickBoo: false,
// };
// sessionStorage.setItem("key", JSON.stringify(obj));
// this.$router.pushToTab({
// path: "/ypEcharts",
// query: {
// key: data.fsfsjh,
// title: "话单分析",
// },
// });
},
},
};
......
......@@ -29,7 +29,7 @@ export default {
qtxxbh: "",
xm: "",
idcard: "",
phone: ""
phone: "",
},
cxQueryField: [
{
......@@ -63,7 +63,7 @@ export default {
value: "",
placeholder: "",
col: "3",
}
},
],
cxDefaultFormThead: [
{
......@@ -82,7 +82,7 @@ export default {
{
label: "手机号",
prop: "phone",
}
},
],
cxUrl: "/ksh/selectQtypgn",
Menu: [
......@@ -98,8 +98,8 @@ export default {
};
},
created() {
if(this.$route.query.idcard){
this.cxFormData.idcard = this.$route.query.idcard
if (this.$route.query.idcard) {
this.cxFormData.idcard = this.$route.query.idcard;
}
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_Header", this.header);
......@@ -128,6 +128,7 @@ export default {
query: {
key: data.qtxxbh,
title: "群体分析",
type: "argxfx",
},
});
},
......
......@@ -19,8 +19,8 @@ export default {
components: { SearchGraph },
data() {
return {
header: '主题研判',
pages:'queryTdyp',
header: "主题研判",
pages: "queryTdyp",
formProp: [
{
id: "asjbh",
......@@ -146,7 +146,7 @@ export default {
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
{
id: "shsethfx",
label: "涉黑涉恶团伙分析",
newAuth: "M304",
......@@ -156,49 +156,7 @@ export default {
},
],
},
{
id: "wlfq",
label: "标识号研判",
newAuth: "M03",
index: "5",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "wlfq",
label: "网络贩枪",
newAuth: "M301",
index: "wlfq",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "wlfqkd",
label: "网络贩枪快递",
newAuth: "M302",
index: "wlfqkd",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "kydhfx",
label: "客运带货分析",
newAuth: "M303",
index: "kydhfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "qzlb",
label: "群组列表",
newAuth: "M303",
index: "qzlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
{
id: "queryQt",
label: "群体研判",
......@@ -264,6 +222,49 @@ export default {
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "wlfq",
label: "标识号研判",
newAuth: "M03",
index: "5",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "wlfq",
label: "网络贩枪",
newAuth: "M301",
index: "wlfq",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "wlfqkd",
label: "网络贩枪快递",
newAuth: "M302",
index: "wlfqkd",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "kydhfx",
label: "客运带货分析",
newAuth: "M303",
index: "kydhfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "qzlb",
label: "群组列表",
newAuth: "M303",
index: "qzlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
};
},
......
......@@ -116,31 +116,52 @@ export default {
// debugger;
},
methods: {
toDetail(url, PARAMS) {
var temp_form = document.createElement("form");
temp_form.action = url;
temp_form.target = "_blank";
temp_form.method = "post";
temp_form.style.display = "none";
for (var x in PARAMS) {
var opt = document.createElement("textarea");
opt.name = x;
opt.value = PARAMS[x];
temp_form.appendChild(opt);
}
document.body.appendChild(temp_form);
temp_form.submit();
},
toInfor(data) {
let params = {
fsfh: data.fsfh,
bshlx: data.bshlx,
};
let obj = {
childrenXhrStr: "/apialy/ztypxx/selectByQq",
photoXhrStr: null,
params: params,
nodedata: {
type: this.searchBshlx(data.bshlx),
id: 0,
name: data.fsfsjh,
children: true,
},
nodeClickBoo: false,
};
sessionStorage.setItem("key", JSON.stringify(obj));
this.$router.pushToTab({
path: "/ypEcharts",
query: {
key: data.fsfsjh,
title: "话单分析",
},
});
debugger;
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
var idcard = userInfo.identitycard;
var params = { type: "KySj", kybh: data.fsfsjh, userId: idcard };
console.log(params);
this.toDetail(`${this.$baseUrl.alyIP4}/naotuBox`, params);
// let params = {
// fsfh: data.fsfh,
// bshlx: data.bshlx,
// };
// let obj = {
// childrenXhrStr: "/apialy/ztypxx/selectByQq",
// photoXhrStr: null,
// params: params,
// nodedata: {
// type: this.searchBshlx(data.bshlx),
// id: 0,
// name: data.fsfsjh,
// children: true,
// },
// nodeClickBoo: false,
// };
// sessionStorage.setItem("key", JSON.stringify(obj));
// this.$router.pushToTab({
// path: "/ypEcharts",
// query: {
// key: data.fsfsjh,
// title: "话单分析",
// },
// });
},
searchBshlx(val) {
switch (val) {
......
......@@ -21,15 +21,30 @@ export default {
return {
pages: "queryXsyp",
formProp: [
{
id: "lx",
type: "select",
placeholder: "请选择",
value: "",
selectData: [
{ value: "0", name: "车牌号" },
{ value: "1", name: "身份证号" },
{ value: "2", name: "人像" },
{ value: "3", name: "手机号码" },
],
col: "3",
rules: [{ required: true, message: "请选择", trigger: "blur" }],
},
{
id: "asjbh",
type: "text",
placeholder: "请输入车牌号码",
placeholder: "请输入",
col: "3",
rules: [
{ required: true, message: "请输入车牌号码", trigger: "blur" },
{ required: true, message: "请输入", trigger: "blur" },
],
},
],
form: {
asjbh: "",
......
......@@ -228,31 +228,33 @@ export default {
});
},
sprops(data) {
debugger;
let params = {
bfkh: data.row.bfkh,
ssrwbh: data.row.ssrwbh,
};
let obj = {
childrenXhrStr: "/apialy/ztypxx/selectzxBySfz",
photoXhrStr: null,
params: params,
nodedata: {
type: "zjl",
id: 0,
name: data.row.bfkh,
children: true,
},
nodeClickBoo: false,
};
sessionStorage.setItem("key", JSON.stringify(obj));
this.$router.pushToTab({
path: "/ypEcharts",
query: {
key: data.row.bfkh,
title: "资金流分析",
},
});
let path = `${this.$baseUrl.alyIP9}/#/JumpPage/admin/admin/${data.row.bfkh}`;
window.open(path, "_blank");
// debugger;
// let params = {
// bfkh: data.row.bfkh,
// ssrwbh: data.row.ssrwbh,
// };
// let obj = {
// childrenXhrStr: "/apialy/ztypxx/selectzxBySfz",
// photoXhrStr: null,
// params: params,
// nodedata: {
// type: "zjl",
// id: 0,
// name: data.row.bfkh,
// children: true,
// },
// nodeClickBoo: false,
// };
// sessionStorage.setItem("key", JSON.stringify(obj));
// this.$router.pushToTab({
// path: "/ypEcharts",
// query: {
// key: data.row.bfkh,
// title: "资金流分析",
// },
// });
},
},
};
......
......@@ -9,6 +9,7 @@
:params="params"
:nodedata="nodedata"
:unfoldParams="unfoldParams"
type="argxfx"
/>
</div>
</template>
......
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