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.
 
 
 
 

269 lines
13 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
  6. <meta http-equiv="Cache-Control" content="no-cache">
  7. <meta HTTP-EQUIV="expires" CONTENT="0">
  8. <title>蛛蛛行供应商管理系统-酒店订单列表</title>
  9. <link rel="stylesheet" type="text/css" href="./css/ace.min.css"/>
  10. <link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css"/>
  11. <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css"/>
  12. <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css"/>
  13. <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css"/>
  14. <link rel="stylesheet" type="text/css" href="./css/datepicker.css"/>
  15. <link rel="stylesheet" type="text/css" href="./css/master.css">
  16. <link rel="stylesheet" href="css/new_page.css"/>
  17. <style>
  18. .middle {
  19. border: 2px solid lightgray;
  20. width: 1000px;
  21. height: 180px;
  22. margin-left: 40px;
  23. margin-top: 25px;
  24. }
  25. .search_btn {
  26. width: 80px;
  27. height: 28px;
  28. display: inline-block;
  29. line-height: 30px;
  30. border: 1px solid rgb(204, 204, 204);
  31. text-align: center;
  32. background-color: lightgray;
  33. cursor: pointer;
  34. margin-left: 20px;
  35. }
  36. .circle {
  37. border: 1px solid gray;
  38. position: relative;
  39. width: 23px;
  40. height: 15px;
  41. color: #3D434F;
  42. border-radius: 8px;
  43. display: inline-block;
  44. left: 40px;
  45. top: -33px;
  46. text-align: center;
  47. background-color: #fff;
  48. line-height: 16px;
  49. font-size: 10px;
  50. }
  51. .zzcx_logout:hover {
  52. color: #5e5e5e;
  53. text-decoration: none;
  54. }
  55. .zzcx_logout {
  56. text-decoration: none;
  57. }
  58. .icon-signout:hover {
  59. color: white !important;
  60. }
  61. .navbar-collapse a.navbar-brand {
  62. padding-right: 4px;
  63. font-size: 20px;
  64. }
  65. .navbar-collapse i.navbar-brand {
  66. padding-left: 0;
  67. font-size: 20px;
  68. }
  69. .navbar-header a {
  70. padding-top: 14px !important;
  71. }
  72. .navbar-brand {
  73. padding: 4px;
  74. }
  75. .collapse {
  76. padding-top: 6px
  77. }
  78. .tooltip-error{
  79. width: 100%;
  80. background-color: red;
  81. color: ghostwhite;
  82. text-align: center;
  83. font-size: 1.5em;
  84. padding: 1em;
  85. }
  86. .tooltip-error a{
  87. color: #1414a0;
  88. }
  89. </style>
  90. </head>
  91. <body>
  92. <div class="tooltip-error">新酒店后台系统已经发布,旧版本已经在20号停止使用。请收藏新系统地址 <a onclick="window.open('http://hotel.zhizhuchuxing.com')" >http://hotel.zhizhuchuxing.com</a></div>
  93. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  94. <div class="navbar-header ">
  95. <span href="#" class="navbar-brand">
  96. <i class="icon-leaf"></i> 蜘蛛行供应商管理系统
  97. </span>
  98. </div>
  99. <div class="collapse navbar-collapse" ><span class="navbar-right " ><a href="javascript:logout();" class="zzcx_logout navbar-brand" style="color: white">退出 </a><i class="icon-signout navbar-brand"></i> </span> </div>
  100. </div>
  101. <div class="warp clearfix">
  102. <div class="control-bar"></div>
  103. <div class="control-show" style="float: left;">-->
  104. <div id="" style="display: none">
  105. <!--最上一栏-->
  106. <div>
  107. <div class="middle">
  108. <div class="first">
  109. <div style="margin-top: 25px;margin-left: 20px">
  110. <span style="display: inline-block;">时间范围:</span>
  111. <select style="width: 85px; height: 30px; margin-top: 5px;margin-left: 5px;display: inline-block;cursor: pointer"
  112. id="date_type">
  113. <!--<option value="0" selected="selected" style="font-size: 12px;">所有日期</option>-->
  114. <option value="1" selected="selected" style="font-size: 12px;">预订日期</option>
  115. <option value="2" style="font-size: 12px;">入住日期</option>
  116. <option value="3" style="font-size: 12px;">离店日期</option>
  117. </select>
  118. <input type="text" id="start_date" class="Wdate"
  119. style="height: 30px; width: 100px;display: inline-block;margin-left: 10px"
  120. name="begin"
  121. onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
  122. <span>-</span>
  123. <input type="text" id="end_date" class="Wdate"
  124. style="height: 30px; width: 100px;display: inline-block"
  125. name="end"
  126. onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
  127. <span id="today" class="btn"
  128. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 10px;">今日</span>
  129. <span id="yesterday" class="btn"
  130. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 10px;"
  131. onclick="">昨日</span>
  132. <span id="thisweek" class="btn"
  133. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 10px;">本周</span>
  134. <span id="thismonth" class="btn"
  135. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 10px;">本月</span>
  136. <!--<span style="display: inline-block;margin-left: 30px;">酒店城市:</span>-->
  137. <!--<select id="province"-->
  138. <!--style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">-->
  139. <!--<option value="0" selected="selected" style="font-size: 12px;">选择省</option>-->
  140. <!--</select>-->
  141. <!--<select id="city"-->
  142. <!--style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">-->
  143. <!--<option value="0" selected="selected" style="font-size: 12px;">选择市</option>-->
  144. <!--</select>-->
  145. <!--<span style="display: inline-block; margin-top: 5px;;margin-left: 30px">酒店名称:</span>-->
  146. <!--<input type="text" id="hotel_name" placeholder="输入关键字" style="width: 100px; height: 30px"/>-->
  147. </div>
  148. <!--状态栏-->
  149. <div style="margin-top: 25px;margin-left: 20px" id="status">
  150. <span style="display: inline-block;vertical-align: top">订单状态:</span>
  151. <div style="display: inline-block;width: 65px">
  152. <span id="all" class="btn"
  153. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  154. onclick="submit(0,this)">全部</span><span class="circle" id="all_num"></span>
  155. </div>
  156. <div style="display: inline-block;width: 65px">
  157. <span id="sure" class="btn"
  158. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  159. onclick="submit(198,this)">待确认</span><span class="circle" id="sure_num"></span>
  160. </div>
  161. <div style="display: inline-block;width: 65px">
  162. <span id="arrange" class="btn"
  163. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  164. onclick="submit(314,this)">已安排</span><span class="circle" id="arrange_num"></span>
  165. </div>
  166. <div style="display: inline-block;width: 65px">
  167. <span id="finish" class="btn"
  168. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  169. onclick="submit(147,this)">已完成</span><span class="circle" id="finish_num"></span>
  170. </div>
  171. <div style="display: inline-block;width: 65px">
  172. <span id="reback" class="btn"
  173. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  174. onclick="submit(382,this)">退改中</span><span class="circle" id="reback_num"></span>
  175. </div>
  176. <div style="display: inline-block;width: 65px">
  177. <span id="canceling" class="btn"
  178. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  179. onclick="submit(564,this)">待退单</span><span class="circle" id="canceling_num"></span>
  180. </div>
  181. <div style="display: inline-block;width: 65px">
  182. <span id="cancel" class="btn"
  183. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  184. onclick="submit(148,this)">已取消</span><span class="circle" id="cancel_num"></span>
  185. </div>
  186. </div>
  187. <!--更多查询-->
  188. <div style="margin-top: 5px;margin-left: 20px">
  189. <span style="display: inline-block;">更多查询:</span>
  190. <input id="more_search" type="text"
  191. style="height: 30px; width: 200px;display: inline-block;font-size: 12px;margin-left: 5px"
  192. placeholder="订单号/客人姓名/客人电话"/>
  193. <span id="search" class="btn"
  194. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">查询</span>
  195. <div style="margin-left:52px;line-height: 27px;font-size: 12px" id="excel"
  196. class="search_btn btn-primary" onclick="excel()">导出订单信息
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. <!--表单-->
  203. <div style="margin-top: 20px;width: 1000px;margin-left: 40px">
  204. <table id="table" id="" class="table table-striped table-bordered table-hover">
  205. <thead>
  206. <tr style="background: lightgrey">
  207. <!--<th width="35px" class="center">-->
  208. <!--<label>-->
  209. <!--<input class="ace" type="checkbox">-->
  210. <!--<span class="lbl"></span>-->
  211. <!--</label>-->
  212. <!--</th>-->
  213. <th width="100" style="text-align: center">订单编号</th>
  214. <th width="100" style="text-align: center">预订时间</th>
  215. <th width="280" style="text-align: center">预订产品</th>
  216. <th width="100" style="text-align: center">客人信息</th>
  217. <th width="100" style="text-align: center;font-family: 'Microsoft YaHei',STXihei,MingLiu">金额</th>
  218. <th width="100" style="text-align: center">状态</th>
  219. <th style="text-align: center">操作</th>
  220. </tr>
  221. </thead>
  222. <tbody id="order_list" style="display: none">
  223. <tr id="tr_order">
  224. <!--<td width="35px" class="center">-->
  225. <!--<label>-->
  226. <!--<input class="ace" type="checkbox">-->
  227. <!--<span class="lbl"></span>-->
  228. <!--</label>-->
  229. <!--</td>-->
  230. <td style="width: 45px;"><a target="_blank"
  231. onclick="open_new_path(this)"
  232. go_path="zz-jd/outside_hotel_order_detail.html?order_id=[order_id]&order_status=[order_status]&org_id=[org_id]&room_type=[room_type]&hotel_id=[hotel_id]">[订单编号]</a>
  233. </td>
  234. <td>[预订时间]</td>
  235. <td>[预订产品]</td>
  236. <td>[客人信息]</td>
  237. <td style="font-family: 'Microsoft YaHei',STXihei,MingLiu">[金额]</td>
  238. <td>[状态]</td>
  239. <td style="text-align: center">[操作]</td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. <div class="pageDiv"></div>
  244. </div>
  245. </div>
  246. </body>
  247. <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>
  248. <script type="text/javascript" src="js/htCommon.js"></script>
  249. <script type="text/javascript" src="js/jquery.cookie.js"></script>
  250. <script type="text/javascript" src="js/outside_hotel_order_list.js?v=1.71"></script>
  251. <!--<script type="text/javascript" src="js/xm.js"></script>-->
  252. <!--<script src="js/master.js" type="text/javascript" charset="utf-8"></script>-->
  253. <script>
  254. //login();
  255. </script>
  256. </html>