|
- <!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;
- border-right: 1px solid #fff;
- }
-
- table td {
- text-align: center;
- }
-
- table tr {
- height: 55px;
- }
-
- .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 class="iframe_box">
- <div>
- <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
- <caption style="font-size: 16px;text-align: left;height: 55px;line-height: 55px;">
- 批量改房价
- </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: 400px;">适用星期</th>
- <th style="width: 222px;">买断/保留/现询</th>
- </tr>
- <tr style="background: #f7f7fc;">
- <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>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="maiduan_price_all" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="买断">
- <span style="color: #999999;">RMB</span>
- </span>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="baoliu_price_all" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="保留">
- <span style="color: #999999;">RMB</span>
- </span>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="xianxun_price_all" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="现询">
- <span style="color: #999999;">RMB</span>
- </span>
- </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="width: 290px;">
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="maiduan_price" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="买断">
- <span style="color: #999999;">RMB</span>
- </span>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="baoliu_price" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="保留">
- <span style="color: #999999;">RMB</span>
- </span>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="xianxun_price" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="现询">
- <span style="color: #999999;">RMB</span>
- </span>
- </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>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="maiduan_price" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="买断">
- <span style="color: #999999;">RMB</span>
- </span>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="baoliu_price" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="保留">
- <span style="color: #999999;">RMB</span>
- </span>
- <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
- <input class="xianxun_price" style="width: 43px;border: 0;font-size: 11px" type="text"
- placeholder="现询">
- <span style="color: #999999;">RMB</span>
- </span>
- </td>
- </tr>
- </table>
- </div>
- </div>
- <!--</div>-->
- </body>
- <script type="text/javascript" src="js/htCommon.js"></script>
- <script type="text/javascript" src="js/batch_modify_hotel_price.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>
|