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.
 
 
 
 

266 lines
12 KiB

  1. <!DOCTYPE html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>订单列表</title>
  6. <link rel="stylesheet" type="text/css" href="./css/ace.min.css" />
  7. <link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css" />
  8. <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css" />
  9. <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css" />
  10. <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css" />
  11. <link rel="stylesheet" type="text/css" href="./css/datepicker.css" />
  12. <link rel="stylesheet" type="text/css" href="./css/master.css">
  13. <link rel="stylesheet" type="text/css" href="./css/Page.css">
  14. <link rel="stylesheet" type="text/css" href="css/sweetalert2.min.css">
  15. <script type="text/javascript" src="./js/jquery-1.11.3.min.js"></script>
  16. <script type="text/javascript" src="./js/des_order_list.js?version=1"></script>
  17. <!--<script type="text/javascript" src="./js/master.js"></script>-->
  18. <script type="text/javascript" src="./js/date-time/bootstrap-datepicker.min.js"></script>
  19. <script type="text/javascript" src="./js/date-time/bootstrap-timepicker.min.js"></script>
  20. <script src="js/sweetalert2.min.js"></script>
  21. <!--<script type="text/javascript" src="./js/Page2.js"></script>-->
  22. <script src="js/Page.js" type="text/javascript"></script>
  23. <script src="js/jquery.cookie.js"></script>
  24. <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>
  25. <!--<script src="js/xm.js"></script>
  26. <script>
  27. login();
  28. </script>-->
  29. </head>
  30. <style type="text/css">
  31. sup {
  32. top: -1.5em;
  33. left: 1.5em;
  34. }
  35. .addbackground{
  36. background-color: #666!important;
  37. }
  38. .xiala{
  39. width:180px;
  40. height:150px;
  41. margin-left: 0px;
  42. border:1px solid #ccc;
  43. overflow: auto;
  44. position: absolute;
  45. background-color: #fff;
  46. z-index: 2;
  47. }
  48. .hide1{
  49. display: none;
  50. }
  51. .get_dark{
  52. background-color: #f3f3f3;
  53. }
  54. .content{
  55. border-bottom:1px solid #ccc;
  56. padding:5px;
  57. cursor: pointer;
  58. }
  59. </style>
  60. <body style="font-size: 12px;" style="margin-bottom: 0px;">
  61. <!--<div class="navbar navbar-default">
  62. <div class="navbar-header ">
  63. <a href="#" class="navbar-brand">
  64. <i class="icon-leaf"></i>
  65. CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  66. </a>
  67. </div>
  68. </div>
  69. <div id="show_html" style="display:none;" class="warp clearfix">
  70. <div class="control-bar"> </div>
  71. <div class="control-show" style="float: left;">-->
  72. <!--
  73. 作者:刘兵
  74. 时间:2016-06-03
  75. 描述:add start
  76. -->
  77. <div class="iframe_box">
  78. <div class="page-content" >
  79. <div class="row">
  80. <form class="form-horizontal" role="form">
  81. <div class="form-group">
  82. <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px; margin-top:2px;">时间范围:</label>
  83. <div class="col-sm-1" style="width: auto;">
  84. <select id="timelimit" style="width: 90px;">
  85. <option value="0" selected="selected" style="font-size: 12px;">预订时间</option>
  86. <option value="1" style="font-size: 12px;">出发时间</option>
  87. </select>
  88. </div>
  89. <div class="col-sm-1" style="width: 12%;padding-right: 3px;">
  90. <div class="input-group">
  91. <input id="starttime" 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. <!--
  98. <div class="col-sm-1" style="width: 12%;padding-left: 3px; padding-right: 1px;">
  99. <div class="input-group bootstrap-timepicker">
  100. <input id="timepicker1" type="text" class="form-control" style="font-size: 12px;"/>
  101. <span class="input-group-addon">
  102. <i class="icon-time bigger-110"></i>
  103. </span>
  104. </div>
  105. </div>
  106. -->
  107. <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px;">-</label>
  108. <div class="col-sm-1" style="width: 12%;padding-right: 3px;">
  109. <div class="input-group">
  110. <input id="endtime" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="截至日期" style="font-size: 12px; height:30px;">
  111. <span class="input-group-addon">
  112. <i class="icon-calendar bigger-110"></i>
  113. </span>
  114. </div>
  115. </div>
  116. <!--
  117. <div class="col-sm-1" style="width: 12%;padding-left: 3px;">
  118. <div class="input-group bootstrap-timepicker">
  119. <input id="timepicker2" type="text" class="form-control" style="font-size: 12px;"/>
  120. <span class="input-group-addon">
  121. <i class="icon-time bigger-110"></i>
  122. </span>
  123. </div>
  124. </div>
  125. -->
  126. <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px; margin-top:2px; margin-left:19px;">票种类别:</label>
  127. <div class="col-sm-1" style="width: auto;">
  128. <select id="typelimit" style="width: 120px;">
  129. <option value="1" selected="selected" style="font-size: 12px;">全部</option>
  130. <option value="258" style="font-size: 12px;">迪士尼门票</option>
  131. <option value="259" style="font-size: 12px;">剧场票</option>
  132. <option value="282" style="font-size: 12px;">周庄门票</option>
  133. <option value="311" style="font-size: 12px;">其它门票</option>
  134. </select>
  135. </div>
  136. </div>
  137. <div class="form-group">
  138. <label class="col-sm-1 no-padding-right" style="font-size: 12px;width:auto;">订单渠道:</label>
  139. <div class="col-sm-1" style="width: 15%;padding: 0;margin-left: 15px;">
  140. <input class="ordersource" changeid="" type="text" id="ordersource" oninput="ordersourceSearch(this.value,this.id)" onfocus="ordersourceSearch(this.value,this.id)" placeholder=" 选择渠道" style="font-size: 13px; width: 180px;height: 30px;">
  141. <!--<input type="hidden" id="start_area_id"/>-->
  142. <div class="select_ordersource xiala hide1" id = "select_ordersource" ></div>
  143. </div>
  144. </div>
  145. <div id="minus" class="form-group">
  146. <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px;">订单状态:</label>
  147. <div class="col-sm-1" style="width: 70px; padding-right: 2px;" onclick="searchBtnClicked(0)">
  148. <span id="add0" class="btn addbackground" style="font-size: 12px; width: 50px; padding: 3px 6px;">全部<sup id="orderAll" style="display: block; font-size: 8px;text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
  149. </div>
  150. <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(145)">
  151. <span id="add145" class="btn" style="font-size: 12px;width: 50px; padding: 3px 6px;">待支付<sup id="will" style="display: block; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
  152. </div>
  153. <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(146)">
  154. <span id="add146" class="btn" style="font-size: 12px;width: 50px; padding: 3px 6px;">已出票<sup id="pay" style="display:block ; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
  155. </div>
  156. <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(147)">
  157. <span id="add147" class="btn" style="font-size: 12px;width: 50px; padding: 3px 6px;">已完成<sup id="over" style="display: block; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
  158. </div>
  159. <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(148)">
  160. <span id="add148" class="btn"style="font-size: 12px;width: 50px; padding: 3px 6px;">已取消<sup id="cancel" style="display: block; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
  161. </div>
  162. </div>
  163. <div class="form-group">
  164. <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px;margin-top:2px;" >更多查询:</label>
  165. <div class="col-sm-3">
  166. <input id="moresearch" class="form-control" type="text" style="font-size: 12px; height:30px;" placeholder="订单号/客人姓名/客人电话/渠道订单号"/>
  167. </div>
  168. <div class="col-sm-1" style="padding-left: 2px; padding-right: 2px;">
  169. <span class="btn" style="font-size: 12px;height:30px;" onclick="searchBtnClicked(0)">查询</span>
  170. </div>
  171. <div class="col-sm-1" style="padding-left: 2px; padding-right: 2px;">
  172. <span class="btn" style="font-size: 12px;height:30px;" onclick="searchBtnClicked2(0)">导出</span>
  173. </div>
  174. </div>
  175. </form>
  176. </div>
  177. <div class="row">
  178. <div>
  179. <div class="table-responsive">
  180. <table id="orderTable" class="table table-striped table-bordered table-hover">
  181. <thead>
  182. <tr>
  183. <!--<th class="center" style="width: 30px;"><label><input class="ace" onclick="select_checked(0)" type="checkbox"><span class="lbl"></span></label></th>-->
  184. <th style="width: 90px;">订单编号</th>
  185. <th style="width: 120px;">预订时间</th>
  186. <th style="width: 150px;">订单渠道</th>
  187. <!--<th style="width: 160px;">渠道订单号</th>-->
  188. <th style="width: 240px;">预订产品</th>
  189. <th style="width: 74px;">支付金额</th>
  190. <th style="width: 140px;">出发时间</th>
  191. <th style="width: 140px;">联系人</th>
  192. <th style="width: 83px;">状态</th>
  193. <th style="width: 103px;">支付方式</th>
  194. <th style="width: 140px;">备注</th>
  195. <th style="width: 100px;">操作</th>
  196. </tr>
  197. </thead>
  198. <tbody id="tableOrder">
  199. <tr style="display: none;">
  200. <!--<td class="center" style="width: 30px;"><label><input class="ace" onclick="select_checked(1)" type="checkbox"><span class="lbl"></span></label></td>-->
  201. <td style="width: 90px;"><a target="_Blank" href="order_details.html?order_id=[order_id]">[订单编号]</a> </td>
  202. <td style="width: 120px;">[预订时间]</td>
  203. <td style="width: 150px;">[订单渠道]</td>
  204. <!--<td style="width: 160px;">渠道订单号</td>-->
  205. <td style="width: 240px;">
  206. <div><a>[线路ID]</a></div>
  207. <div id="ticketText">
  208. <div>[预订产品]</div>
  209. </div>
  210. <!--<div>贵宾成人票 </div>-->
  211. </td>
  212. <td style="width: 100px;">[支付金额]</td>
  213. <td style="width: 140px;">[出发时间]</td>
  214. <td style="width: 140px;">
  215. <div>[联系人]</div>
  216. <div>[电话]</div>
  217. </td>
  218. <td style="width: 83px;">状态</td>
  219. <td style="width: 103px;">支付方式</td>
  220. <td style="width: 140px;">[备注]</td>
  221. <td style="width: 100px;">操作</td>
  222. </tr>
  223. </tbody>
  224. </table>
  225. </div>
  226. </div>
  227. </div>
  228. <div id="page"></div>
  229. <div id="sum"></div>
  230. </div>
  231. <!--
  232. 作者:作者:刘兵
  233. 维护:付泓程
  234. 时间:2016-06-03
  235. 描述:add end
  236. -->
  237. </div>
  238. <!--</div>-->
  239. </body>
  240. <!-- -->
  241. <script src="js/bootstrap.min.js"></script>
  242. <script src="js/modernizr.min.js"></script>
  243. <script src="js/vendor/tabcomplete.min.js"></script>
  244. <script src="js/vendor/livefilter.min.js"></script>
  245. <script src="js/vendor/src/bootstrap-select.js"></script>
  246. <script src="js/vendor/src/filterlist.js"></script>
  247. <script src="js/plugins.js"></script>
  248. <script type="text/javascript">
  249. $('.date-picker').datepicker({autoclose:true}).next().on("click", function(){$(this).prev().focus();});
  250. $('#timepicker1').timepicker({minuteStep: 1,showSeconds: false,showMeridian: false}).next().on("click", function(){$(this).prev().focus();});
  251. $('#timepicker2').timepicker({minuteStep: 1,showSeconds: false,showMeridian: false}).next().on("click", function(){$(this).prev().focus();});
  252. </script>
  253. </html>