Commit f6053418 by wangling

20190515---wangling---人员画像功能

parent e8813753
package com.founder.interservice.ryhx.model;
/**
* @Description* 前科人员本省警综涉案信息,辅助的类
* @Company: FOUNDER
* @author wushanyu
* @E-mail:wu_shanyu@founder.com.cn
* @careate 2019-04-26
* @version 3.0
* TODO :
*/
public class TbStAsjAssist{
//案事件编号
private String asjbh = null;
//信息主键编号
private String xxzjbh = null;
//案事件来源代码
private String asjlydm = null;
//侦查阶段代码
private String zcjddm = null;
//案件类别代码,最多可填写10个值
private String ajlbdm = null;
//案件名称
private String ajmc = null;
//发现案事件时间
private String fxasjsj = null;
//案事件发生时间_开始时间
private String asjfssjKssj = null;
//案事件发生时间_结束时间
private String asjfssjJssj = null;
//案事件发生地点_行政区划代码
private String asjfsddXzqhdm = null;
//案事件发生地点_地址名称
private String asjfsddDzmc = null;
//案事件发生地点_经度
private String asjfsddJd = null;
//案事件发生地点_纬度
private String asjfsddWd01 = null;
//案事件发生地点_地域类别代码
private String asjfsddDylbdm = null;
//案事件发生地点_场所类别代码
private String asjfsddCslbdm = null;
//简要案情
private String jyaq = null;
//是否涉枪
private String sfsqPdbz=null;
//是否命案
private String sfmaPdbz=null;
//是否涉黑
private String sfshPdbz=null;
//是否涉盗抢骗车辆
private String sfsdqpclPdbz = null;
//是否非接触性诈骗(是否电信网络诈骗)
//是否为拐卖案件判断标示
private String sfgmajpdbs = null;
//案事件督办级别代码
private String dbjbdm = null;
//作案准备手段代码
private String zazbsddm = null;
//作案人分析_人数下限
private String zarfxRsxx = null;
//作案人分析_人数上限
private String zarfxRssx = null;
//案事件死亡人员_人数
private String asjswryRs = "0";
//案事件受伤人员_人数
private String asjssryRs = "0";
//案事件损失价值
private String sszjz = "0";
//作案人员_人数
private String zaryRs = "0";
//案事件损失财物_简要情况
private String asjsscwJyqk = null;
private String slsj_str;
//主办人_姓名
private String zbrXm = null;
//主办人_公民身份号码
private String zbrGmsfhm = null;
//协办人_姓名
private String xbrXm = null;
//刑事技术负责人_姓名
private String xsjsfzrXm = null;
//移送审查起诉日期
private String ysscqsrq = null;
//移送审查起诉案件审查返回决定代码
private String ysscqsajscfhjddm = null;
//1:来自警综2:用户自建
private String flag = null;
// 立案日期
private String larq = null;
//立案单位_公安机关机构代码
private String ladwGajgjgdm = null;
//侦查终结单位_公安机关机构代码
private String zczjdwGajgjgdm = null;
//案件性质类别,新疆添加
private String ajzlb = null;
// 小案类别补充描述
private String xalbdmbcms = null;
//新疆案件标注字段 ajzlb ajxzlb2
private String ajxzlb2;
public String getAsjbh() {
return asjbh;
}
public void setAsjbh(String asjbh) {
this.asjbh = asjbh;
}
public String getXxzjbh() {
return xxzjbh;
}
public void setXxzjbh(String xxzjbh) {
this.xxzjbh = xxzjbh;
}
public String getAsjlydm() {
return asjlydm;
}
public void setAsjlydm(String asjlydm) {
this.asjlydm = asjlydm;
}
public String getZcjddm() {
return zcjddm;
}
public void setZcjddm(String zcjddm) {
this.zcjddm = zcjddm;
}
public String getAjlbdm() {
return ajlbdm;
}
public void setAjlbdm(String ajlbdm) {
this.ajlbdm = ajlbdm;
}
public String getAjmc() {
return ajmc;
}
public void setAjmc(String ajmc) {
this.ajmc = ajmc;
}
public String getFxasjsj() {
return fxasjsj;
}
public void setFxasjsj(String fxasjsj) {
this.fxasjsj = fxasjsj;
}
public String getAsjfssjKssj() {
return asjfssjKssj;
}
public void setAsjfssjKssj(String asjfssjKssj) {
this.asjfssjKssj = asjfssjKssj;
}
public String getAsjfssjJssj() {
return asjfssjJssj;
}
public void setAsjfssjJssj(String asjfssjJssj) {
this.asjfssjJssj = asjfssjJssj;
}
public String getAsjfsddXzqhdm() {
return asjfsddXzqhdm;
}
public void setAsjfsddXzqhdm(String asjfsddXzqhdm) {
this.asjfsddXzqhdm = asjfsddXzqhdm;
}
public String getAsjfsddDzmc() {
return asjfsddDzmc;
}
public void setAsjfsddDzmc(String asjfsddDzmc) {
this.asjfsddDzmc = asjfsddDzmc;
}
public String getAsjfsddJd() {
return asjfsddJd;
}
public void setAsjfsddJd(String asjfsddJd) {
this.asjfsddJd = asjfsddJd;
}
public String getAsjfsddWd01() {
return asjfsddWd01;
}
public void setAsjfsddWd01(String asjfsddWd01) {
this.asjfsddWd01 = asjfsddWd01;
}
public String getAsjfsddDylbdm() {
return asjfsddDylbdm;
}
public void setAsjfsddDylbdm(String asjfsddDylbdm) {
this.asjfsddDylbdm = asjfsddDylbdm;
}
public String getAsjfsddCslbdm() {
return asjfsddCslbdm;
}
public void setAsjfsddCslbdm(String asjfsddCslbdm) {
this.asjfsddCslbdm = asjfsddCslbdm;
}
public String getJyaq() {
return jyaq;
}
public void setJyaq(String jyaq) {
this.jyaq = jyaq;
}
public String getSfsqPdbz() {
return sfsqPdbz;
}
public void setSfsqPdbz(String sfsqPdbz) {
this.sfsqPdbz = sfsqPdbz;
}
public String getSfmaPdbz() {
return sfmaPdbz;
}
public void setSfmaPdbz(String sfmaPdbz) {
this.sfmaPdbz = sfmaPdbz;
}
public String getSfshPdbz() {
return sfshPdbz;
}
public void setSfshPdbz(String sfshPdbz) {
this.sfshPdbz = sfshPdbz;
}
public String getSfsdqpclPdbz() {
return sfsdqpclPdbz;
}
public void setSfsdqpclPdbz(String sfsdqpclPdbz) {
this.sfsdqpclPdbz = sfsdqpclPdbz;
}
public String getSfgmajpdbs() {
return sfgmajpdbs;
}
public void setSfgmajpdbs(String sfgmajpdbs) {
this.sfgmajpdbs = sfgmajpdbs;
}
public String getDbjbdm() {
return dbjbdm;
}
public void setDbjbdm(String dbjbdm) {
this.dbjbdm = dbjbdm;
}
public String getZazbsddm() {
return zazbsddm;
}
public void setZazbsddm(String zazbsddm) {
this.zazbsddm = zazbsddm;
}
public String getZarfxRsxx() {
return zarfxRsxx;
}
public void setZarfxRsxx(String zarfxRsxx) {
this.zarfxRsxx = zarfxRsxx;
}
public String getZarfxRssx() {
return zarfxRssx;
}
public void setZarfxRssx(String zarfxRssx) {
this.zarfxRssx = zarfxRssx;
}
public String getAsjswryRs() {
return asjswryRs;
}
public void setAsjswryRs(String asjswryRs) {
this.asjswryRs = asjswryRs;
}
public String getAsjssryRs() {
return asjssryRs;
}
public void setAsjssryRs(String asjssryRs) {
this.asjssryRs = asjssryRs;
}
public String getSszjz() {
return sszjz;
}
public void setSszjz(String sszjz) {
this.sszjz = sszjz;
}
public String getZaryRs() {
return zaryRs;
}
public void setZaryRs(String zaryRs) {
this.zaryRs = zaryRs;
}
public String getAsjsscwJyqk() {
return asjsscwJyqk;
}
public void setAsjsscwJyqk(String asjsscwJyqk) {
this.asjsscwJyqk = asjsscwJyqk;
}
public String getSlsj_str() {
return slsj_str;
}
public void setSlsj_str(String slsj_str) {
this.slsj_str = slsj_str;
}
public String getZbrXm() {
return zbrXm;
}
public void setZbrXm(String zbrXm) {
this.zbrXm = zbrXm;
}
public String getZbrGmsfhm() {
return zbrGmsfhm;
}
public void setZbrGmsfhm(String zbrGmsfhm) {
this.zbrGmsfhm = zbrGmsfhm;
}
public String getXbrXm() {
return xbrXm;
}
public void setXbrXm(String xbrXm) {
this.xbrXm = xbrXm;
}
public String getXsjsfzrXm() {
return xsjsfzrXm;
}
public void setXsjsfzrXm(String xsjsfzrXm) {
this.xsjsfzrXm = xsjsfzrXm;
}
public String getYsscqsrq() {
return ysscqsrq;
}
public void setYsscqsrq(String ysscqsrq) {
this.ysscqsrq = ysscqsrq;
}
public String getYsscqsajscfhjddm() {
return ysscqsajscfhjddm;
}
public void setYsscqsajscfhjddm(String ysscqsajscfhjddm) {
this.ysscqsajscfhjddm = ysscqsajscfhjddm;
}
public String getFlag() {
return flag;
}
public void setFlag(String flag) {
this.flag = flag;
}
public String getLarq() {
return larq;
}
public void setLarq(String larq) {
this.larq = larq;
}
public String getLadwGajgjgdm() {
return ladwGajgjgdm;
}
public void setLadwGajgjgdm(String ladwGajgjgdm) {
this.ladwGajgjgdm = ladwGajgjgdm;
}
public String getZczjdwGajgjgdm() {
return zczjdwGajgjgdm;
}
public void setZczjdwGajgjgdm(String zczjdwGajgjgdm) {
this.zczjdwGajgjgdm = zczjdwGajgjgdm;
}
public String getAjzlb() {
return ajzlb;
}
public void setAjzlb(String ajzlb) {
this.ajzlb = ajzlb;
}
public String getXalbdmbcms() {
return xalbdmbcms;
}
public void setXalbdmbcms(String xalbdmbcms) {
this.xalbdmbcms = xalbdmbcms;
}
public String getAjxzlb2() {
return ajxzlb2;
}
public void setAjxzlb2(String ajxzlb2) {
this.ajxzlb2 = ajxzlb2;
}
}
\ No newline at end of file
...@@ -20,4 +20,6 @@ public interface RyhxService { ...@@ -20,4 +20,6 @@ public interface RyhxService {
TbStCqhotelData queryHotelxx(String idcode) throws Exception; TbStCqhotelData queryHotelxx(String idcode) throws Exception;
TbStCqwbdataVOS queryWbxx(String zjhm) throws Exception; TbStCqwbdataVOS queryWbxx(String zjhm) throws Exception;
String getAsjxxList(String ryhxSaxxUrl, String zjhm);
} }
...@@ -6,6 +6,7 @@ import com.founder.interservice.ryhx.model.TbStCqhotelData; ...@@ -6,6 +6,7 @@ import com.founder.interservice.ryhx.model.TbStCqhotelData;
import com.founder.interservice.ryhx.model.TbStCqwbdata; import com.founder.interservice.ryhx.model.TbStCqwbdata;
import com.founder.interservice.ryhx.service.RyhxService; import com.founder.interservice.ryhx.service.RyhxService;
import com.founder.interservice.ryhx.vo.TbStCqwbdataVOS; import com.founder.interservice.ryhx.vo.TbStCqwbdataVOS;
import com.founder.interservice.util.HttpUtil;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
...@@ -33,4 +34,17 @@ public class RyhxServiceImpl implements RyhxService { ...@@ -33,4 +34,17 @@ public class RyhxServiceImpl implements RyhxService {
TbStCqwbdataVOS tbStCqwbdataVOS = ryhxMapper.queryWbxx(zjhm); TbStCqwbdataVOS tbStCqwbdataVOS = ryhxMapper.queryWbxx(zjhm);
return tbStCqwbdataVOS; return tbStCqwbdataVOS;
} }
@Override
public String getAsjxxList(String ryhxSaxxUrl, String zjhm) {
String jsonStr = "";
String xzurl = ryhxSaxxUrl + "'"+zjhm+"'";
HttpUtil http = new HttpUtil();
try {
jsonStr = http.doPost(xzurl);
} catch (Exception e) {
// TODO: handle exception
}
return jsonStr;
}
} }
...@@ -129,3 +129,6 @@ anjian: ...@@ -129,3 +129,6 @@ anjian:
url: http://www.xzxt.nm/login url: http://www.xzxt.nm/login
xzxt: xzxt:
url: http://anjian.xzxt.nm:9022/jwzh-anjian/cqGwdqTjxx/GetGwryTjxxs url: http://anjian.xzxt.nm:9022/jwzh-anjian/cqGwdqTjxx/GetGwryTjxxs
#刑专系统3.0
xzxt:
url: http://zhyy.xzxt.xz.cq/queryRyhxAsjxxAct.action
...@@ -233,32 +233,32 @@ header{ ...@@ -233,32 +233,32 @@ header{
.right-people{text-align: center;height:100%;} .right-people{text-align: center;height:100%;}
.new1,.new2,.new3,.new4,.new5,.new6,.new7,.new8{width:150px;height:160px;background: url(../images/news-bg3.png);background-size: cover;text-align: center;} .new1,.new2,.new3,.new4,.new5,.new6,.new7,.new8{width:150px;height:160px;background: url(../images/news-bg3.png);background-size: cover;text-align: center;}
.birthdate,.address,.hjxx,.others1,.others2,.others3,.others4,.others5{ display: inline-block;font-weight: 600;overflow: hidden;margin: 0 auto;/*text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;*//*overflow: hidden;text-overflow:ellipsis;white-space: nowrap; */} .birthdate,.address,.hjxx,.others1,.others2,.others3,.others4,.others5{ display: inline-block;font-weight: 600;overflow: hidden;margin: 0 auto;/*text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;*//*overflow: hidden;text-overflow:ellipsis;white-space: nowrap; */}
.new1 .birthdate{width: calc(100% - 20px);margin-top: 29px;} .new1 .birthdate{width: calc(100% - 20px);margin-top: 51px;}
.new1,.news-zx,.news-zx2,.new2,.news-zx3,.new3,.news-zx4,.new4,.news-zx5,.new5,.new6,.news-zx6,.new7,.new8{position: absolute;left:50%;top:50%;} .new1,.news-zx,.news-zx2,.new2,.news-zx3,.new3,.news-zx4,.new4,.news-zx5,.new5,.new6,.news-zx6,.new7,.new8{position: absolute;left:50%;top:50%;}
.new1{margin-left: -236px;margin-top: -254px;width:69px;height:73px;} .new1{margin-left: -236px;margin-top: -353px;width:135px;height:131px;}
.news-zx,.news-zx2,.news-zx3,.news-zx4,.news-zx5,.news-zx6{width:150px;margin-top: -238px;margin-left: -174px;} .news-zx,.news-zx2,.news-zx3,.news-zx4,.news-zx5,.news-zx6{width:150px;margin-top: -238px;margin-left: -174px;}
.address{display: inline-block;width: calc(100% - 30px);margin-top:27px;} .address{display: inline-block;width: calc(100% - 30px);margin-top:51px;}
.new2{text-align: center;margin-left:-245px;margin-top:-153px;width:69px;height:73px;} .new2{text-align: center;margin-left:-341px;margin-top:-195px;width:135px;height:131px;}
.news-zx2{margin-top:-136px;} .news-zx2{margin-top:-136px;}
.bg2{width:100px;} .bg2{width:100px;}
.new3{margin-left:188px;margin-top:-254px;width: 120px;height: 110px;} .new3{margin-left:188px;margin-top:-339px;width: 120px;height: 110px;}
.new4{margin-left:178px;margin-top:-94px;width: 100px;height: 110px;} .new4{margin-left:178px;margin-top:-157px;width: 100px;height: 110px;}
.new5{margin-left:-237px;margin-top:46px;width:69px;height:73px;} .new5{margin-left:-363px;margin-top:143px;width:135px;height:131px;}
.new6{margin-left:150px;margin-top:43px;width:69px;height:73px;/*line-height: 73px;*/} .new6{margin-left:150px;margin-top:43px;width:135px;height:131px;/*line-height: 73px;*/}
.new7{margin-left:-176px;margin-top:-29px;} .new7{margin-left:-176px;margin-top:-29px;}
#content1 .new7{ #content1 .new7{
margin-left: -194px; margin-left: -482px;
margin-top: -115px; margin-top: -70px;
} }
#content1 .new5{width:141px;height:143px;} #content1 .new5{width:141px;height:143px;}
#content1 .new6{width:162px;height:145px;margin-top:23px;} #content1 .new6{width:162px;height:145px;margin-top:126px;}
#content1 .others3{margin-top:54px;} #content1 .others3{margin-top:54px;}
#content1 .others2{margin-top:44px;} #content1 .others2{margin-top:54px;}
.new8{margin-left:-241px;margin-top:-31px;} .new8{margin-left:307px;margin-top:-31px;}
.others4{width: calc(100% - 20px);margin-top:56px;} .others4{width: calc(100% - 20px);margin-top:101px;}
.others5{margin-top: 26px;} .others5{margin-top: 26px;}
.news-zx3{margin-left:41px;margin-top:-214px;} .news-zx3{margin-left:41px;margin-top:-214px;}
.w69{width:163px;height:158px;} .w69{width:241px;height:217px;}
.w130{width:130px;height:140px;} .w130{width:130px;height:140px;}
.w177{width: 191px; .w177{width: 191px;
height: 170px;} height: 170px;}
...@@ -276,23 +276,23 @@ height: 83px;} ...@@ -276,23 +276,23 @@ height: 83px;}
/*animate*/ /*animate*/
.animated{animation-iteration-count:infinite;animation-duration: 2s;} .animated{animation-iteration-count:infinite;animation-duration: 2s;}
/*第二种气泡*/ /*第二种气泡*/
.tabs-o{position:absolute;right:10px;bottom:100px;width:231px;height:102px;background:url(../images/tabs-bg.png);background-size: cover;text-align:left;} .tabs-o{position:absolute;right:10px;bottom:100px;width:332px;height:144px;background:url(../images/tabs-bg.png);background-size: cover;text-align:left;}
.tbs-title{display: inline-block;height: 20px; line-height: 20px;width: 90px;text-align: center;padding: 3px 0px;font-weight:600;margin-left: 7px;} .tbs-title{display: inline-block;height: 20px; line-height: 37px;width: 119px;text-align: center;padding: 3px 0px;font-weight:600;margin-left: 7px;}
.tbs-cont{display: table;width: 100%;margin-top: 5px;} .tbs-cont{display: table;width: 100%;margin-top: 5px;}
.count{width:60px;height:55px;text-align:center;line-height:55px;background: url(../images/news-bg3.png);background-size: cover;font-size:16px;margin-left: 17px;} .count{width:104px;height:100px;text-align:center;line-height:100px;background: url(../images/news-bg3.png);background-size: cover;font-size:16px;margin-left: 17px;}
body .layui-layer-tips .layui-layer-content{/* color:#000; */} body .layui-layer-tips .layui-layer-content{/* color:#000; */}
.ajbh{height:55px;line-height: 55px;width: calc(100% - 95px);padding-left:6px;overflow: hidden;word-break: keep-all;text-overflow: ellipsis;} .ajbh{height:55px;line-height: 93px;width: calc(100% - 133px);padding-left:6px;overflow: hidden;word-break: keep-all;text-overflow: ellipsis;}
.layui-layer-tips .layui-layer-content{background:rgb(10, 135, 165) !important;color:#fff;} .layui-layer-tips .layui-layer-content{background:rgb(10, 135, 165) !important;color:#fff;}
body .layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT{border-top-color: transparent; !important;border-top-style: solid;border-right-color: transparent !important;border-right-style: inherit;line-height: 0;border-color: transparent transparent rgb(10, 135, 165) transparent;border-style: dashed dashed solid dashed;} body .layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT{border-top-color: transparent; !important;border-top-style: solid;border-right-color: transparent !important;border-right-style: inherit;line-height: 0;border-color: transparent transparent rgb(10, 135, 165) transparent;border-style: dashed dashed solid dashed;}
body .layui-layer-tips i.layui-layer-TipsB{top:-16px;} body .layui-layer-tips i.layui-layer-TipsB{top:-16px;}
#content2 .new1:nth-child(1),#content3 .new1:nth-child(1){margin-left: -305px;margin-top: -234px;} #content2 .new1:nth-child(1),#content3 .new1:nth-child(1){margin-left: -420px;margin-top: -344px;}
#content2 .new1:nth-child(2),#content3 .new1:nth-child(2){margin-left: -323px;margin-top: -116px;} #content2 .new1:nth-child(2),#content3 .new1:nth-child(2){margin-left: -448px;margin-top: -186px;}
#content2 .new1:nth-child(3),#content3 .new1:nth-child(3){margin-left: 76px;margin-top: -234px;} #content2 .new1:nth-child(3),#content3 .new1:nth-child(3){margin-left: 186px;margin-top: -336px;}
#content2 .new1:nth-child(4),#content3 .new1:nth-child(4){margin-left: 98px;margin-top: -116px;} #content2 .new1:nth-child(4),#content3 .new1:nth-child(4){margin-left: 241px;margin-top: -166px;}
#content2 .new1:nth-child(5),#content3 .new1:nth-child(5){margin-left: -347px;margin-top: -1px;} #content2 .new1:nth-child(5),#content3 .new1:nth-child(5){margin-left: -407px;margin-top: -24px;}
#content2 .new1:nth-child(6),#content3 .new1:nth-child(6){margin-left: 115px;margin-top: -1px;} #content2 .new1:nth-child(6),#content3 .new1:nth-child(6){margin-left: 175px;margin-top: -1px;}
#content2 .new1:nth-child(7),#content3 .new1:nth-child(7){margin-left: -370px;margin-top: 118px;} #content2 .new1:nth-child(7),#content3 .new1:nth-child(7){margin-left: -430px;margin-top: 128px;}
#content2 .new1:nth-child(8),#content3 .new1:nth-child(8){margin-left: 131px;margin-top: 118px;} #content2 .new1:nth-child(8),#content3 .new1:nth-child(8){margin-left: 191px;margin-top: 118px;}
/**/ /**/
/* @media screen and (max-width: 1600px){ /* @media screen and (max-width: 1600px){
body{font-size: 10px;} body{font-size: 10px;}
......
...@@ -12,7 +12,9 @@ function getWidth(){ ...@@ -12,7 +12,9 @@ function getWidth(){
if($(".right-people").height()<=544){ if($(".right-people").height()<=544){
$("header").css({"height":"60px","font-size":"22px"}); $("header").css({"height":"60px","font-size":"22px"});
$(".left-xx, .right-xx").css({"height":"calc(100% - 86px)"}); $(".left-xx, .right-xx").css({"height":"calc(100% - 86px)"});
/*
$(".new1, .news-zx, .news-zx2, .new2, .news-zx3, .new3, .news-zx4, .new4, .news-zx5, .new5, .new6, .news-zx6,.new7").css({"top":"59%"}); $(".new1, .news-zx, .news-zx2, .new2, .news-zx3, .new3, .news-zx4, .new4, .news-zx5, .new5, .new6, .news-zx6,.new7").css({"top":"59%"});
*/
//$(".news-zx2,.news-zx4,.news-zx5").css({"width":"125px"}); //$(".news-zx2,.news-zx4,.news-zx5").css({"width":"125px"});
//$(".news-zx").css({"width":"125px","margin-top":"-178px","margin-left":"-145px"}); //$(".news-zx").css({"width":"125px","margin-top":"-178px","margin-left":"-145px"});
//$(".news-zx3").css({"width":"125px","margin-top":"-174px"}); //$(".news-zx3").css({"width":"125px","margin-top":"-174px"});
...@@ -24,12 +26,12 @@ function getWidth(){ ...@@ -24,12 +26,12 @@ function getWidth(){
//$(".news-zx4").css({"margin-top":"-12px"}); //$(".news-zx4").css({"margin-top":"-12px"});
} }
} }
function tips(obj){ function tips(obj, aa){
var _this=obj; var _this=obj;
var object=$(_this).parents(".tabs-o"); var object=$(_this).parents(".tabs-o");
//tips层-下 //tips层-下
layer.tips('<p>15613346131515315</p><p>15613346131515315</p><p>15613346131515315</p>',object, { layer.tips('<p>15613346131515315</p><p>15613346131515315</p><p>15613346131515315</p>',object, {
tips:3, tips:object.length,
tipsMore: false, tipsMore: false,
time:2300 time:2300
}); });
......
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://www.atg.com/taglibs/json" prefix="json" %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>人员画像</title>
<link rel="icon" href="/images/bkxxInsertFavicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="/common/layer/skin/layer.css">
<link rel="stylesheet" type="text/css" href="/css/base-ryhx.css">
</head>
<body class="ryhx-body">
<div id="content2" class="content" style="">
<c:forEach var="thxx" items="${relationList}">
<c:if test="${not empty relationList}">
<div class="new1 tabs-o animated pulse">
<span class="tbs-title">${thxx.objecttotypename}</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">${thxx.relativetypename}</div>
<div class="fl ajbh">${thxx.objecttovalue}</div>
</div>
</div>
</c:if>
</c:forEach>
</div>
<script type="text/javascript" src="/js/jquery-1.11.3.js"></script>
<script type="text/javascript" src="/common/layer/layer.js"></script>
<script type="text/javascript" src="/js/ryhx.js"></script>
<script>
</script>
</body>
</html>
...@@ -75,41 +75,7 @@ ...@@ -75,41 +75,7 @@
<div class="new5 animated pulse w100"><span class="others2" style="margin-top: 49px;width:calc(100% - 20px);">贩毒人员</span></div> <div class="new5 animated pulse w100"><span class="others2" style="margin-top: 49px;width:calc(100% - 20px);">贩毒人员</span></div>
</div> </div>
<div id="content5" class="content" style="display:none;"> <div id="content5" class="content" style="display:none;">
<div class="new1 tabs-o animated pulse" style="margin-left: -286px;"> <iframe name="myiframe" id="saxx" frameborder="0" align="left" width="100%" height="100%" scrolling="yes"></iframe>
<span class="tbs-title">涉案类别</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">盗抢骗</div>
</div>
</div>
<div class="new2 tabs-o animated pulse" style="margin-left: -330px;margin-top: -117px;">
<span class="tbs-title">涉案地点</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">重庆市北碚区</div>
</div>
</div>
<div class="new3 tabs-o animated pulse" style="margin-left: 70px;">
<span class="tbs-title">涉案时间</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">2018.12.11</div>
</div>
</div>
<div class="new4 tabs-o animated pulse" style="margin-left: 122px;">
<span class="tbs-title">作案手段</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">手机网络</div>
</div>
</div>
<div class="new5 tabs-o animated pulse" style="margin-top: 22px; margin-left: -290px;">
<span class="tbs-title">前科信息</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">案件类别</div>
</div>
</div>
</div> </div>
<div id="content6" class="content" style="display:none;"> <div id="content6" class="content" style="display:none;">
<!--一条折线对应一条内容,左侧--> <!--一条折线对应一条内容,左侧-->
...@@ -132,42 +98,7 @@ ...@@ -132,42 +98,7 @@
<div class="new5 animated pulse w100"><span class="others2" style="margin-top:48px;">网购达人</span></div> <div class="new5 animated pulse w100"><span class="others2" style="margin-top:48px;">网购达人</span></div>
</div> </div>
<div id="content8" class="content" style="display:none;"> <div id="content8" class="content" style="display:none;">
<div class="new1 tabs-o animated pulse" style="margin-left: -278px;"> <iframe name="myiframe" id="gxqxx" frameborder="0" align="left" width="100%" height="100%" scrolling="yes"></iframe>
<span class="tbs-title">同住信息</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">曹鹏</div>
</div>
</div>
<div class="new2 tabs-o animated pulse" style="margin-top: -81px;margin-left: -298px;">
<span class="tbs-title">同户信息</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">曹鹏</div>
</div>
</div>
<div class="new3 tabs-o animated pulse" style="margin-top: -190px;margin-left: 119px;">
<span class="tbs-title">同行信息</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">曹鹏</div>
</div>
</div>
<div class="new4 tabs-o animated pulse" style="margin-top: -23px;margin-left: 137px;">
<span class="tbs-title">同案信息</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div>
<div class="fl ajbh">曹鹏</div>
</div>
</div>
<%--<!--一条折线对应一条内容,左侧-->
<div class="new2 animated pulse w130" style="margin-left: -267px;"><span class="address" style="margin-top: 65px;">同住信息:曹鹏</span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new3 animated pulse w130"><span class="hjxx" style="margin-top: 65px;">同户信息:曹鹏</span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new4 animated pulse w130"><span class="others1" style="margin-top: 65px;">同行信息:曹鹏</span></div>
<div class="new5 animated pulse w130"><span class="others2" style="margin-top: 65px;">同案信息:曹鹏</span></div>--%>
</div> </div>
</div> </div>
</article> </article>
...@@ -186,11 +117,15 @@ ...@@ -186,11 +117,15 @@
$(".right-xx .title").text($(obj).text()); $(".right-xx .title").text($(obj).text());
$(".right-people .content").hide(); $(".right-people .content").hide();
$("#content"+ind).show(); $("#content"+ind).show();
if(ind=="1"){ if(ind=="1"){
document.getElementById("jbxx").src = "/getJbxx?yhCate=00&projectName=00&zjhm="+zjhm; document.getElementById("jbxx").src = "/getJbxx?yhCate=00&projectName=00&zjhm="+zjhm;
}else if(ind=="2"){ }else if(ind=="2"){
document.getElementById("xnxx").src = "/getXnsfxx?yhCate=00&projectName=00&zjhm="+zjhm; document.getElementById("xnxx").src = "/getXnsfxx?yhCate=00&projectName=00&zjhm="+zjhm;
} }else if(ind=="5"){
document.getElementById("saxx").src = "/getSaxx?yhCate=00&projectName=00&zjhm="+zjhm;
}else if(ind=="8"){
document.getElementById("gxqxx").src = "/getGxqxx?yhCate=00&projectName=00&zjhm="+zjhm;
}
$("iframe").each(function(){ $("iframe").each(function(){
$(this).height($(".right-xx").height()); $(this).height($(".right-xx").height());
}) })
......
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://www.atg.com/taglibs/json" prefix="json" %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>人员画像</title>
<link rel="icon" href="/images/bkxxInsertFavicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="/common/layer/skin/layer.css">
<link rel="stylesheet" type="text/css" href="/css/base-ryhx.css">
</head>
<body class="ryhx-body">
<div id="content2" class="content" style="">
<c:forEach var="saxx" items="${asjxxList}">
<c:if test="${not empty asjxxList}">
<div class="new1 tabs-o animated pulse">
<span class="tbs-title">案件类别</span>
<div class="tbs-cont">
<div class="fl count" onclick="tips(this,'${saxx.asjbh}')">${saxx.ajlbdm}</div>
<div class="fl ajbh">${saxx.asjbh}</div>
</div>
</div>
</c:if>
</c:forEach>
</div>
<script type="text/javascript" src="/js/jquery-1.11.3.js"></script>
<script type="text/javascript" src="/common/layer/layer.js"></script>
<script type="text/javascript" src="/js/ryhx.js"></script>
<script>
</script>
</body>
</html>
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div class="new1 tabs-o animated pulse"> <div class="new1 tabs-o animated pulse">
<span class="tbs-title">${xnxx.objectfromtypename}</span> <span class="tbs-title">${xnxx.objectfromtypename}</span>
<div class="tbs-cont"> <div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div> <div class="fl count" onclick="tips(this)">${countsize}</div>
<div class="fl ajbh">${xnxx.objectfromvalue}</div> <div class="fl ajbh">${xnxx.objectfromvalue}</div>
</div> </div>
</div> </div>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div class="new1 tabs-o animated pulse"> <div class="new1 tabs-o animated pulse">
<span class="tbs-title">身份证号码</span> <span class="tbs-title">身份证号码</span>
<div class="tbs-cont"> <div class="tbs-cont">
<div class="fl count" onclick="tips(this)">3</div> <div class="fl count" onclick="tips(this)">${countsize}</div>
<div class="fl ajbh">${zjhm}</div> <div class="fl ajbh">${zjhm}</div>
</div> </div>
</div> </div>
......
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