Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>车次列表</title>
  6. <link rel="stylesheet" href="css/bootstrap.min.css" />
  7. <link rel="stylesheet" href="css/carDetail.css" />
  8. <link rel="stylesheet" href="css/bootstrap-timepicker.css" />
  9. <link rel="stylesheet" href="css/font-awesome.min.css" />
  10. <link rel="stylesheet" href="css/daterangepicker.css" />
  11. <link rel="stylesheet" href="css/datepicker.css" />
  12. <link rel="stylesheet" href="css/Page.css" />
  13. <link rel="stylesheet" href="css/master.css" />
  14. <link rel="stylesheet" type="text/css" href="css/sweetalert2.min.css">
  15. <script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>
  16. <script type="text/javascript" src="js/date-time/bootstrap-datepicker.min.js"></script>
  17. <script type="text/javascript" src="js/date-time/bootstrap-timepicker.min.js"></script>
  18. <script src="js/sweetalert2.min.js"></script>
  19. <script type="text/javascript" src="js/carList.js"></script>
  20. <!--<script type="text/javascript" src="js/master.js"></script>-->
  21. <script type="text/javascript" src="js/Page.js"></script>
  22. <script src="js/jquery.cookie.js"></script>
  23. <script src="js/base_path.js"></script>
  24. <!--<script src="js/xm.js"></script>
  25. <script>
  26. login();
  27. </script>-->
  28. </head>
  29. <style type="text/css">
  30. .carList {
  31. }
  32. input {
  33. margin-right: 10px;
  34. }
  35. th,
  36. td {
  37. text-align: center;
  38. }
  39. tbody>tr:last-child {
  40. border-bottom: 1px solid lightgray;
  41. }
  42. .update_car_no{
  43. background-color:gray!important;
  44. border-color:gray;
  45. width: 120px;
  46. }
  47. .del{
  48. background-color:gray!important;
  49. border-color:gray;
  50. width: 94px;
  51. }
  52. </style>
  53. <body>
  54. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  55. <div class="navbar-header ">
  56. <a href="#" class="navbar-brand">
  57. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  58. </a>
  59. </div>
  60. </div>
  61. <div id="show_html" style="display:none;" class="warp clearfix">
  62. <div class="control-bar">
  63. </div>
  64. <div class="control-show">-->
  65. <div class="iframe_box">
  66. <div class="carList">
  67. <div class="top" style="float: left;border: 2px solid #ccc;padding: 20px;width: 100%;">
  68. <div style="display: inline-block;margin-bottom: 5px;margin-top: 5px;width: 100%;">
  69. <span style="float: left;display: none;">
  70. <span style="float: left;line-height: 30px;">出发地:</span><input id="start_area" style="width: 70px;" type="text">
  71. </span>
  72. <span style="float: left;display: none;">
  73. <span style="float: left;line-height: 30px;">目的地:</span><input id="end_area" style="width: 70px;" type="text">
  74. </span>
  75. <span style="float: left;">
  76. <span style="float: left;line-height: 30px;">线路:</span><input id="prod" style="width: 85px;" type="text">
  77. </span>
  78. <span style="float: left;">
  79. <span style="float: left;line-height: 30px;">出发日期:</span>
  80. <div class="col-sm-1" style="float:left;width: 150px;padding-right: 3px;">
  81. <div class="input-group">
  82. <input id="id-date-picker-1" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="出发日期" style="font-size: 12px;height: 30px;">
  83. <span class="input-group-addon">
  84. <i class="icon-calendar bigger-110"></i>
  85. </span>
  86. </div>
  87. </div>
  88. <span style="float: left;line-height:30px;margin-left: 8px;">-</span>
  89. <div class="col-sm-1" style="float:left;width: 150px;padding-right: 3px;">
  90. <div class="input-group">
  91. <input id="id-date-picker-2" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="结束日期" style="font-size: 12px;height: 30px;">
  92. <span class="input-group-addon">
  93. <i class="icon-calendar bigger-110"></i>
  94. </span>
  95. </div>
  96. </div>
  97. </span>
  98. <span style="float: left;margin-left:5px;">
  99. <span style="float: left;line-height: 30px;">运营状态:</span>
  100. <select id="select_status" style="margin-right: 10px;">
  101. <option selected="selected" value="-2">请选择</option>
  102. <option value="137">待审核</option>
  103. <option value="138">售卖中</option>
  104. <option value="139">待出行</option>
  105. <!--<option value="140">已发车</option>-->
  106. <option value="141">已完成</option>
  107. <option value="142">已停运</option>
  108. </select>
  109. </span>
  110. <span style="float: left;line-height: 30px;">线路类型:
  111. <select id="bus_type" style="margin-right: 5px;">
  112. <option selected="selected" value="0">全部</option>
  113. <option value="255">直通</option>
  114. <option value="256">穿梭</option>
  115. <option value="284">城际商务车</option>
  116. </select>
  117. <lable class="control-label" style="margin-left:5px;">线路组合:</lable>
  118. <select style="margin-left:5px;height: 28px;" name="bus_group" id="bus_group">
  119. <option value="0">全部</option>
  120. </select>
  121. </span>
  122. </div>
  123. <div style="display: inline-block;margin-bottom: 5px;margin-top: 5px;">
  124. <span style="float: left;line-height: 30px;">每页条数
  125. <select style="margin-right: 10px;width: 60px;" id="select_curpage" value="" onchange="selectPage()">
  126. <option value="10" selected = "selected">10</option>
  127. <option value="20">20</option>
  128. <option value="30">30</option>
  129. <option value="50">50</option>
  130. <option value="" id="select_curpage_all" >all</option>
  131. </select>
  132. </span>
  133. <span style="float: left;">
  134. <button id="btn_search" onclick="click_search()" class="btn btn-sm btn-primary">查询</button>
  135. </span>
  136. </div>
  137. </div>
  138. <div class="buttons" style="float:left; margin-top: 20px; margin-bottom:20px;">
  139. <!--<button onclick="window.open('http://cs.zhizhuchuxing.com/addcartime.html')" value="1" class="btn btn-sm btn-primary">添加车次</button>-->
  140. <button onclick="open_addcartime()" value="1" class="btn btn-sm btn-primary">添加车次</button>
  141. <button onclick="click_five_btn(this.value)" value="1" class="btn btn-sm btn-primary">售卖审核</button>
  142. <!--<button onclick="click_five_btn(this.value)" value="0" class="btn btn-sm btn-primary">取消审核</button>-->
  143. <button onclick="click_five_btn(this.value)" value="3" class="btn btn-sm btn-primary">停售</button>
  144. <button onclick="click_five_btn(this.value)" value="0" class="btn btn-sm btn-primary">启运</button>
  145. <button onclick="click_five_btn(this.value)" value="2" class="btn btn-sm btn-primary">停运</button>
  146. <label id="five_del" onclick="click_five_btn(4)" data-statu="false" value="4" class="del btn btn-sm btn-primary">删除</label>
  147. <label id="update_car_no" data-statu="false" class="update_car_no btn btn-sm btn-primary" onclick="click_five_btn('update_car_no')" value="update_car_no" >修改车次</label>
  148. <!-- <button onclick="click_five_btn(this.innerHTML)" class="btn btn-minier btn-yellow">售票延迟</button> -->
  149. </div>
  150. <div id="pagination" class="row" style="margin-top: 30px;">
  151. <div class="col-xs-12">
  152. <div class="table-responsive" >
  153. <table id="sample-table-1" class="table table-striped table-bordered table-hover">
  154. <thead>
  155. <tr>
  156. <th width="35px" class="center">
  157. <label>
  158. <input class="ace" onclick="select_checked('0')" type="checkbox">
  159. <span class="lbl"></span>
  160. </label>
  161. </th>
  162. <th width="247px">线路</th>
  163. <th width="120px">出发日期</th>
  164. <th width="140px">出发站点时间</th>
  165. <th width="90px">车次</th>
  166. <th width="80px">承运车队</th>
  167. <th width="90px">座位总数</th>
  168. <th style="display: none;" width="100px">已售座位</th>
  169. <th width="80px">已售人数</th>
  170. <th width="90px">运营状态</th>
  171. <th width="80px">调度状态</th>
  172. <th width="180px">操作</th>
  173. </tr>
  174. </thead>
  175. <tbody id="carList">
  176. <tr class="one" style="display: none;">
  177. <th class="center">
  178. <label>
  179. <input class="ace" onclick="select_checked('1')" data-json='[dict-json]' data-statu='[data-statu]' data-carno='[car_number]' data-date='[run_date]' data_QDH='[QDH]' name='[name]' type="checkbox">
  180. <span class="lbl"></span>
  181. </label>
  182. </th>
  183. <td>[线路]</td>
  184. <td>[出发日期]</td>
  185. <td>[出发站点时间]</td>
  186. <td>[车次]</td>
  187. <td>[承运车队]</td>
  188. <td>[座位总数]</td>
  189. <td style="display: none;color: #428bca;">[已售座位]</td>
  190. <td style="color: #428bca;">[已售人数]</td>
  191. <td>[运营状态]</td>
  192. <td>[收客状态]</td>
  193. <td>[操作]</td>
  194. </tr>
  195. </tbody>
  196. </table>
  197. </div>
  198. <!-- /.table-responsive -->
  199. </div>
  200. <!-- /span -->
  201. </div>
  202. <!--row end-->
  203. <div id="test">
  204. </div>
  205. </div>
  206. <!--carList end-->
  207. <!--</div>-->
  208. </div>
  209. </body>
  210. <script type="text/javascript">
  211. $(".date-picker").datepicker({
  212. autoclose: true
  213. }).next().on("click", function() {
  214. $(this).prev().focus();
  215. });
  216. </script>
  217. </html>