提交 13e25ff5 authored 作者: fengzy's avatar fengzy

test

上级 9ea5a97e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<form class="layui-form" > <form class="layui-form" >
<div class="layui-input-inline layui-show-xs-block" style="width:130px;"> <div class="layui-input-inline layui-show-xs-block" style="width:130px;">
<select name="search_type" id="search_type"> <select name="search_type" id="search_type">
<option value="1" {if $search_type eq 1 } selected {/if}>123213站名</option> <option value="1" {if $search_type eq 1 } selected {/if}>站名</option>
<option value="2" {if $search_type eq 2 } selected {/if}>站号</option> <option value="2" {if $search_type eq 2 } selected {/if}>站号</option>
<option value="3" {if $search_type eq 3 } selected {/if}>项目编号</option> <option value="3" {if $search_type eq 3 } selected {/if}>项目编号</option>
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
if (time <= 3) { if (time <= 3) {
var point = new BMap.Point(res[0].longitude, res[0].latitude); var point = new BMap.Point(res[0].longitude, res[0].latitude);
var content = var content =
"<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称12:" + res[0].station_name + "<br/>项目编号:" + res[0].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[0].station_id+"',true,true)>查看详情</a></p>"; "<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称:" + res[0].station_name + "<br/>项目编号:" + res[0].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[0].station_id+"',true,true)>查看详情</a></p>";
bm.addControl(new BMap.MapTypeControl({ bm.addControl(new BMap.MapTypeControl({
mapTypes: [ mapTypes: [
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
for (var i in res) { for (var i in res) {
var point = new BMap.Point(res[i].longitude, res[i].latitude) var point = new BMap.Point(res[i].longitude, res[i].latitude)
var content = var content =
"<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称34:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[i].station_id+"',true,true)>查看详情</a></p>"; "<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[i].station_id+"',true,true)>查看详情</a></p>";
addMarker(point, content); addMarker(point, content);
} }
...@@ -303,6 +303,18 @@ ...@@ -303,6 +303,18 @@
} }
} }
}, },
error : function (XMLHttpRequest, textStatus, errorThrow ) { error : function (XMLHttpRequest, textStatus, errorThrow ) {
console.log('AJAX 执行失败...'); console.log('AJAX 执行失败...');
......
...@@ -165,10 +165,10 @@ ...@@ -165,10 +165,10 @@
var point = new BMap.Point(res[i].longitude, res[i].latitude) var point = new BMap.Point(res[i].longitude, res[i].latitude)
var content = var content =
// "<p>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a href='" + "http://jz-release.gonn.tech/dist/base.html?businessId=0037826d947443789108976beb17f452&pageNow=1&pageName=stationData" +"' target='_blank'>查看详情</a></p>"; "<p>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a href='" + "http://jz-release.gonn.tech/dist/base.html?businessId=0037826d947443789108976beb17f452&pageNow=1&pageName=stationData" +"' target='_blank'>查看详情</a></p>";
// "<p>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a onclick="" >查看详情</a></p>"; "<p>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a onclick="" >查看详情</a></p>";
"<p>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "</p>"; // "<p>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "</p>";
addMarker(point, content); addMarker(point, content);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论