Commit aff14c13 by lp784568205

修改重点人员

parent e3df3314
......@@ -58,7 +58,7 @@ if (
/*阿里云ip*/
base.alyIP = "47.92.48.137";
base.test = "http://39.99.159.210:8052";
} else if (relUrlIp == "74.6.54.170:8007") {
} else if (relUrlIp == "74.6.54.170:8007" || relUrlIp == "26.3.14.165") {
base.alyIP = "http://26.3.14.165:8762" //部标注请求ip
} else {
//地图后台服务路径
......
......@@ -246,7 +246,6 @@ export default {
},
},
formData(val) {
debugger
this.curFormData = val;
},
filterText(val) {
......
......@@ -2342,7 +2342,7 @@
>
<el-image
style="width: 120px; height: 160px"
:src="cardItem.ryzp"
:src="'data:image/jpeg;base64' + cardItem.ryzp"
:preview-src-list="srcList"
>
</el-image>
......@@ -3328,7 +3328,7 @@ export default {
self.allZdyCode.forEach((subitem) => {
self.$set(subitem, "disabled", false);
});
self.allZdyCode = this.cxQueryField[9].selectData;
self.allZdyCode = this.cxQueryField[8].selectData;
self.zdyCodeEdit = [];
self.dialogTableVisibleEdit = true;
let arr = [];
......@@ -4215,6 +4215,17 @@ export default {
} else {
self.closeLoading();
}
if(self.pageBs == "zdryGl") {
let url = ''
self.tableData.map((item,index) => {
post(`${url.alyIP}/zdGzry/getRyxxByQgck?zjhm=${item.zjhm}`).then((res)=> {
if(res.code == 200 && res.success == true)
url = res.data.ryxx.edzzplj;
this.$set(self.tableData[index],'ryzp',url)
})
})
self.tableData = [ ...self.tableData ]
}
});
// this.$nextTick(() => {
// this.$refs.itsmDataTable.doLayout();
......@@ -4250,6 +4261,8 @@ export default {
},
},
mounted() {
let userInfo = JSON.parse(sessionStorage.getItem('userInfo'))
post('http://74.6.54.170.8007/doLogin',{zjhm: userInfo.identitycard})
if (this.menuIdPgbg == "dw") {
this.pageShow = false;
}
......
......@@ -12,7 +12,7 @@
>
<img src="../assets/img/login/jinhui.png" alt="" /><span
v-show="!isCollapseP"
>串并研判</span
>重点人员犯罪管理</span
>
</div>
<el-scrollbar style="height: 100%">
......
......@@ -95,20 +95,20 @@ export default {
},
],
cxQueryField: [
{
name: "",
id: "zdyCode",
type: "checkbox",
value: "",
placeholder: "",
col: "1",
checkList: [
{ label: "电信网络诈骗", val: "zd010002" },
{ label: "涉黑涉恶", val: "zd010006" },
{ label: "团伙作案", val: "zd010018" },
{ label: "一人多案", val: "zd010015" },
],
},
// {
// name: "",
// id: "zdyCode",
// type: "checkbox",
// value: "",
// placeholder: "",
// col: "1",
// checkList: [
// { label: "电信网络诈骗", val: "zd010002" },
// { label: "涉黑涉恶", val: "zd010006" },
// { label: "团伙作案", val: "zd010018" },
// { label: "一人多案", val: "zd010015" },
// ],
// },
{
name: "姓名",
id: "xm",
......@@ -443,9 +443,13 @@ export default {
};
</script>
<style lang="scss" scoped>
// .rightContent {
// width: 100%;
// height: 100vh;
// }
#dytj {
width: 100%;
height: calc(100% - 48px);
height: calc(100vh - 48px);
box-sizing: border-box;
padding: 20px;
position: relative;
......
......@@ -95,20 +95,20 @@ export default {
},
],
cxQueryField: [
{
name: "",
id: "zdyCode",
type: "checkbox",
value: "",
placeholder: "",
col: "1",
checkList: [
{ label: "电信网络诈骗", val: "zd010002" },
{ label: "涉黑涉恶", val: "zd010006" },
{ label: "团伙作案", val: "zd010018" },
{ label: "一人多案", val: "zd010015" },
],
},
// {
// name: "",
// id: "zdyCode",
// type: "checkbox",
// value: "",
// placeholder: "",
// col: "1",
// checkList: [
// { label: "电信网络诈骗", val: "zd010002" },
// { label: "涉黑涉恶", val: "zd010006" },
// { label: "团伙作案", val: "zd010018" },
// { label: "一人多案", val: "zd010015" },
// ],
// },
{
name: "姓名",
id: "xm",
......@@ -459,7 +459,7 @@ export default {
<style lang="scss" scoped>
#dytj {
width: 100%;
height: calc(100% - 48px);
height: calc(100vh - 48px);
box-sizing: border-box;
padding: 20px;
position: relative;
......
......@@ -87,20 +87,20 @@ export default {
},
],
cxQueryField: [
{
name: "",
id: "zdyCode",
type: "checkbox",
value: "",
placeholder: "",
col: "1",
checkList: [
{ label: "电信网络诈骗", val: "zd010002" },
{ label: "涉黑涉恶", val: "zd010006" },
{ label: "团伙作案", val: "zd010018" },
{ label: "一人多案", val: "zd010015" },
],
},
// {
// name: "",
// id: "zdyCode",
// type: "checkbox",
// value: "",
// placeholder: "",
// col: "1",
// checkList: [
// { label: "电信网络诈骗", val: "zd010002" },
// { label: "涉黑涉恶", val: "zd010006" },
// { label: "团伙作案", val: "zd010018" },
// { label: "一人多案", val: "zd010015" },
// ],
// },
{
name: "姓名",
id: "xm",
......@@ -423,7 +423,7 @@ export default {
<style lang="scss" scoped>
#dytj {
width: 100%;
height: calc(100% - 48px);
height: calc(100vh - 48px);
box-sizing: border-box;
padding: 20px;
position: relative;
......
......@@ -45,7 +45,7 @@
<i class="el-icon-s-order"></i><span>案事件档案</span>
</div>
<el-button
style="display: flex"
style="display: flex;padding: 11px 20px;"
type="text"
slot="reference"
>{{ item[good.prop] }}</el-button
......@@ -403,13 +403,12 @@ export default {
{
label: "姓名",
prop: "xm",
toInfor: true,
width: "80",
width: "90",
},
{
label: "身份证号",
prop: "zjhm",
width: "190",
width: "220",
},
{
label: "人员标签",
......@@ -433,7 +432,7 @@ export default {
{
label: "民族",
prop: "mzdmText",
width: "100px",
width: "100",
},
{
label: "户籍",
......@@ -442,7 +441,7 @@ export default {
{
label: "案件类别",
prop: "ajlbCodeTxt",
width: "300",
width: "250",
},
// {
......@@ -707,7 +706,7 @@ export default {
showTH(params) {
const loading = this.$loading({
lock: true,
text: "正在导出...",
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
......@@ -721,13 +720,15 @@ export default {
this.copdetailData = res.data.rows;
this.coplist = this.thlist;
loading.close();
}else {
loading.close();
}
});
},
showYR(params) {
const loading = this.$loading({
lock: true,
text: "正在导出...",
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
......@@ -745,13 +746,15 @@ export default {
this.copdetailData = res.data.rows
this.coplist = this.yrlist;
loading.close();
}else {
loading.close();
}
});
},
showZT(params) {
const loading = this.$loading({
lock: true,
text: "正在导出...",
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
......@@ -765,13 +768,15 @@ export default {
this.copdetailData = res.data.rows
this.coplist = this.ztlist;
loading.close();
}else {
loading.close();
}
});
},
showSD(params) {
const loading = this.$loading({
lock: true,
text: "正在导出...",
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
......@@ -785,6 +790,8 @@ export default {
this.copdetailData = res.data.rows
this.coplist = this.sdlist
loading.close();
}else {
loading.close();
}
});
},
......
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