Commit 627c1eff by wangxing

嫌疑人查询结果添加案件详情

parent f6423ede
......@@ -2751,6 +2751,7 @@ public class SolrController {
configMap.put("zhyyPath",configProperties.getProperty("zhyyPath"));
configMap.put("mainurl",configProperties.getProperty("main.url"));
configMap.put("caijiurl",configProperties.getProperty("caiji.url"));
configMap.put("zxajurl",configProperties.getProperty("zxaj.url"));
Map<String,Object> map = getXyrFqList(asjRyRelateVO);
List<String> fqList = (List<String>)map.get("fqList");
//Sorl查询
......@@ -5211,6 +5212,7 @@ public class SolrController {
configMap.put("zhyyPath",configProperties.getProperty("zhyyPath"));
configMap.put("mainurl",configProperties.getProperty("main.url"));
configMap.put("caijiurl",configProperties.getProperty("caiji.url"));
configMap.put("zxajurl",configProperties.getProperty("zxaj.url"));
Map<String,Object> map = getBhrFqList(asjRyRelateVO);
List<String> fqList = (List<String>)map.get("fqList");
//Sorl查询
......@@ -7452,6 +7454,7 @@ public class SolrController {
configMap.put("zhyyPath",configProperties.getProperty("zhyyPath"));
configMap.put("mainurl",configProperties.getProperty("main.url"));
configMap.put("caijiurl",configProperties.getProperty("caiji.url"));
configMap.put("zxajurl",configProperties.getProperty("zxaj.url"));
Map<String,Object> map = getRyFqList(asjRyRelateVO);
List<String> fqList = (List<String>)map.get("fqList");
//Sorl查询
......@@ -8714,6 +8717,7 @@ public class SolrController {
configMap.put("zhyyPath",configProperties.getProperty("zhyyPath"));
configMap.put("mainurl",configProperties.getProperty("main.url"));
configMap.put("caijiurl",configProperties.getProperty("caiji.url"));
configMap.put("zxajurl",configProperties.getProperty("zxaj.url"));
Map<String,Object> map = getXwCmcxwzmstFqList(asjRyRelateVO);
List<String> fqList = (List<String>)map.get("fqList");
//Sorl查询
......@@ -9126,6 +9130,7 @@ public class SolrController {
configMap.put("zhyyPath",configProperties.getProperty("zhyyPath"));
configMap.put("mainurl",configProperties.getProperty("main.url"));
configMap.put("caijiurl",configProperties.getProperty("caiji.url"));
configMap.put("zxajurl",configProperties.getProperty("zxaj.url"));
Map<String,Object> map = getXwCmcxyibqhszryFqList(asjRyRelateVO);
List<String> fqList = (List<String>)map.get("fqList");
//Sorl查询
......@@ -10131,6 +10136,7 @@ public class SolrController {
configMap.put("zhyyPath",configProperties.getProperty("zhyyPath"));
configMap.put("mainurl",configProperties.getProperty("main.url"));
configMap.put("caijiurl",configProperties.getProperty("caiji.url"));
configMap.put("zxajurl",configProperties.getProperty("zxaj.url"));
Map<String,Object> map = getXwJsasjFqList(asjRyRelateVO);
List<String> fqList = (List<String>)map.get("fqList");
//Sorl查询
......
......@@ -246,6 +246,8 @@ var navCategory = {
selected_ul.each(function (index){
if(searchType=='aj' && $(this).attr('rel')=='id'){
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:180,sortable:true,formatter:navCategory.ajychy},";
}else if(searchType=='xyr' && $(this).attr('rel')=='asjbh'){
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:180,sortable:true,formatter:navCategory.ajychy_xyr},";
}else if((searchType=='xyr' || searchType=='rybh') && $(this).attr('rel')=='cyzj_zjhm'){
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:160,sortable:true,formatter:navCategory.ryychy},";
}else{
......@@ -380,11 +382,11 @@ var navCategory = {
var url=zxajUrl+"/findWzmstDetailByStbh?stbh="+stbh;
window.open(url);
},
ajychy:function(val,row){
ajychy:function(val,row){
return val+"<img src='static/images/asjxx_ychy.png' width=20 height=20 title='用采合一' onclick=\"layerxz_tips(this,'"+row.id+"','"+row.zcjddm+"','"+row.ajlbdm+"');\" />";
},
ajychy_xyr:function(val,row){
return val+"<img src='static/images/asjxx_ychy.png' width=20 height=20 title='用采合一' onclick=\"layerxz_tips(this,'"+row.asjbh+"','"+row.zcjddm+"','"+row.ajlbdm+"');\" />";
},
ryychy:function(val,row){
return val+"<img src='static/images/asjxx_ychy.png' width=20 height=20 title='用采合一' onclick=\"layerxz_tips(this,'"+row.id+"','','','"+row.cyzj_zjhm+"')\" />";
......
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