Commit 635e35c0891d8bf685abbcd7599c7eafb8f7cf21
1 parent
af08dcd0
1.屏蔽“添加站点间路段”功能
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/pages/base/stationroute/js/routes-operation.js
| @@ -506,9 +506,9 @@ var RoutesOperation = (function () { | @@ -506,9 +506,9 @@ var RoutesOperation = (function () { | ||
| 506 | '<button class="info_win_btn" onclick="RoutesOperation.editCenterPoint(' + stationRoute.id+','+stationRoute.directions + ')">站级中心点</button>'; | 506 | '<button class="info_win_btn" onclick="RoutesOperation.editCenterPoint(' + stationRoute.id+','+stationRoute.directions + ')">站级中心点</button>'; |
| 507 | if (stationRoute.stationMark == 'E') { | 507 | if (stationRoute.stationMark == 'E') { |
| 508 | htm += '<button class="info_win_btn" onclick="RoutesOperation.geoPremise(' + stationRoute.id + ')">前置电子围栏</button></div>'; | 508 | htm += '<button class="info_win_btn" onclick="RoutesOperation.geoPremise(' + stationRoute.id + ')">前置电子围栏</button></div>'; |
| 509 | - } else { | 509 | + }/* else { |
| 510 | htm += '<button class="info_win_btn" id="addBetweenStationRoad" onclick="RoutesOperation.addBetweenStationRoad(' + stationRoute.id + ')">添加站点间路段</button></div>'; | 510 | htm += '<button class="info_win_btn" id="addBetweenStationRoad" onclick="RoutesOperation.addBetweenStationRoad(' + stationRoute.id + ')">添加站点间路段</button></div>'; |
| 511 | - } | 511 | + }*/ |
| 512 | } | 512 | } |
| 513 | // 创建信息窗口 | 513 | // 创建信息窗口 |
| 514 | var infoWindow = new BMap.InfoWindow(htm, opts); | 514 | var infoWindow = new BMap.InfoWindow(htm, opts); |