|
- <!DOCTYPE html>
- <html lang="en">
- <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/font-awesome.min.css" charset="UTF-8">
- <link rel="stylesheet" href="css/bootstrap.min.css" charset="UTF-8">
- <link rel="stylesheet" href="css/ace.min.css" charset="UTF-8">
- <link rel="stylesheet" href="css/master.css" charset="UTF-8">
- <link rel="stylesheet" href="css/addcartime.css" charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="css/bootstrap-timepicker.css"/>
- <link rel="stylesheet" type="text/css" href="css/datepicker.css"/>
- </head>
- <style type="text/css">
- select {
- color: black;
- }
-
- table {
- text-align: center;
- }
-
- table th {
- text-align: center;
- }
-
- table td {
- text-align: center;
- }
-
- table tr {
- height: 75px;
- }
-
- .add, .del {
- display: inline-block;
- border-radius: 0.5;
- border: 1px solid;
- width: 20px;
- height: 20px;
- border-radius: 10px;
- }
-
- .update_input {
- display: inline-block;
- margin-left: 10px;
- line-height: 30px;
- background: white;
- }
- </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 style="width:1010px;overflow: hidden;margin-top: 40px;margin-left: 35px;">
- <div style="border: 1px solid #CCCCCC;overflow: hidden;">
- <table border="0" cellpadding="0" cellspacing="0">
- <caption
- style="font-size: 20px;text-align: left;height: 55px;line-height: 55px;padding-left: 25px;background: #DDDDDD;">
- 批量改房态
- </caption>
- <thead>
- <tr style="height: 20px;"></tr>
- <tr style="margin-top: 10px;background: #DDDDDD;">
- <th style="width: 150px;">子房型</th>
- <th style="width: 300px;">适用日期</th>
- <th style="width: 450px;">适用星期</th>
- <th style="width: 158px;">房态</th>
- </tr>
- <tr style="background: #DDDDDD;">
- <td>批量修改</td>
- <td>
- <span style="float:left;">
- <input type="text" id="start_date_all" class="Wdate start_date_all"
- style="height: 25px;width: 110px" name="begin" placeholder="出发日期"
- onfocus="WdatePicker({ onpicked:changeStartDateAll,doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
- </span>
- <span style="float: left;text-align: center;width: 40px">-</span>
- <span style="float:left">
- <input type="text" id="end_date_all" class="Wdate end_date_all"
- style="height: 25px;width: 110px"
- name="begin" placeholder="结束日期"
- onfocus="WdatePicker({ onpicked:changeEndDateAll,doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'#F{$dp.$D(\'start_date_all\')}', maxDate:'' });"/>
- </span>
- </td>
- <td style="padding-left: 50px;">
- <label>
- <input type="checkbox" onclick="aceClick(this)" onclick="aceClick(this)"
- class="ace week1all"
- value="2" checked="checked">
- <span class="lbl">周一</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week2all" value="3"
- checked="checked">
- <span class="lbl">周二</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week3all" value="4"
- checked="checked">
- <span class="lbl">周三</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week4all" value="5"
- checked="checked">
- <span class="lbl">周四</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week5all" value="6"
- checked="checked">
- <span class="lbl">周五</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week6all" value="7"
- checked="checked">
- <span class="lbl">周六</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week7all" value="1"
- checked="checked">
- <span class="lbl">周日</span>
- </label>
- </td>
- <td style="vertical-align: middle;text-align: center;">
- 关
- <img class="image_class_all" src="images/OffSwitch.png"
- style="height: 16px;width: 53*16/36px;" onclick="image_onclick_all(this)" isopen="0"> 开
- </td>
- </tr>
- </thead>
- <tbody id="tbody">
- <tr class="real_tr room" data-room-type="" data-parent-room-type="">
- <td>[子房型]</td>
- <td>
- <span style="float:left;">
- <input type="text" class="Wdate start_date" style="height: 25px;width: 110px" name="begin"
- value="[start_value]"
- placeholder="出发日期"
- onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
- </span>
- <span style="float: left;text-align: center;width: 40px">-</span>
- <span style="float:left">
- <input type="text" class="Wdate end_date" style="height: 25px;width: 110px" name="begin"
- value="[end_value]"
- placeholder="结束日期"
- onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
- </span>
- <span class="add" onclick="addrow(this)">+</span>
- </td>
- <td style="padding-left: 50px;">
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week1 aday" value="2"
- checked="checked">
- <span class="lbl">周一</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week2 aday" value="3"
- checked="checked">
- <span class="lbl">周二</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week3 aday" value="4"
- checked="checked">
- <span class="lbl">周三</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week4 aday" value="5"
- checked="checked">
- <span class="lbl">周四</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week5 aday" value="6"
- checked="checked">
- <span class="lbl">周五</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week6 aday" value="7"
- checked="checked">
- <span class="lbl">周六</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week7 aday" value="1"
- checked="checked">
- <span class="lbl">周日</span>
- </label>
- </td>
- <td style="vertical-align: middle;text-align: center;">
- 关
- <img class="image_class" src="images/OffSwitch.png" style="height: 16px;width: 53*16/36px;"
- onclick="image_onclick(this)" isopen="0"> 开
- </td>
- </tr>
- </tbody>
- <tr style="text-align: center;height: 48px;">
- <td colspan="5"><span id="btnSave" onclick="clickSave()"
- style="cursor: pointer;background: #428bca!important;color: white;padding: 10px 40px;">保存</span>
- </td>
- </tr>
- <tr class="room_child" style="display: none;">
- <td></td>
- <td>
- <span style="float:left;">
- <input type="text" class="Wdate start_date" value="[start_value]"
- style="height: 25px;width: 110px" name="begin" placeholder="出发日期"
- onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
- </span>
- <span style="float: left;text-align: center;width: 40px">-</span>
- <span style="float:left">
- <input type="text" class="Wdate end_date" value="[end_value]"
- style="height: 25px;width: 110px" name="begin" placeholder="结束日期"
- onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
- </span>
- <span class="add" onclick="delrow(this)">-</span>
- </td>
- <td style="padding-left: 50px;">
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week1 aday" value="2"
- checked="checked">
- <span class="lbl">周一</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week2 aday" value="3"
- checked="checked">
- <span class="lbl">周二</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week3 aday" value="4"
- checked="checked">
- <span class="lbl">周三</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week4 aday" value="5"
- checked="checked">
- <span class="lbl">周四</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week5 aday" value="6"
- checked="checked">
- <span class="lbl">周五</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week6 aday" value="7"
- checked="checked">
- <span class="lbl">周六</span>
- </label>
- <label>
- <input type="checkbox" onclick="aceClick(this)" class="ace week7 aday" value="1"
- checked="checked">
- <span class="lbl">周日</span>
- </label>
- </td>
- <td style="vertical-align: middle;text-align: center;">
- 关
- <img class="image_class_temp" src="images/OffSwitch.png"
- style="height: 16px;width: 53*16/36px;" onclick="image_onclick(this)" isopen="0"> 开
- </td>
- </tr>
- </table>
- </div>
- </div>
- <!--</div>
- </div>-->
- </body>
- <script type="text/javascript" src="js/htCommon.js"></script>
- <script type="text/javascript" src="js/batch_modify_hotel_status.js"></script>
- <!--<script type="text/javascript" src="js/xm.js"></script>
- <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
- <script>
- login();
- </script>-->
- </html>
|