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.
 
 
 
 

177 lines
6.2 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
  6. <meta HTTP-EQUIV="expires" CONTENT="0">
  7. <title>房态管理</title>
  8. <link rel="stylesheet" href="css/bootstrap.min.css"/>
  9. <link rel="stylesheet" href="css/ace.min.css"/>
  10. <link rel="stylesheet" href="css/bootstrap-timepicker.css"/>
  11. <link rel="stylesheet" href="css/font-awesome.min.css"/>
  12. <link rel="stylesheet" href="css/daterangepicker.css"/>
  13. <link rel="stylesheet" href="css/datepicker.css"/>
  14. <link rel="stylesheet" href="css/new_page.css"/>
  15. <link rel="stylesheet" href="css/master.css"/>
  16. </head>
  17. <style type="text/css">
  18. .hotel_list {
  19. /*width: 1160px;*/
  20. /*margin: 0 auto;*/
  21. }
  22. input {
  23. margin-right: 10px;
  24. }
  25. th,
  26. td {
  27. text-align: center;
  28. }
  29. tbody > tr:last-child {
  30. border-bottom: 1px solid lightgray;
  31. }
  32. .update_car_no {
  33. background-color: gray !important;
  34. border-color: gray;
  35. width: 120px;
  36. }
  37. .del {
  38. background-color: gray !important;
  39. border-color: gray;
  40. width: 94px;
  41. }
  42. .search_btn {
  43. width: 80px;
  44. height: 30px;
  45. display: inline-block;
  46. line-height: 30px;
  47. border: 1px solid rgb(204, 204, 204);
  48. text-align: center;
  49. background-color: lightgray;
  50. cursor: pointer;
  51. margin-left: 20px;
  52. }
  53. .middle {
  54. border: 2px solid lightgray;
  55. height: 90px;
  56. }
  57. </style>
  58. <body>
  59. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  60. <div class="navbar-header ">
  61. <a href="#" class="navbar-brand">
  62. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  63. </a>
  64. </div>
  65. </div>
  66. <div class="warp clearfix" id="show_html" style="display: none">
  67. <div class="control-bar" ></div>
  68. <div class="control-show" style="float: left;">-->
  69. <div class="iframe_box">
  70. <div class="hotel_list">
  71. <div class="middle">
  72. <div class="first">
  73. <div class="block" style="margin-left: 20px;margin-top: 30px">
  74. <div style="overflow: hidden;">
  75. <span style="float: left;">
  76. <span style="float: left;line-height: 30px;">酒店城市:</span>
  77. <div class="col-sm-2" style="width: 120px;margin-right: 10px;">
  78. <select id="province" style="font-size: 12px; width: 120px;cursor: pointer">
  79. <option value="0" style="font-size: 12px;">选择省</option>
  80. </select>
  81. </div>
  82. <div class="col-sm-1" style="width: 120px;">
  83. <select id="city" style="font-size: 12px; width: 120px;cursor: pointer">
  84. <option value="0" style="font-size: 12px;">选择市</option>
  85. </select>
  86. </div>
  87. </span>
  88. <span style="float: left;margin-left: 20px;">
  89. <span style="float: left;line-height: 30px;margin-left: 30px">酒店名称:</span>
  90. <input id="hotel_name" style="width: 250px;height: 30px;" type="text">
  91. </span>
  92. <span style="float: left;">
  93. <span style="float: left;line-height: 30px;margin-left: 30px">售卖状态:</span>
  94. <div class="col-sm-2" style="margin-right: 10px;">
  95. <select id="hotel_status"
  96. style="font-size: 12px; width: 60px;height:30px;cursor: pointer">
  97. <option value="1" selected="selected" style="font-size: 12px;">在售</option>
  98. <option value="0" style="font-size: 12px;">停售</option>
  99. </select>
  100. </div>
  101. </span>
  102. <span style="float: left;">
  103. <div id="search" style="margin-left: 10px;" class="search_btn btn-primary">查询</div>
  104. <!--<div id="add" style="margin-left: 30px;" class="search_btn btn-primary">上架酒店</div>-->
  105. </span>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. <!--table start-->
  111. <table id="sample-table-1" class="table table-striped table-bordered table-hover"
  112. style="margin-top:20px;">
  113. <thead>
  114. <tr id="table-head">
  115. <th width="35px" class="center">
  116. <label>
  117. <input class="ace" onclick="select_checked('0')" type="checkbox">
  118. <span class="lbl"></span>
  119. </label>
  120. </th>
  121. <th style="text-align: left">酒店名称</th>
  122. <th style="text-align: left">城市</th>
  123. <th style="text-align: left">供应商</th>
  124. <th style="text-align: left">采购负责人</th>
  125. <th style="text-align: left">售卖状态</th>
  126. <th style="text-align: left">操作</th>
  127. </tr>
  128. </thead>
  129. <tbody id="hotel_list" style="display: none">
  130. <tr class="one" hotel-id="[hotel-id]" style="display: table-row;">
  131. <th class="center">
  132. <label>
  133. <input class="ace" onclick="select_checked('1')" hotel-id="[hotel-id]" type="checkbox">
  134. <span class="lbl"></span>
  135. </label>
  136. </th>
  137. <td style="text-align: left">[酒店名称]</td>
  138. <td style="text-align: left">[城市]</td>
  139. <td style="text-align: left">[供应商]</td>
  140. <td style="text-align: left">[采购负责人]</td>
  141. <td style="text-align: left">[售卖状态]</td>
  142. <td style="text-align: left">[操作]</td>
  143. </tr>
  144. </tbody>
  145. </table>
  146. <!--row end-->
  147. <div class="pageDiv"></div>
  148. </div>
  149. <!--hotel_list end-->
  150. </div>
  151. </body>
  152. <script type="text/javascript" src="js/htCommon.js"></script>
  153. <script src="../js/base_path.js" type="text/javascript" charset="utf-8"></script>
  154. <script type="text/javascript" src="js/hotel_product_list.js?v=1"></script>
  155. <script type="text/javascript">
  156. $(".date-picker").datepicker({
  157. autoclose: true
  158. }).next().on("click", function () {
  159. $(this).prev().focus();
  160. });
  161. </script>
  162. </html>