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.
 
 
 
 

298 lines
13 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/common_css/pay_order.css" />
  12. <link rel="stylesheet" href="css/datepicker.css" />
  13. <link rel="stylesheet" href="css/daterangepicker.css" />
  14. <link rel="stylesheet" href="css/xcConfirm.css" />
  15. <link rel="stylesheet" type="text/css" href="css/title.css"/>
  16. </head>
  17. <body>
  18. <!--标题-->
  19. <div class="title_top_box">
  20. <div class="title_top_box_left" id=""><img height="45px;" src="images/logo.png"/></div>
  21. <div class="title_top_box_right" id="">
  22. <span class="title_top_box_span1">上海茂悦大酒店</span>
  23. <span class="title_top_box_span2" onclick="login_out()">退出</span>
  24. </div>
  25. </div>
  26. <div class="warp clearfix">
  27. <!--菜单-->
  28. <div class="control-bar"></div>
  29. <!--内容-->
  30. <div class="control-show" style="width: 1100px;min-height: 720px;">
  31. <div class="top_title">提交订单</div>
  32. <div class="line_top"></div>
  33. <div class="select_car_time">选择车次</div>
  34. <div class="tabbable" id="tabbable">
  35. <div class="profile-user-info profile-user-info-striped" style="margin-top: 20px;">
  36. <!--出发日期-->
  37. <div class="profile-info-row" id="go_time">
  38. <div class="profile-info-name">出发日期:</div>
  39. <div class="profile-info-value">[出发日期]</div>
  40. </div>
  41. <!--上下站点-->
  42. <div class="profile-info-row" id="up_and_down_station">
  43. <div class="profile-info-name" style="padding:10px;">上下站点:</div>
  44. <div class="profile-info-value">
  45. <span>[出发地]</span>
  46. <span style="margin-left: 10px;">
  47. <select id="start_area_station" style="width:180px;" onchange="selectStartStationID()">
  48. <option value="0">[出发地站点]</option>
  49. </select>
  50. </span>
  51. <span style="margin-left: 25px;">----</span>
  52. <span style="margin-left: 25px;">[目的地]</span>
  53. <span style="margin-left: 10px;">
  54. <select id="end_area_station" style="width:180px;" onchange="selectEndStationID()">
  55. <option value="0">[目的地站点]</option>
  56. </select>
  57. </span>
  58. </div>
  59. </div>
  60. <!--选择返程-->
  61. <div class="profile-info-row">
  62. <div class="profile-info-name">选择返程:</div>
  63. <div class="profile-info-value">
  64. <div><input type="checkbox" id="ifback" onclick="ifbackSelected(this.checked)" /></div>
  65. <div id="all_back">
  66. <div class="profile-info-value" style="margin-left: -10px;">
  67. <div class="input-group com_span_top" id="calendar" style="width: 130px; float: left;display: none;">
  68. <input id="id-date-picker-1" class="form-control date-picker" onchange="selectBackDate(this.value)" data-date-format="yyyy-mm-dd" type="text" placeholder="返程日期" style="font-size: 12px; height:30px;">
  69. <span class="input-group-addon">
  70. <i class="icon-calendar bigger-110"></i>
  71. </span>
  72. </div>
  73. <div id="select_shift_div" style="float: left;margin-left: 20px;display: none;">
  74. <select id="select_shift" style="width:90px;" onchange="selectShiftInfo()">
  75. <option value="1">请选择</option>
  76. </select>
  77. </div>
  78. <div class="no_info_atten" style="float: left;margin-left: 20px;display: none; color: red; height: 30px;line-height: 30px;">无相关班次信息</div>
  79. </div>
  80. <div style="clear: both;"></div>
  81. <div class="profile-info-value" id="back_info" style="margin-left: -10px;margin-top:8px;display: none;">
  82. <span>[返程出发地]</span>
  83. <span style="margin-left: 10px;">
  84. <select id="start_area_station_back" style="width:180px;" onchange="selectBackStartStationID()">
  85. <option value="0">[返程出发地站点]</option>
  86. </select>
  87. </span>
  88. <span style="margin-left: 25px;">----</span>
  89. <span style="margin-left: 25px;">[返程目的地]</span>
  90. <span style="margin-left: 10px;">
  91. <select id="end_area_station_back" style="width:180px;" onchange="selectBackEndStationID()">
  92. <option value="0">[返程目的地站点]</option>
  93. </select>
  94. </span>
  95. </div>
  96. </div>
  97. </div>
  98. </div>
  99. <!--数 量-->
  100. <div class="profile-info-row">
  101. <div class="profile-info-name">数&nbsp;&nbsp;量:</div>
  102. <div class="profile-info-value">
  103. <div class="row">
  104. <div class="col-xs-12">
  105. <div class="table-responsive">
  106. <table id="sample-table-1" class="table table-striped table-bordered table-hover" style="width: 500px;">
  107. <thead>
  108. <tr id="has_noback">
  109. <th width="130px">座位等级</th>
  110. <th width="130px">数量</th>
  111. <th width="120px">结算价</th>
  112. <th width="120px">总价</th>
  113. </tr>
  114. <tr id="has_back" style="display: none">
  115. <th width="130px">座位等级</th>
  116. <th width="130px">数量</th>
  117. <th width="120px">往返结算价</th>
  118. <th width="120px">总价</th>
  119. </tr>
  120. </thead>
  121. <tbody id="list">
  122. <tr class="list_info" id="list_info">
  123. <td>[座位等级]</td>
  124. <td id="count">
  125. <select id="count_station" style="width:80px;" onchange="changeTotalPrice()">
  126. <option value="[0]">[-]</option>
  127. </select>
  128. </td>
  129. <td id="price">[价格]</td>
  130. <td id="total"></td>
  131. </tr>
  132. <tr class="list_info" id="list_info_back" style="display: none;">
  133. <td>[座位等级]</td>
  134. <td id="back_count">
  135. <select id="back_count_station" style="width:80px;" onchange="changeBackTotalPrice()">
  136. <option value="[0]">[-]</option>
  137. </select>
  138. </td>
  139. <td id="back_price">[价格]</td>
  140. <td id="back_total"></td>
  141. </tr>
  142. </tbody>
  143. </table>
  144. </div>
  145. <!-- /.table-responsive -->
  146. </div>
  147. <!-- /span -->
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. <div class="select_car_people">联系人信息</div>
  154. <div class="tabbable" >
  155. <div class="profile-user-info profile-user-info-striped" style="margin-top: 20px;">
  156. <!--姓名-->
  157. <div class="profile-info-row" style="margin-left: -10px;">
  158. <div class="profile-info-name">姓&nbsp;名:</div>
  159. <div class="profile-info-value">
  160. <input id="peo_name" type="text" style="width: 160px; font-size: 13px;"/>
  161. </div>
  162. </div>
  163. <!--手机号-->
  164. <div class="profile-info-row" style="margin-left: -10px;">
  165. <div class="profile-info-name">手机号:</div>
  166. <div class="profile-info-value">
  167. <input type="text" id="peo_tel" style="width: 160px; font-size: 13px;"/>
  168. </div>
  169. </div>
  170. </div>
  171. </div>
  172. <!--乘客人信息-->
  173. <div class="select_car_people">乘客人信息</div>
  174. <div id="all_passenger">
  175. <div class="passenger" id="passenger_info">
  176. <span>乘客1:</span>
  177. <span style="padding-left: 20px;">
  178. <input id="pass_name" type="text" placeholder="姓名" style="font-size: 13px; width: 90px;"/>
  179. </span>
  180. <span>
  181. <input id="pass_tel" type="text" placeholder="证件号" style="font-size: 13px; width: 170px;"/>
  182. </span>
  183. </div>
  184. </div>
  185. <!--保存-->
  186. <div class="line_top" style="margin-top: 55px;"></div>
  187. <div class="save_btn btn-primary" id="save_btn" onclick="saveBtnClicked()">提交</div>
  188. <!--去程提交成功-->
  189. <div class="commit_ticket_go_success" id="commit_ticket_go_success" style="margin-top: 20px;display: none;">
  190. <div style="margin-top: 20px;margin-left: 20px;">
  191. <span class="circle_right" >√</span>
  192. <span style="padding-left: 30px;">提交成功</span>
  193. </div>
  194. <!--去程-->
  195. <div>
  196. <div style="margin-left: 90px;margin-top: 25px;">
  197. <span class="circle">去</span>
  198. <span style="padding-left: 20px;">[去程出发地](去程出发地站点)</span>
  199. <span style="margin-left: 5px;">-</span>
  200. <span style="margin-left: 10px;">[去程目的地](去程目的地站点)</span>
  201. </div>
  202. <div>
  203. <hr style="border:1px dashed lightgray; height:0px;margin-left: 90px;width: 630px;">
  204. </div>
  205. <div style="margin-left: 100px;">
  206. <div>出发时间:[yyyy-mm-dd][mm:ss]</div>
  207. <div style="margin-top: 10px;">数量:[座位等级]x[数量]</div>
  208. <div style="margin-top: 10px;">姓名:[姓名]</div>
  209. <div style="margin-top: 10px;">手机号:[手机号]</div>
  210. </div>
  211. </div>
  212. <div>
  213. <hr style="border:1px dashed lightgray; height:0px;margin-left: 90px;width: 630px;">
  214. </div>
  215. <!--订单总额-->
  216. <div>
  217. <div style="margin-left: 90px;margin-top: 5px;">订单总额:[订单总额]</div>
  218. </div>
  219. <div style="margin-left: 80px;margin-top: 25px;margin-bottom: 25px;">
  220. <span style="float: left;margin-bottom: 20px;" class="close_btn btn-primary" onclick="click_cancel(null,'.commit_ticket_go_success')">关闭</span>
  221. <span id="go_pay" style="padding: 5px 10px;float: left;margin-left: 25px;display: none;" class="style_btns btn-primary" onclick="go_pay()" >去支付</span>
  222. </div>
  223. </div>
  224. <!--往返提交成功-->
  225. <div class="commit_ticket_back_success" id="commit_ticket_back_success" style="margin-top: 20px;display: none;">
  226. <div style="margin-top: 20px;margin-left: 20px;">
  227. <span class="circle_right" >√</span>
  228. <span style="padding-left: 30px;">提交成功</span>
  229. </div>
  230. <!--去程-->
  231. <div>
  232. <div style="margin-left: 90px;margin-top: 15px;">
  233. <span class="circle">去</span>
  234. <span style="padding-left: 20px;">[去程出发地](去程出发地站点)</span>
  235. <span style="margin-left: 5px;">-</span>
  236. <span style="margin-left: 10px;">[去程目的地](去程目的地站点)</span>
  237. </div>
  238. <div>
  239. <hr style="border:1px dashed lightgray; height:0px;margin-left: 90px;width: 630px;">
  240. </div>
  241. <div style="margin-left: 100px;">
  242. <div>出发时间:[yyyy-mm-dd][mm:ss]</div>
  243. <div style="margin-top: 10px;">数量:[座位等级]x[数量]</div>
  244. </div>
  245. </div>
  246. <!--返程-->
  247. <div>
  248. <div style="margin-left: 90px;margin-top: 25px;">
  249. <span class="circle">返</span>
  250. <span style="padding-left: 20px;">[返程出发地](返程出发地站点)</span>
  251. <span style="margin-left: 5px;">-</span>
  252. <span style="margin-left: 10px;">[返程目的地](返程目的地站点)</span>
  253. </div>
  254. <div>
  255. <hr style="border:1px dashed lightgray; height:0px;margin-left: 90px;width: 630px;">
  256. </div>
  257. <div style="margin-left: 100px;">
  258. <div>出发时间:[yyyy-mm-dd][mm:ss]</div>
  259. <div style="margin-top: 10px;">数量:[座位等级]x[数量]</div>
  260. <div style="margin-top: 10px;">姓名:[姓名]</div>
  261. <div style="margin-top: 10px;">手机号:[手机号]</div>
  262. </div>
  263. <div>
  264. <hr style="border:1px dashed lightgray; height:0px;margin-left: 90px;width: 630px;">
  265. </div>
  266. </div>
  267. <!--订单总额-->
  268. <div>
  269. <div style="margin-left: 90px;margin-top: 5px;">订单总额:[订单总额]</div>
  270. </div>
  271. <div style="margin-left: 80px;margin-top: 25px;margin-bottom: 25px;">
  272. <span style="float: left;margin-bottom: 20px;" class="close_btn btn-primary" onclick="click_cancel(null,'.commit_ticket_back_success')">关闭</span>
  273. <span id="go_back_pay" style="padding: 5px 10px;float: left;margin-left: 25px;display: none;" class="style_btns btn-primary" onclick="go_pay()" >去支付</span>
  274. </div>
  275. </div>
  276. <!--蒙板-->
  277. <div class="mask" onclick="hide_all()" style="display: none;top: 0;left: 0;margin: 0px;padding: 0px;width: 100%;height: 100%;position: absolute;z-index: 2;background: #000000;opacity: 0.5;"></div>
  278. </div>
  279. </div>
  280. <!--结束语-->
  281. <div class="end_down">Copyright © 2016 zhizhuchuxing.com. 蜘蛛行网络科技有限公司版权所有</div>
  282. </body>
  283. <script src="js/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script>
  284. <script type="text/javascript" src="js/main.js" ></script>
  285. <script src="js/xcConfirm.js" type="text/javascript" charset="utf-8"></script>
  286. <script src="js/bootstrap-datepicker.min.js" type="text/javascript" charset="utf-8"></script>
  287. <script type="text/javascript">
  288. $('#id-date-picker-1').datepicker({autoclose:true}).next().on("click", function(){$(this).prev().focus();});
  289. </script>
  290. <script src="js/pay_order.js?version=1" type="text/javascript" charset="utf-8"></script>
  291. <script src="js/master.js"></script>
  292. </html>