Commit c3b5e7d8 by chentian

区域碰撞时空绘制增加推荐人员,号码,车辆功能

parent 168b9b25
......@@ -88,7 +88,7 @@ var table_title =[
{title:"标识号",field:"objectValue",align:'center',width:'18%',formatter:function(val,row,index){
return getBshYchy(row);}},
{title:"标识号类型",field:"objectTypeName",align:'center',width:'10%'},
{title:"比中区域",field:"regionlist",align:'center',width:'11%',formatter:function(val){
{title:"比中区域",field:"regionlist",align:'center',width:'16%',formatter:function(val){
return "<span title='" + val + "'>" + val + "</span>"
}},
{title:"类型",field:"zjlx",align:'center',width:'10%',formatter:function(val,row,index){
......@@ -99,7 +99,7 @@ var table_title =[
}},
{title:"姓名",field:"name",align:'center',width:'13%',formatter:function(val,row,index){
return getRybq(row);}},
{title:"性别",field:"sex",align:'center',width:'10%',formatter:function(val,row,index){
{title:"性别",field:"sex",align:'center',width:'5%',formatter:function(val,row,index){
return getXbmc(row);}},
{title:"出生日期",field:"birthday",align:'center',width:'12%',formatter:function(val,row,index){
return getBirthday(row);
......@@ -890,6 +890,7 @@ function showDialog(tjType) {
}else if(tjType==3){
count=tjclCount;
}
if(count!=0){
openUrlForm({
id:dialogId,
url:'/toTjDialog?taskId='+taskId+"&isCount=false&tjCount="+ count+"&tjType="+tjType+"&yhCate=00&projectName=刑专智慧侦查脑图",
......@@ -918,6 +919,7 @@ function showDialog(tjType) {
])
var tops = $(document).scrollTop();//当页面滚动时,把当前距离赋值给页面,这样保持页面滚动条不动
$(document).bind("scroll",function (){$(document).scrollTop(tops);})
}
}
......
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