Commit fcc985f8 by wangling

20190615---wangling---修改展示字段

parent e31b6378
......@@ -60,7 +60,7 @@ var table_title =[
{title:"标识号",field:"objectValue",align:'center',width:'24%',formatter:function(val,row,index){
return getBshYchy(row);}},
{title:"标识号类型",field:"objectTypeName",align:'center',width:'12%'},
{title:"所属区域",field:"objectTypeName",align:'center',width:'12%'},
{title:"所属区域",field:"regionlist",align:'center',width:'12%'},
{title:"姓名",field:"name",align:'center',width:'12%',formatter:function(val,row,index){
return getRybq(row);}},
{title:"证件类型",field:"zjlx",align:'center',width:'20%'},
......@@ -274,9 +274,9 @@ function doQueryqk(){
' </p>\n' +
' <p class="currResultP">\n' +
' <span class="navSpan rtitleSpan noLinkSpan">标识号类型:</span>\n' +
' <span id="" class="navSpan noLinkSpan singleColumns" title="'+rows[k].objectType+'">'+rows[k].objectType+'</span>\n' +
' <span class="navSpan rtitleSpan noLinkSpan">所属区域:</span>\n' +
' <span id="" class="navSpan noLinkSpan singleColumns" title="'+rows[k].objectTypeName+'">'+rows[k].objectTypeName+'</span>\n' +
' <span class="navSpan rtitleSpan noLinkSpan">所属区域:</span>\n' +
' <span id="" class="navSpan noLinkSpan singleColumns" title="'+rows[k].regionlist+'">'+rows[k].regionlist+'</span>\n' +
' <span class="navSpan rtitleSpan noLinkSpan">姓名:</span>\n' +
' <span id="" class="navSpan noLinkSpan singleColumns" title="'+rows[k].name+'">'+rows[k].name+'</span>\n' +
' <span class="navSpan rtitleSpan noLinkSpan">证件类型:</span>\n' +
......@@ -291,7 +291,7 @@ function doQueryqk(){
' <span id="" class="navSpan noLinkSpan singleColumns" title="'+rows[k].xzzDzmc+'">'+rows[k].xzzDzmc+'</span>\n' +
' <span class="navSpan rtitleSpan noLinkSpan">出生地地址:</span>\n' +
' <span id="" class="navSpan noLinkSpan singleColumns" title="'+rows[k].csdDzmc+'">'+rows[k].csdDzmc+'</span>\n' +
' </>\n' +
' </p>\n' +
' </div>'
});
$("#qkdiv").append(html);
......
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