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