| | |
| | | @layout("/common/_container.html"){ |
| | | <script type="text/javascript" src="http://webapi.amap.com/maps?v=1.4.15&key=77b37f0753049c4e712ea79a24e0719c"></script> |
| | | |
| | | <div class="ibox float-e-margins"> |
| | | <div class="ibox-content"> |
| | | <div class="form-horizontal" id="openCityForm"> |
| | |
| | | |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label">机场/动车站点:</label> |
| | | <div class="col-sm-2" > |
| | | <input class="form-control" style="width: 250px;" type="text" id="address" onchange="TOpenCityInfoDlg.searchByStationName(this,1)"> |
| | | </div> |
| | | <div class="col-sm-3" > |
| | | <#input id="businessSort" name=" " value="" /> |
| | | <#input id="siteName" name="站点名称" value="" /> |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <select class="form-control" id="siteType"> |
| | | <option value="">选择站点类型</option> |
| | | <option value="1">机场</option> |
| | | <option value="2">动车</option> |
| | | </select> |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <#button btnCss="info" name="添加站点" id="ensure" icon="fa-check" clickFun="addBusinessType()"/> |
| | | <#button btnCss="info" name="添加站点" id="ensure" icon="fa-check" clickFun="addSite()"/> |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-10" style="margin-left: 397px;width: 70%;" > |
| | | <!-- 创建地图容器--> |
| | | <div id="container" style="height: 500px;" ></div> |
| | | </div> |
| | | <div hidden id="longitude"></div> |
| | | <div hidden id="latitude"></div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label">已添加站点列表:</label> |
| | | <div class="col-sm-9"> |
| | |
| | | <thead> |
| | | <tr> |
| | | <th style="width: 300px;">添加时间</th> |
| | | <th style="width: 300px;">经营业务</th> |
| | | <th style="width: 300px;">排序</th> |
| | | <th style="width: 300px;">站点名称</th> |
| | | <th style="width: 300px;">经纬度</th> |
| | | <th style="width: 300px;">站点类型</th> |
| | | <th style="width: 100px;">操作</th> |
| | | </tr> |
| | | </thead> |
| | |
| | | </div> |
| | | </div> |
| | | <script src="${ctxPath}/static/modular/system/tOpenCity/tOpenCity_info.js"></script> |
| | | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css"> |
| | | <!--<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>--> |
| | | <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js"></script> |
| | | @} |