|
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="UTF-8">
- <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
- <meta HTTP-EQUIV="expires" CONTENT="0">
- <title>酒店产品列表</title>
-
- <link rel="stylesheet" href="css/bootstrap.min.css"/>
- <link rel="stylesheet" href="css/ace.min.css"/>
- <link rel="stylesheet" href="css/bootstrap-timepicker.css"/>
- <link rel="stylesheet" href="css/font-awesome.min.css"/>
- <link rel="stylesheet" href="css/daterangepicker.css"/>
- <link rel="stylesheet" href="css/datepicker.css"/>
-
- <link rel="stylesheet" href="css/new_page.css"/>
- <link rel="stylesheet" href="css/master.css"/>
-
-
- </head>
- <style type="text/css">
- .hotel_list {
- /*width: 1160px;*/
- /*margin: 0 auto;*/
- }
-
- input {
- margin-right: 10px;
- }
-
- th,
- td {
- text-align: center;
- }
-
- tbody > tr:last-child {
- border-bottom: 1px solid lightgray;
- }
-
- .update_car_no {
- background-color: gray !important;
- border-color: gray;
- width: 120px;
- }
-
- .del {
- background-color: gray !important;
- border-color: gray;
- width: 94px;
- }
-
- .search_btn {
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- border: 1px solid rgb(204, 204, 204);
- text-align: center;
- background-color: lightgray;
- cursor: pointer;
- margin-left: 20px;
- }
-
- .middle {
- border: 2px solid lightgray;
- height: 90px;
- }
-
- .middle_2 {
- margin-top: 20px;
- }
- </style>
- <body>
- <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
- <div class="navbar-header ">
- <a href="#" class="navbar-brand">
- <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;"> <span id="version_txt"></span></sub>
- </a>
- </div>
- </div>
- <div class="warp clearfix" id="show_html" style="display: none">
- <div class="control-bar" ></div>
- <div class="control-show" style="float: left;">-->
- <div class="iframe_box">
- <div class="hotel_list">
- <div class="middle">
- <div class="first">
- <div class="block" style="margin-left: 20px;margin-top: 30px">
- <div style="overflow: hidden;">
- <span style="float: left;">
- <span style="float: left;line-height: 30px;">酒店城市:</span>
- <div class="col-sm-2" style="width: 120px;margin-right: 10px;">
- <select id="province" style="font-size: 12px; width: 120px;cursor: pointer;">
- <option value="0" style="font-size: 12px;">选择省</option>
- </select>
- </div>
- <div class="col-sm-1" style="width: 120px;">
- <select id="city" style="font-size: 12px; width: 120px;cursor: pointer;">
- <option value="0" style="font-size: 12px">选择市</option>
- </select>
- </div>
- </span>
- <span style="float: left;margin-left: 20px;">
- <span style="float: left;line-height: 30px;margin-left: 30px">酒店名称:</span>
- <input id="hotel_name" style="width: 250px;height: 30px;" type="text">
- </span>
- <span style="float: left;">
- <span style="float: left;line-height: 30px;margin-left: 30px">售卖状态:</span>
- <div class="col-sm-2" style="margin-right: 10px;">
- <select id="hotel_status"
- style="font-size: 12px; width: 60px;height:30px;cursor: pointer;">
- <option value="1" selected="selected" style="font-size: 12px">在售</option>
- <option value="0" style="font-size: 12px;">停售</option>
- </select>
- </div>
- </span>
- <span style="float: left;">
- <div id="search" style="margin-left: 10px;" class="search_btn btn-primary">查询</div>
-
- </span>
- </div>
- </div>
-
- </div>
- </div>
- <div class="middle_2">
- <div id="add" style="margin-left: 0px;" class="search_btn btn-primary">+ 上架酒店</div>
- <div id="" style="margin-left: 30px;" class="search_btn btn-primary"
- onclick="batch_change_status(3)">酒店开售
- </div>
- <div id="" style="margin-left: 10px;" class="search_btn btn-primary"
- onclick="batch_change_status(2)">酒店停售
- </div>
- </div>
- <!--table start-->
- <table id="sample-table-1" class="table table-striped table-bordered table-hover"
- style="margin-top:20px;">
- <thead>
- <tr>
- <th width="35px" class="center">
- <label>
- <input class="ace check_box_main" type="checkbox">
- <span class="lbl"></span>
- </label>
- </th>
- <th style="text-align: left">酒店名称</th>
- <th style="text-align: left">城市</th>
- <th style="text-align: left">供应商</th>
- <th style="text-align: left">采购负责人</th>
- <th style="text-align: left">售卖状态</th>
- <th style="text-align: left">操作</th>
- </tr>
- </thead>
- <tbody id="hotel_list" style="display: none">
- <tr class="one" hotel-id="[hotel-id]" style="display: table-row;">
- <th class="center">
- <label>
- <input class="ace" hotel-id="[hotel-id]" type="checkbox" name="check_box_child">
- <span class="lbl"></span>
- </label>
- </th>
- <td style="text-align: left">[酒店名称]</td>
- <td style="text-align: left">[城市]</td>
- <td style="text-align: left">[供应商]</td>
- <td style="text-align: left">[采购负责人]</td>
- <td style="text-align: left">[售卖状态]</td>
- <td style="text-align: left">[操作]</td>
- </tr>
- </tbody>
- </table>
- <!--row end-->
- <div class="pageDiv" style="float: right"></div>
- </div>
- <!--hotel_list end-->
- </div>
- <!--</div>
- </div>-->
- </body>
- <script type="text/javascript" src="js/htCommon.js"></script>
- <script src="js/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/jquery.cookie.js" type="text/javascript" charset="utf-8"></script>
- <script src="../js/base_path.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/date-time/bootstrap-datepicker.min.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/date-time/bootstrap-timepicker.min.js" type="text/javascript" charset="utf-8"></script>
- <script src="My97DatePicker/WdatePicker.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/jquery.page.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/xcConfirm.js" type="text/javascript" charset="utf-8"></script>
- <script src="js/xm.js" type="text/javascript" charset="utf-8"></script>
- <script type="text/javascript" src="js/up_down_control.js"></script>
- <!--<script>
- login();
- </script>-->
- <script type="text/javascript">
- $(".date-picker").datepicker({
- autoclose: true
- }).next().on("click", function () {
- $(this).prev().focus();
- });
- </script>
-
- </html>
|