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.
 
 
 
 

241 lines
12 KiB

  1. <!DOCTYPE html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="UTF-8">
  5. <!--//不缓存-->
  6. <META HTTP-EQUIV="pragma" CONTENT="no-cache">
  7. <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
  8. <META HTTP-EQUIV="expires" CONTENT="0">
  9. <title>修改车号</title>
  10. <link rel="stylesheet" type="text/css" href="./css/ace.min.css"/>
  11. <link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css"/>
  12. <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css"/>
  13. <link rel="stylesheet" type="text/css" href="./css/master.css">
  14. <link rel="stylesheet" type="text/css" href="./css/Page.css">
  15. <script type="text/javascript" src="./js/jquery-1.11.3.min.js"></script>
  16. <script type="text/javascript" src="./js/update_car_no.js"></script>
  17. <!--<script type="text/javascript" src="./js/master.js"></script>-->
  18. <script src="js/Page.js" type="text/javascript"></script>
  19. <script src="js/jquery.cookie.js"></script>
  20. <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>
  21. <!--<script src="js/xm.js"></script>
  22. <script>
  23. login();
  24. </script>-->
  25. </head>
  26. <style type="text/css">
  27. sup {
  28. top: -1.5em;
  29. left: 1.5em;
  30. }
  31. .addbackground {
  32. background-color: #666 !important;
  33. }
  34. .form-group {
  35. margin-bottom: 15px;
  36. overflow: hidden;
  37. }
  38. .un_select {
  39. float: left;
  40. width: 47%;
  41. display: inline-block;
  42. text-align: center;
  43. font-size: 20px;
  44. margin: 0px auto;
  45. margin-top: 7px;
  46. margin-right: 13px;
  47. background: lightgray;
  48. cursor: pointer;
  49. }
  50. .select {
  51. float: left;
  52. width: 47%;
  53. display: inline-block;
  54. text-align: center;
  55. font-size: 20px;
  56. margin: 0px auto;
  57. margin-top: 7px;
  58. margin-right: 13px;
  59. background: gray;
  60. cursor: pointer;
  61. }
  62. </style>
  63. <body style="font-size: 12px;" style="margin-bottom: 0px;">
  64. <!--<div class="navbar navbar-default">
  65. <div class="navbar-header ">
  66. <a href="#" class="navbar-brand">
  67. <i class="icon-leaf"></i>
  68. CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  69. </a>
  70. </div>
  71. </div>
  72. <div id="show_html" style="display:none;" class="warp clearfix">
  73. <div class="control-bar"> </div>
  74. <div class="control-show" style="float: left;">-->
  75. <div id="">
  76. <!--
  77. 作者:fuhongcheng_fhc@163.com
  78. 时间:2016-08-02
  79. 描述:修改车号
  80. -->
  81. <div class="page-content" style="width: 1225px; margin-left: 40px; margin-top: 30px;">
  82. <div class="page-header">
  83. <h1 style="text-align:left;font-size: 14px;">修改车号</h1>
  84. </div>
  85. <label id="people_count" style="font-size: 30px;float: right;position: fixed;margin-left: 70%;margin-top: 10%;">已选择0人</label>
  86. <div class="row">
  87. <div class="form-group">
  88. <label class="col-sm-1 control-label no-padding-right" style="word-spacing: 9px;font-size: 12px;">线&nbsp&nbsp路:</label>
  89. <label id="line" class="col-sm-6 control-label" style="font-size: 12px; text-align: left;"></label>
  90. </div>
  91. <div class="form-group">
  92. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;">出发日期:</label>
  93. <label id="start_date" class="col-sm-1 control-label" style="font-size: 12px;text-align: left;"></label>
  94. <label class="col-sm-1 control-label"
  95. style="font-size: 12px; width: 5%; margin-left: 49px;text-align: left;">出发</label>
  96. <div class="col-sm-1" style="width: 25%; padding-left: 3px;">
  97. <select id="startArea" style="font-size: 12px; width: 160px;">
  98. <option value="0" selected="selected" style="font-size: 12px;">请选择</option>
  99. </select>
  100. </div>
  101. <label class="col-sm-1 control-label" style="font-size: 12px; width: 5%; text-align: center;">到达</label>
  102. <div class="col-sm-1" style="width: 25%;">
  103. <select id="endArea" style="font-size: 12px; width: 160px;">
  104. <option value="0" selected="selected" style="font-size: 12px;">请选择</option>
  105. </select>
  106. </div>
  107. <div class="col-sm-1" style="padding-left: 2px; padding-right: 2px;">
  108. <span class="btn" onclick="btn_select()" style="font-size: 12px;height:30px;">查询</span>
  109. </div>
  110. </div>
  111. <!--重置-修改-->
  112. <div id="rep" style="margin: 0px 0px 20px 20px;color:red;font-size: 150%">
  113. <div class="col-sm-1"
  114. style="margin-left: 30px;margin-bottom: 10px;padding-left: 2px; padding-right: 2px;">
  115. <span class="btn" onclick="update_f('reset')" style="font-size: 12px;height:30px;">重置</span>
  116. </div>
  117. <div class="col-sm-1" style="margin-bottom: 10px;padding-left: 2px; padding-right: 2px;">
  118. <span class="btn" onclick="update_f('update')" style="font-size: 12px;height:30px;">修改</span>
  119. </div>
  120. </div>
  121. <div>
  122. <div class="table-responsive" style="width: 1225px;">
  123. <table id="orderTable" class="table table-striped table-bordered table-hover">
  124. <thead>
  125. <tr>
  126. <!--<th class="center" style="width: 30px;"><label><input class="ace" onclick="select_checked(0)" type="checkbox"><span class="lbl"></span></label></th>-->
  127. <th width="35px" class="center">
  128. <label>
  129. <input class="ace" onclick="select_checked('0',this)" type="checkbox">
  130. <span class="lbl"></span>
  131. </label>
  132. </th>
  133. <th style="width: 90px;">订单编号</th>
  134. <th style="width: 120px;">下单时间</th>
  135. <th style="width: 160px;">订单渠道</th>
  136. <th style="width: 160px;">渠道订单号</th>
  137. <th style="width: 360px;">预订产品</th>
  138. <th style="width: 120px;">出发时间</th>
  139. <th style="width: 130px;">联系人</th>
  140. <th style="width: 45px;">车号</th>
  141. <th style="width: 113px;">状态</th>
  142. <!--<th style="width: 100px;">操作</th>-->
  143. </tr>
  144. </thead>
  145. <tbody id="tableOrder">
  146. <tr>
  147. <td width="35px" class="center">
  148. <label>
  149. <input class="ace" data-id="[data-id]" data-order-id="[ace_order_id]"
  150. data-people-count="[people-count]" onclick="select_checked('1',this)"
  151. type="checkbox">
  152. <span class="lbl"></span>
  153. </label>
  154. </td>
  155. <!--<td class="center" style="width: 30px;"><label><input class="ace" onclick="select_checked(1)" type="checkbox"><span class="lbl"></span></label></td>-->
  156. <td style="width: 90px;"><a target="_Blank" href="order_details.html?order_id=[order_id]">[订单编号]</a>
  157. </td>
  158. <td style="width: 120px;">[下单时间]</td>
  159. <td style="width: 160px;">[订单来源]</td>
  160. <td style="width: 160px;">[渠道订单号]</td>
  161. <td style="width: 360px;">
  162. <div><a>[line]</a>[预订产品]</div>
  163. <div id="ticketText">
  164. <div>[普通成人票]</div>
  165. </div>
  166. <!--<div>贵宾成人票 </div>-->
  167. </td>
  168. <td style="width: 120px;">[出发时间]</td>
  169. <td style="width: 130px;">
  170. <div>[name]</div>
  171. <div>[phone]</div>
  172. </td>
  173. <th style="width: 45px;">[车号]</th>
  174. <td style="width: 113px;">[状态]</td>
  175. <!--<td style="width: 100px;">
  176. <span><a style="cursor: pointer;" onclick="cancel(0)">cancelOrder</a></span>
  177. <span><a onclick="meal(0)">mealOrder</a></span>
  178. <span><a onclick="refund(0)">refundOrder</a></span>
  179. </td>-->
  180. </tr>
  181. </tbody>
  182. </table>
  183. </div>
  184. </div>
  185. </div>
  186. <div id="page"></div>
  187. <div id="sum"></div>
  188. </div>
  189. <!--
  190. 作者:fuhongcheng_fhc@163.com
  191. 时间:2016-08-02
  192. 描述:修改车号
  193. -->
  194. <!--请选择车号-->
  195. <div class="choose_car_no"
  196. style="display:none;width: 530px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;overflow: hidden;z-index:30;">
  197. <span style="width:230px;font-size: 32px;display: inline-block;text-align: center;">请选择车号:</span><i
  198. id="car_info" style="color: red;font-size: 20px;float: right;"></i>
  199. <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
  200. <ul>
  201. <li id="car_no_list" style="text-align: center;margin: 0 auto;">
  202. <span class="un_select" data-car-no="[car_no]" onclick="select_car_no(this)">[文本]</span>
  203. </li>
  204. </ul>
  205. <hr style="width: 1200px;margin-top: 20px;"/>
  206. <div style="margin-left: 0px;text-align: center;">
  207. <span id="btn_save" onclick="click_btn_save()"
  208. style="cursor:pointer;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: gray;display: inline-block;border-radius: 3px;">确定</span>
  209. <!--<span id="btn_shutdown" onclick="click_cancel(null,'.choose_car_no')" style="cursor:pointer;margin-left:10px;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: lightgray;display: inline-block;border-radius: 3px;">关闭</span>-->
  210. </div>
  211. <label class="choose_info" style="color: red;float: right;margin-right: 100px;"></label>
  212. </div>
  213. <!--请选择车号 end-->
  214. <!--蒙板-->
  215. <div class="mask" onclick="hide_all()"
  216. style="display: none;top: 0;left: 0;margin: 0px;padding: 0px;width: 100%;height: 100%;position: absolute;z-index: 20;background: #000000;opacity: 0.5;"></div>
  217. </div>
  218. <!--</div>-->
  219. </body>
  220. <!-- -->
  221. <script src="js/bootstrap.min.js"></script>
  222. <script src="js/modernizr.min.js"></script>
  223. <script src="js/vendor/tabcomplete.min.js"></script>
  224. <script src="js/vendor/livefilter.min.js"></script>
  225. <script src="js/vendor/src/bootstrap-select.js"></script>
  226. <script src="js/vendor/src/filterlist.js"></script>
  227. <script src="js/plugins.js"></script>
  228. </html>