You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

168 lines
5.8 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>添加线路</title>
  6. <!--/模板/-->
  7. <link rel="stylesheet" href="css/master.css" charset="UTF-8">
  8. <link rel="stylesheet" href="css/ace.min.css" />
  9. <link rel="stylesheet" href="css/bootstrap.min.css" />
  10. <link rel="stylesheet" href="css/font-awesome.min.css" charset="UTF-8">
  11. <link rel="stylesheet" href="css/add_line.css" />
  12. <link rel="stylesheet" type="text/css" href="css/sweetalert2.min.css">
  13. <script src="js/sweetalert2.min.js"></script>
  14. <style type="text/css">
  15. .profile-info-value>span+span:before {
  16. display: inline;
  17. content: "";
  18. margin-left: 1px;
  19. margin-right: 3px;
  20. color: #666;
  21. border-bottom: 1px solid #FFF;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  27. <div class="navbar-header ">
  28. <a href="#" class="navbar-brand">
  29. <i class="icon-leaf"></i>
  30. CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  31. </a>
  32. </div>
  33. </div>
  34. <div id="show_html" style="display:none;" class="warp clearfix">
  35. <div class="control-bar">
  36. </div>
  37. <div class="control-show">-->
  38. <div id="">
  39. <div class="total" id="total">
  40. <div class="title_add">添加线路</div>
  41. <div class="line_top"></div>
  42. <div class="tabbable" >
  43. <div class="profile-user-info profile-user-info-striped" style="margin-top: 20px;">
  44. <!--线路类型-->
  45. <div class="profile-info-row">
  46. <div class="profile-info-name">线路类型:</div>
  47. <div class="profile-info-value">
  48. <span>
  49. <input type="radio" name="bar_style" id="bar_style_h" checked="checked" value="255" />直通巴士
  50. </span>
  51. <span style="padding-left: 25px;">
  52. <input type="radio" name="bar_style" id="bar_style_h" value="256" />穿梭巴士
  53. </span>
  54. </div>
  55. </div>
  56. <!--添加站点-->
  57. <div class="profile-info-row">
  58. <div class="profile-info-name">添加站点:</div>
  59. <div class="profile-info-value">
  60. <div id="get_list">
  61. <span>
  62. <input class="line_list" name="line_list" type="text" id="line_list" oninput="lineListSearch(this.value)" placeholder="填写名称从下拉框中选择" style="font-size: 13px; width: 180px;">
  63. <div id="line_name_search" style="width:180px; border:1px solid #ccc; border-top:none; height:85px; overflow-y:scroll; position:absolute; z-index:10; background:#fff; display: none;" >
  64. </div>
  65. <input type="hidden" name="station_select" id="station_select" />
  66. </span>
  67. <span class="add_btn btn-primary" id="addBtn" onclick="addOneLine()">+添加</span>
  68. </div>
  69. <div class="row" style="margin-top: 20px;">
  70. <div class="col-xs-12">
  71. <div class="table-responsive">
  72. <input type="hidden" name="textcount" id="textcount" value="">
  73. <table id="sample-table-1" class="table table-striped table-bordered table-hover">
  74. <thead>
  75. <tr>
  76. <th width="80px">途径顺序</th>
  77. <th width="180px">站点</th>
  78. <th width="160px">应用POI</th>
  79. <th width="160px">驶离时间差</th>
  80. <th width="120px">上下类型</th>
  81. <th width="120px">检票口</th>
  82. <th width="60px">操作</th>
  83. </tr>
  84. </thead>
  85. <tbody id="line_list_info">
  86. <tr id="tr_replace" style="">
  87. <input type="hidden" id="[hideid]" value="[hideid_id]" />
  88. <td id="[orderid]">[途径顺序]</td>
  89. <td id="[stationid]">[站点]</td>
  90. <td id="[station_type_td]">
  91. <select id="[select_poi]" style="margin-right: 10px;width:150px;">
  92. <option value="0">请选择</option>
  93. </select>
  94. </td>
  95. <td id="[timeid]">
  96. <input type="text" id="time_out" placeholder="0" style="font-size: 13px;width: 60px;" />分
  97. </td>
  98. <td id="[updown]">
  99. <select id="[station_type]" style="margin-right: 10px;width:100px;">
  100. <option value="108">上</option>
  101. <option value="109">上下</option>
  102. <option value="110">下</option>
  103. </select>
  104. </td>
  105. <td id="[teller]">
  106. <select id="[teller_station]" style="margin-right: 10px;width:100px;">
  107. <option value="0">请选择</option>
  108. </select>
  109. </td>
  110. <td name="[del]" id="[del]" >[删除]</td>
  111. </tr>
  112. </tbody>
  113. </table>
  114. </div>
  115. <!-- /.table-responsive -->
  116. </div>
  117. <!-- /span -->
  118. </div>
  119. <!--row end-->
  120. </div>
  121. </div>
  122. <!--线路编号-->
  123. <div class="profile-info-row">
  124. <div class="profile-info-name">线路编号:</div>
  125. <div class="profile-info-value" style="color: gray">自动生成</div>
  126. </div>
  127. <!--线路名称-->
  128. <div class="profile-info-row">
  129. <div class="profile-info-name">线路名称:</div>
  130. <div class="profile-info-value" style="color: gray;">自动生成</div>
  131. </div>
  132. </div>
  133. </div>
  134. <div class="line_down"></div>
  135. <div>
  136. <span class="save_btn btn-primary" id="saveBtn" onclick="saveInfo()">保存</span>
  137. </div>
  138. </div>
  139. </div>
  140. <!--</div>-->
  141. </body>
  142. <script src="js/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script>
  143. <script src="js/jquery.cookie.js"></script>
  144. <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>
  145. <!--<script src="js/xm.js"></script>
  146. <script>
  147. login();
  148. </script>
  149. <script src="js/master.js"></script> -->
  150. <script src="js/add_line.js" type="text/javascript" charset="utf-8"></script>
  151. </html>