Commit 47f0f756 by mr.wang

刑嫌对象

parent 4ffaaa1b
......@@ -1121,7 +1121,8 @@ const xydx = [
{
name: "人员编号:",
id: "xzgzrybh",
type: "textTq",
// type: "textTq",
type: "text",
value: "",
placeholder: "请输入",
col: "2",
......@@ -1207,7 +1208,8 @@ const xydx = [
{
name: "证件号码:",
id: "zjhm",
type: "text",
// type: "text",
type: "textTq",
prop: "checkEmpty",
value: "",
placeholder: "请输入",
......
......@@ -1071,7 +1071,7 @@ export default {
});
}
},
ajtq(xzgzrybh) {
ajtq(zjhm) {
let loading = this.$loading({
lock: true,
text: "正在加载...",
......@@ -1080,7 +1080,7 @@ export default {
});
let self = this;
tqpeopleInfo({
xzgzrybh,
zjhm,
}).then((res) => {
var result = res.data.rows;
self.propFormField.forEach((i, iIndex) => {
......
......@@ -7,15 +7,17 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@showDialogS="showDialogS"
@showDialogG="showDialogG"
@toInfor="toInfor"
@revokeLK="revokeLK"
ref="rightContent"
>
<!-- <template #listOperation="scope">
<template #listOperation="scope">
<span class="hbyps" @click="add(scope.scope)">
<i class="el-icon-plus"></i>新增</span
>
</template> -->
</template>
<template #btnGroup="scope">
<span class="hbyp" @click="edit(scope.scope)">修改</span>
<span class="hbyp" @click="dele(scope.scope)">删除</span>
......@@ -25,9 +27,38 @@
<span class="hbyp" @click="revokeLK(scope.scope)">撤控信息</span> -->
</template>
</right-content>
<el-dialog title="关联案件" :visible.sync="dialogS" width="55%">
<right-content
:pageBs="bshglajS.pageBs"
:cxFormData="bshglajS.cxFormData"
:cxQueryField="bshglajS.cxQueryField"
:cxDefaultFormThead="bshglajS.cxDefaultFormThead"
:cxUrl="bshglajS.cxUrl"
@toInforDa="toInforDa"
ref="rightContentGl"
></right-content>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogS = false">关闭</el-button>
</span>
</el-dialog>
<el-dialog title="关联案件" :visible.sync="dialogG" width="55%">
<right-content
:pageBs="bshglajG.pageBs"
:cxFormData="bshglajG.cxFormData"
:cxQueryField="bshglajG.cxQueryField"
:cxDefaultFormThead="bshglajG.cxDefaultFormThead"
:cxUrl="bshglajG.cxUrl"
@toInforDa="toInforDa"
ref="rightContentGl"
></right-content>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogG = false">关闭</el-button>
</span>
</el-dialog>
<!-- 新增列控 -->
<el-dialog title="新增列控信息" :visible.sync="newlyVisiable">
<!-- <el-dialog title="新增列控信息" :visible.sync="newlyVisiable">
<el-form :inline="true" :model="lkForm" class="demo-form-inline">
<el-row>
<el-col :span="20" :offset="2" style="margin-top: 20px">
......@@ -68,9 +99,9 @@
<el-button @click="newlyVisiable = false">取 消</el-button>
<el-button type="primary" @click="submitLKD">确 定</el-button>
</div>
</el-dialog>
</el-dialog> -->
<!-- 撤控 -->
<el-dialog title="新增撤控信息" :visible.sync="revokeVisiable">
<!-- <el-dialog title="新增撤控信息" :visible.sync="revokeVisiable">
<el-form :inline="true" :model="ckForm" class="demo-form-inline">
<el-row>
<el-col :span="20" :offset="2" style="margin-top: 20px">
......@@ -111,7 +142,7 @@
<el-button @click="revokeVisiable = false">取 消</el-button>
<el-button type="primary" @click="submitCKD">确 定</el-button>
</div>
</el-dialog>
</el-dialog> -->
</div>
</template>
......@@ -129,9 +160,85 @@ export default {
},
data() {
return {
bshglajS: {
pageBs: "qyeryrlqbxsGl",
cxFormData: {
page: 1,
limit: 5,
rlqbxxzjbh: "",
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "案事件编号",
prop: "asjbh",
toInforDa: true,
},
{
label: "案件名称",
prop: "ajmc",
},
{
label: "案件类别",
prop: "ajlbdm",
},
{
label: "立案日期",
prop: "larq",
},
{
label: "立案单位",
prop: "ladwGajgmc",
},
{
label: "简要案情",
prop: "jyaq",
},
],
cxUrl: "/rlqb/getAjListByS",
},
bshglajG: {
pageBs: "qyeryrlqbxsGl",
cxFormData: {
page: 1,
limit: 5,
rlqbxxzjbh: "",
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "案事件编号",
prop: "asjbh",
toInforDa: true,
},
{
label: "案件名称",
prop: "ajmc",
},
{
label: "案件类别",
prop: "ajlbdm",
},
{
label: "立案日期",
prop: "larq",
},
{
label: "立案单位",
prop: "ladwGajgmc",
},
{
label: "简要案情",
prop: "jyaq",
},
],
cxUrl: "/rlqb/getAjListByQg",
},
dialogS: false,
dialogG: false,
examineInfo: {},
header: "刑嫌调控工作管理", //头部标题 (模块第一个页面需要)
pageBs: "gzrygl", //页面名称
pageBs: "queryXshbs", //页面名称
cxFormData: {
//查询条件
// lkPdbz: "2",
......@@ -265,7 +372,7 @@ export default {
},
{
name: "案件类别",
id: "ajlbdm",
id: "ajlb",
type: "codeTreeDialog",
codeTree: "CODE_AJLB",
codeOptions: [],
......@@ -273,6 +380,16 @@ export default {
placeholder: "请输入",
col: "3",
},
{
name: "作案手段",
id: "zasd",
type: "codeTreeDialog",
codeTree: "CODE_TSSD",
codeOptions: [],
value: "",
placeholder: "请输入",
col: "3",
},
],
cxDefaultFormThead: [
//table 展示
......@@ -293,23 +410,24 @@ export default {
},
{
label: "案件类别",
prop: "",
prop: "ajlbStr",
},
{
label: "作案手段",
prop: "",
prop: "zasdStr",
},
{
label: "关联案件",
prop: "",
prop: "sfyaj",
isShowDialog: true,
},
{
label: "人员类别",
prop: "",
prop: "xzgzrylbdmStr",
},
{
label: "户籍地",
prop: "",
prop: "hjdzXzqhdmStr",
},
// {
// label: "人员类别",
......@@ -764,7 +882,8 @@ export default {
});
},
add() {
this.$router.pushToTab("addGzry");
// this.$router.pushToTab("addGzry");
this.$router.pushToTab("adjustXsbks");
},
edit(scope) {
console.log(scope);
......@@ -882,13 +1001,46 @@ export default {
}
});
},
toInforDa(scope) {
debugger;
// http://39.99.155.173:8003/doLogin?zjhm=142302198901012417
// http://39.99.155.173:8003/queryAjdaxxs?asjbh=A4419615400002020086063
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
var idcard = userInfo.identitycard;
let path = `${base.alyIP5}/doLogin?zjhm=${idcard}`;
window.open(path, "_blank");
let paths = `${base.alyIP5}/queryAjdaxxs?asjbh=${scope.asjbh}`;
window.open(paths, "_blank");
},
showDialogS(data) {
this.dialogS = true;
console.log(data);
this.bshglajS.cxFormData.rlqbxxzjbh = data.row.xxzjbh;
// this.bshglajS.cxUrl = data.cxUrl;
// this.$refs.rightContentGl.doQuery("yes");
},
showDialogG(data) {
this.dialogG = true;
console.log(data);
this.bshglajG.cxFormData.rlqbxxzjbh = data.row.xxzjbh;
// this.bshglajG.cxUrl = data.cxUrl;
// this.$refs.rightContentGl.doQuery("yes");
},
// 发起布控
sendBk() {
sendBk(scope) {
console.log(scope);
this.$router.pushToTab({
path: "/adjustXsbks",
query: { glxxlx: '0004', xzgzrybh: scope.row.xzgzrybh, bkdxLxdm: '04', bkdx_hm: scope.row.zjhm },
});
},
// 下达指令
lowdaZl() {
lowdaZl(scope) {
console.log(scope);
this.$router.pushToTab({
path: "/addsqfbzl",
query: { type: 'xdzl', glxxXxzjbh: scope.row.xzgzrybh, module: 'xxtk', xsType: 'ry' },
});
}
},
};
......
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