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.
 
 
 
 

280 lines
14 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="expires" CONTENT="0">
  7. <title>批量修改房态</title>
  8. <link rel="stylesheet" href="css/font-awesome.min.css" charset="UTF-8">
  9. <link rel="stylesheet" href="css/bootstrap.min.css" charset="UTF-8">
  10. <link rel="stylesheet" href="css/ace.min.css" charset="UTF-8">
  11. <link rel="stylesheet" href="css/master.css" charset="UTF-8">
  12. <link rel="stylesheet" href="css/addcartime.css" charset="UTF-8">
  13. <link rel="stylesheet" type="text/css" href="css/bootstrap-timepicker.css"/>
  14. <link rel="stylesheet" type="text/css" href="css/datepicker.css"/>
  15. </head>
  16. <style type="text/css">
  17. select {
  18. color: black;
  19. }
  20. table {
  21. text-align: center;
  22. }
  23. table th {
  24. text-align: center;
  25. }
  26. table td {
  27. text-align: center;
  28. }
  29. table tr {
  30. height: 75px;
  31. }
  32. .add, .del {
  33. display: inline-block;
  34. border-radius: 0.5;
  35. border: 1px solid;
  36. width: 20px;
  37. height: 20px;
  38. border-radius: 10px;
  39. }
  40. .update_input {
  41. display: inline-block;
  42. margin-left: 10px;
  43. line-height: 30px;
  44. background: white;
  45. }
  46. </style>
  47. <body>
  48. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  49. <div class="navbar-header ">
  50. <a href="#" class="navbar-brand">
  51. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  52. </a>
  53. </div>
  54. </div>
  55. <div class="warp clearfix" id="show_html" style="display: none">
  56. <div class="control-bar" ></div>
  57. <div class="control-show" style="float: left;">-->
  58. <div style="width:1010px;overflow: hidden;margin-top: 40px;margin-left: 35px;">
  59. <div style="border: 1px solid #CCCCCC;overflow: hidden;">
  60. <table border="0" cellpadding="0" cellspacing="0">
  61. <caption
  62. style="font-size: 20px;text-align: left;height: 55px;line-height: 55px;padding-left: 25px;background: #DDDDDD;">
  63. 批量改房态
  64. </caption>
  65. <thead>
  66. <tr style="height: 20px;"></tr>
  67. <tr style="margin-top: 10px;background: #DDDDDD;">
  68. <th style="width: 150px;">子房型</th>
  69. <th style="width: 300px;">适用日期</th>
  70. <th style="width: 450px;">适用星期</th>
  71. <th style="width: 158px;">房态</th>
  72. </tr>
  73. <tr style="background: #DDDDDD;">
  74. <td>批量修改</td>
  75. <td>
  76. <span style="float:left;">
  77. <input type="text" id="start_date_all" class="Wdate start_date_all"
  78. style="height: 25px;width: 110px" name="begin" placeholder="出发日期"
  79. onfocus="WdatePicker({ onpicked:changeStartDateAll,doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  80. </span>
  81. <span style="float: left;text-align: center;width: 40px">-</span>
  82. <span style="float:left">
  83. <input type="text" id="end_date_all" class="Wdate end_date_all"
  84. style="height: 25px;width: 110px"
  85. name="begin" placeholder="结束日期"
  86. onfocus="WdatePicker({ onpicked:changeEndDateAll,doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'#F{$dp.$D(\'start_date_all\')}', maxDate:'' });"/>
  87. </span>
  88. </td>
  89. <td style="padding-left: 50px;">
  90. <label>
  91. <input type="checkbox" onclick="aceClick(this)" onclick="aceClick(this)"
  92. class="ace week1all"
  93. value="2" checked="checked">
  94. <span class="lbl">周一</span>
  95. </label>
  96. <label>
  97. <input type="checkbox" onclick="aceClick(this)" class="ace week2all" value="3"
  98. checked="checked">
  99. <span class="lbl">周二</span>
  100. </label>
  101. <label>
  102. <input type="checkbox" onclick="aceClick(this)" class="ace week3all" value="4"
  103. checked="checked">
  104. <span class="lbl">周三</span>
  105. </label>
  106. <label>
  107. <input type="checkbox" onclick="aceClick(this)" class="ace week4all" value="5"
  108. checked="checked">
  109. <span class="lbl">周四</span>
  110. </label>
  111. <label>
  112. <input type="checkbox" onclick="aceClick(this)" class="ace week5all" value="6"
  113. checked="checked">
  114. <span class="lbl">周五</span>
  115. </label>
  116. <label>
  117. <input type="checkbox" onclick="aceClick(this)" class="ace week6all" value="7"
  118. checked="checked">
  119. <span class="lbl">周六</span>
  120. </label>
  121. <label>
  122. <input type="checkbox" onclick="aceClick(this)" class="ace week7all" value="1"
  123. checked="checked">
  124. <span class="lbl">周日</span>
  125. </label>
  126. </td>
  127. <td style="vertical-align: middle;text-align: center;">
  128. <img class="image_class_all" src="images/OffSwitch.png"
  129. style="height: 16px;width: 53*16/36px;" onclick="image_onclick_all(this)" isopen="0"> 开
  130. </td>
  131. </tr>
  132. </thead>
  133. <tbody id="tbody">
  134. <tr class="real_tr room" data-room-type="" data-parent-room-type="">
  135. <td>[子房型]</td>
  136. <td>
  137. <span style="float:left;">
  138. <input type="text" class="Wdate start_date" style="height: 25px;width: 110px" name="begin"
  139. value="[start_value]"
  140. placeholder="出发日期"
  141. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  142. </span>
  143. <span style="float: left;text-align: center;width: 40px">-</span>
  144. <span style="float:left">
  145. <input type="text" class="Wdate end_date" style="height: 25px;width: 110px" name="begin"
  146. value="[end_value]"
  147. placeholder="结束日期"
  148. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  149. </span>
  150. <span class="add" onclick="addrow(this)">+</span>
  151. </td>
  152. <td style="padding-left: 50px;">
  153. <label>
  154. <input type="checkbox" onclick="aceClick(this)" class="ace week1 aday" value="2"
  155. checked="checked">
  156. <span class="lbl">周一</span>
  157. </label>
  158. <label>
  159. <input type="checkbox" onclick="aceClick(this)" class="ace week2 aday" value="3"
  160. checked="checked">
  161. <span class="lbl">周二</span>
  162. </label>
  163. <label>
  164. <input type="checkbox" onclick="aceClick(this)" class="ace week3 aday" value="4"
  165. checked="checked">
  166. <span class="lbl">周三</span>
  167. </label>
  168. <label>
  169. <input type="checkbox" onclick="aceClick(this)" class="ace week4 aday" value="5"
  170. checked="checked">
  171. <span class="lbl">周四</span>
  172. </label>
  173. <label>
  174. <input type="checkbox" onclick="aceClick(this)" class="ace week5 aday" value="6"
  175. checked="checked">
  176. <span class="lbl">周五</span>
  177. </label>
  178. <label>
  179. <input type="checkbox" onclick="aceClick(this)" class="ace week6 aday" value="7"
  180. checked="checked">
  181. <span class="lbl">周六</span>
  182. </label>
  183. <label>
  184. <input type="checkbox" onclick="aceClick(this)" class="ace week7 aday" value="1"
  185. checked="checked">
  186. <span class="lbl">周日</span>
  187. </label>
  188. </td>
  189. <td style="vertical-align: middle;text-align: center;">
  190. <img class="image_class" src="images/OffSwitch.png" style="height: 16px;width: 53*16/36px;"
  191. onclick="image_onclick(this)" isopen="0"> 开
  192. </td>
  193. </tr>
  194. </tbody>
  195. <tr style="text-align: center;height: 48px;">
  196. <td colspan="5"><span id="btnSave" onclick="clickSave()"
  197. style="cursor: pointer;background: #428bca!important;color: white;padding: 10px 40px;">保存</span>
  198. </td>
  199. </tr>
  200. <tr class="room_child" style="display: none;">
  201. <td></td>
  202. <td>
  203. <span style="float:left;">
  204. <input type="text" class="Wdate start_date" value="[start_value]"
  205. style="height: 25px;width: 110px" name="begin" placeholder="出发日期"
  206. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  207. </span>
  208. <span style="float: left;text-align: center;width: 40px">-</span>
  209. <span style="float:left">
  210. <input type="text" class="Wdate end_date" value="[end_value]"
  211. style="height: 25px;width: 110px" name="begin" placeholder="结束日期"
  212. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  213. </span>
  214. <span class="add" onclick="delrow(this)">-</span>
  215. </td>
  216. <td style="padding-left: 50px;">
  217. <label>
  218. <input type="checkbox" onclick="aceClick(this)" class="ace week1 aday" value="2"
  219. checked="checked">
  220. <span class="lbl">周一</span>
  221. </label>
  222. <label>
  223. <input type="checkbox" onclick="aceClick(this)" class="ace week2 aday" value="3"
  224. checked="checked">
  225. <span class="lbl">周二</span>
  226. </label>
  227. <label>
  228. <input type="checkbox" onclick="aceClick(this)" class="ace week3 aday" value="4"
  229. checked="checked">
  230. <span class="lbl">周三</span>
  231. </label>
  232. <label>
  233. <input type="checkbox" onclick="aceClick(this)" class="ace week4 aday" value="5"
  234. checked="checked">
  235. <span class="lbl">周四</span>
  236. </label>
  237. <label>
  238. <input type="checkbox" onclick="aceClick(this)" class="ace week5 aday" value="6"
  239. checked="checked">
  240. <span class="lbl">周五</span>
  241. </label>
  242. <label>
  243. <input type="checkbox" onclick="aceClick(this)" class="ace week6 aday" value="7"
  244. checked="checked">
  245. <span class="lbl">周六</span>
  246. </label>
  247. <label>
  248. <input type="checkbox" onclick="aceClick(this)" class="ace week7 aday" value="1"
  249. checked="checked">
  250. <span class="lbl">周日</span>
  251. </label>
  252. </td>
  253. <td style="vertical-align: middle;text-align: center;">
  254. <img class="image_class_temp" src="images/OffSwitch.png"
  255. style="height: 16px;width: 53*16/36px;" onclick="image_onclick(this)" isopen="0"> 开
  256. </td>
  257. </tr>
  258. </table>
  259. </div>
  260. </div>
  261. <!--</div>
  262. </div>-->
  263. </body>
  264. <script type="text/javascript" src="js/htCommon.js"></script>
  265. <script type="text/javascript" src="js/batch_modify_hotel_status.js"></script>
  266. <!--<script type="text/javascript" src="js/xm.js"></script>
  267. <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  268. <script>
  269. login();
  270. </script>-->
  271. </html>