Commit d65b25bc by wangling

调整区域碰撞结果列表界面

parent 83f05c0b
......@@ -17,6 +17,8 @@ $(function () {
}else if(presentTypeVal=="EZUIGrid") {
$("#qkdiv").show();
$("#listdiv").hide();
}else if(presentTypeVal=="Excel") {
exportExcel();
}
});
/*
......
......@@ -307,7 +307,7 @@
<legend>
查询结果
<span class="st-span total">0</span>
<a class="btn_a btn_add" onclick="exportExcel()" id="exportExcel" style="float: right;line-height: 13px;margin-top: 7px;height: 22px;font-size: 8px;">导出Excel</a>
<li class="pull-right" style="margin-right: 15px; position: relative;top: -3px;"><input type="radio" showtype="grid" class="radio-inline" name="presentType" value="Excel" checked="checked"></li>
<li class="pull-right" style="margin-right: 15px; position: relative;top: -3px;"><input type="radio" showtype="block" class="radio-inline" name="presentType" title="" primary="true" value="EZUIGrid"></li>
<li class="pull-right" style="margin-right: 15px; position: relative;top: -4px;"><input type="radio" showtype="grid" checked="checked" class="radio-inline" name="presentType" value="DList"></li>
</legend>
......
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