Commit bf3bf888 by wangxing

人员添加案件详情

parent e25c91ba
......@@ -287,6 +287,12 @@ var navCategory = {
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:160,sortable:true,formatter:navCategory.ryychy},";
}else if(searchType=='ajzlz'&& $(this).attr('rel')=='caseid'){
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:180,sortable:true,formatter:navCategory.misajychy},";
}else if(searchType=='xyrmis'&& $(this).attr('rel')=='id'){
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:180,sortable:true,formatter:navCategory.misxyrychy},";
}else if(searchType=='misbhr'&& $(this).attr('rel')=='caseid'){
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:180,sortable:true,formatter:navCategory.misajychy},";
}else if(searchType=='misbar'&& $(this).attr('rel')=='caseid'){
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:180,sortable:true,formatter:navCategory.misajychy},";
}else{
if (index == selected_ul.length - 1) {
s += "{field:'" + $(this).attr('rel') + "',title:'" + $(this).attr('name') + "',width:160,sortable:true}";
......@@ -424,6 +430,9 @@ var navCategory = {
misajychy:function(val,row){
return val+"<img src='static/images/asjxx_ychy.png' width=20 height=20 title='用采合一' onclick=\"layerxz_tips(this,'"+row.caseid+"','mis','','');\" />";
},
misxyrychy:function(val,row){
return val+"<img src='static/images/asjxx_ychy.png' width=20 height=20 title='用采合一' onclick=\"layerxz_tips(this,'"+row.id+"','mis','','');\" />";
},
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+"');\" />";
},
......
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