Commit 6c2faaf8 by wangling

20190612---wangling---轨迹回溯添加列表和地图点击链接

parent 6846b9fd
......@@ -286,7 +286,7 @@ body .flws a.flwsa{
}
.append-input .fileCss{width:100px;height:30px;top:11px;}
.map-zdy{font-size:16px;margin-left:10px;color:#ca6015;cursor: pointer;}
.map-icon{position: relative;top: -2px;left: 8px;}
/*分类导航*/
.searchConfigHead{
display: inline-block;
......
......@@ -19,9 +19,9 @@ function sksjzcYchy(obj,objectValue,zjhm,objectType,type) {
htmlChild +="<li onclick='toQgsa(\""+zjhm+"\",\""+asjbh+"\");'><img src='/images/see.png' width='16px;' style='float:left; position:relative; top:6px;'/><span>全国涉案</span></li>";
htmlChild +="<li onclick='toBssa(\""+zjhm+"\",\""+asjbh+"\");'><img src='/images/bgzczz.png' width='16px;' style='float:left; position:relative; top:6px;'/><span>本省涉案</span></li>";
}else if(type == "2"){//IMSI用采合一
htmlChild +="<li ><img src='/images/ajzb.png' width='16px;' style='float:left; position:relative; top:6px;margin-right:5px;'/><span onclick='toGjhs(\""+objectValue+"\",\""+objectType+"\");'>轨迹回溯</span><i class=\"fa fa-map map-zdy\" aria-hidden=\"true\" onclick='skgjfxData(\""+objectValue+"\",\""+objectType+"\");' title='轨迹分析'></i></li>";
htmlChild += "<li data-act='startAnalyze.action' onclick='toQxda(\""+objectValue+"\");'><img src='/images/ajda.png' width='16px;' style='float:left; position:relative; top:6px;margin-right:5px;'/><span>全息档案</span></li>";
htmlChild += "<li data-act='startAnalyze.action' onclick='qyssBigData(\""+objectValue+"\",\""+objectType+"\",\""+asjbh+"\");'><img src='/images/fx.png' width='16px;' style='float:left; position:relative; top:6px;margin-right:5px;'/><span>时空伴随分析</span></li>";
htmlChild +="<li ><img src='/images/ajzb.png' width='18px;' style='float:left; position:relative; top:6px;margin-right:5px;'/><span onclick='toGjhs(\""+objectValue+"\",\""+objectType+"\");'>轨迹回溯</span><img src='/images/table.png' class='map-icon' style='margin-right:10px;' onclick='toGjhs(\""+objectValue+"\",\""+objectType+"\");' width='22px' title='轨迹分析列表展示'></img><img src='/images/map.png' class='map-icon' onclick='skgjfxData(\""+objectValue+"\",\""+objectType+"\");' width='19px' title='轨迹分析地图展示'></img></li>";
htmlChild += "<li data-act='startAnalyze.action' onclick='toQxda(\""+objectValue+"\");'><img src='/images/ajda.png' width='18px;' style='float:left; position:relative; top:6px;margin-right:5px;'/><span>全息档案</span></li>";
htmlChild += "<li data-act='startAnalyze.action' onclick='qyssBigData(\""+objectValue+"\",\""+objectType+"\",\""+asjbh+"\");'><img src='/images/fx.png' width='14px;' style='float:left; position:relative; top:6px;left: 2px;margin-right:9px;'/><span>时空伴随分析</span></li>";
}
htmlChild += "</ul>";
layer.tips(htmlChild, that,{time:15000,tips:[2,'#f3f7f8'],width:380}); //在元素的事件回调体中,follow直接赋予this即可
......
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