Commit 8a40973f by xue_wengang

有组织犯罪线索

parent bcebceb4
import menuLayout from "@/layout/menuLayout.vue";
import menuLayout from "@/layout/menuLayouts.vue";
const menuLayouts = [
{
path: "/queryThxs",
......@@ -17,6 +17,22 @@ const menuLayouts = [
component: () => import("@/views/yzzfzxsyp/thxs/queryJqcc.vue")
},
{
path: "/queryFzths",
name: "queryFzths",
meta: {
title: '犯罪团伙信息管理'
},
component: () => import("@/views/yzzfzxsyp/thxs/queryFzths.vue")
},
{
path: "/queryXshbas",
name: "queryXshbas",
meta: {
title: '有组织犯罪线索管理'
},
component: () => import("@/views/yzzfzxsyp/thxs/queryXshbas.vue")
},
{
path: "/queryAjcc",
name: "queryAjcc",
meta: {
......
......@@ -203,7 +203,7 @@ export default {
},
{
label: "登记单位",
prop: "xxdjdwGajgjgdmStr",
prop: "xxdjdwGajgmc",
width: "200px",
},
{
......
......@@ -20,6 +20,7 @@
<span class="hbyp" @click="toInfor(scope.scope)">修改</span>
<span class="hbyp" @click="dele(scope.scope)">删除</span>
<span class="hbyp" @click="goThxx(scope.scope)">登记为团伙</span>
<span class="hbyp" @click="goXsbj(scope.scope)">办结</span>
</template>
</right-content>
<el-dialog title="关联案件" :visible.sync="dialogS" width="55%">
......@@ -321,7 +322,6 @@ export default {
},
methods: {
goThxx(scope) {
debugger;
this.$router.pushToTab({
path: "/addYzzDjth",
query: {
......@@ -329,6 +329,15 @@ export default {
},
});
},
goXsbj(scope){
this.$router.pushToTab({
path: "/djgzxs",
query: {
xsbh: scope.row.xsbh,
xslx: "xshb",
},
});
},
toInforDa(scope) {
debugger;
// http://39.99.155.173:8003/doLogin?zjhm=142302198901012417
......
......@@ -366,71 +366,99 @@ export default {
hasChildren: false,
},
{
id: "queryXshba",
id: "thxs",
label: "有组织犯罪线索管理",
newAuth: "M01",
index: "queryXshba",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "thxsTj",
label: "有组织犯罪线索工作统计",
newAuth: "M01",
index: "thxsTj",
index: "thxs",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
// {
// id: "sjdqtj",
// label: "涉及地区统计",
// index: "sjdqtj",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
{
id: "queryXsccNew",
label: "线索初查情况",
index: "queryXsccNew",
auth: "M0103",
className: "iconfont iconrizhi",
disabled: false,
id: "queryXshbas",
label: "犯罪团伙信息管理",
newAuth: "M0102",
index: "queryXshbas",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryWcqkNew",
label: "线索研判情况",
index: "queryWcqkNew",
auth: "M0104",
className: "iconfont iconrizhi",
disabled: false,
id: "queryFzths",
label: "组织犯罪可疑群体",
newAuth: "M0102",
index: "queryFzths",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryGxqkNew",
label: "线索落地情况",
index: "queryGxqkNew",
auth: "M0105",
className: "iconfont iconrizhi",
disabled: false,
id: "queryXsccNew",
label: "有组织犯罪线索工作统计",
newAuth: "M01",
index: "queryXsccNew",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryXsccNew",
label: "线索初查情况",
index: "queryXsccNew",
auth: "M0103",
className: "iconfont iconrizhi",
hasChildren: false,
},
{
id: "queryWcqkNew",
label: "线索研判情况",
index: "queryWcqkNew",
auth: "M01042",
className: "iconfont iconrizhi",
hasChildren: false,
},
{
id: "queryGxqkNew",
label: "线索落地情况",
index: "queryGxqkNew",
auth: "M01052",
className: "iconfont iconrizhi",
hasChildren: false,
},
],
},
// {
// id: "xyrhjtj",
// label: "嫌疑人户籍统计",
// index: "xyrhjtj",
// auth: "M0102",
// className: "iconfont icongongnengfuwu",
// disabled: false,
// },
// {
// id: "afdtj",
// label: "案发地统计",
// index: "afdtj",
// auth: "M0102",
// className: "iconfont icongongnengfuwu",
// disabled: false,
// },
],
},
// {
// id: "thxsTj",
// label: "有组织犯罪线索工作统计",
// newAuth: "M01",
// index: "thxsTj",
// className: "iconfont icongongnengfuwu",
// hasChildren: true,
// children: [
// {
// id: "queryXsccNew",
// label: "线索初查情况",
// index: "queryXsccNew",
// auth: "M0103",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// {
// id: "queryWcqkNew",
// label: "线索研判情况",
// index: "queryWcqkNew",
// auth: "M0104",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// {
// id: "queryGxqkNew",
// label: "线索落地情况",
// index: "queryGxqkNew",
// auth: "M0105",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// ],
// },
],
};
},
......
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