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.
 
 
 
 

315 lines
15 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. border-right: 1px solid #fff;
  26. }
  27. table td {
  28. text-align: center;
  29. }
  30. table tr {
  31. height: 55px;
  32. }
  33. .add, .del {
  34. display: inline-block;
  35. border-radius: 0.5;
  36. border: 1px solid;
  37. width: 20px;
  38. height: 20px;
  39. border-radius: 10px;
  40. }
  41. .update_input {
  42. display: inline-block;
  43. margin-left: 10px;
  44. line-height: 30px;
  45. background: white;
  46. }
  47. </style>
  48. <body>
  49. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  50. <div class="navbar-header ">
  51. <a href="#" class="navbar-brand">
  52. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  53. </a>
  54. </div>
  55. </div>
  56. <div class="warp clearfix" id="show_html" style="display: none">
  57. <div class="control-bar"></div>
  58. <div class="control-show" style="float: left;">-->
  59. <div class="iframe_box">
  60. <div>
  61. <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
  62. <caption style="font-size: 16px;text-align: left;height: 55px;line-height: 55px;">
  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: 400px;">适用星期</th>
  71. <th style="width: 222px;">买断/保留/现询</th>
  72. </tr>
  73. <tr style="background: #f7f7fc;">
  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>
  128. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  129. <input class="maiduan_price_all" style="width: 43px;border: 0;font-size: 11px" type="text"
  130. placeholder="买断">
  131. <span style="color: #999999;">RMB</span>
  132. </span>
  133. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  134. <input class="baoliu_price_all" style="width: 43px;border: 0;font-size: 11px" type="text"
  135. placeholder="保留">
  136. <span style="color: #999999;">RMB</span>
  137. </span>
  138. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  139. <input class="xianxun_price_all" style="width: 43px;border: 0;font-size: 11px" type="text"
  140. placeholder="现询">
  141. <span style="color: #999999;">RMB</span>
  142. </span>
  143. </td>
  144. </tr>
  145. </thead>
  146. <tbody id="tbody">
  147. <tr class="real_tr room" data-room-type="" data-parent-room-type="">
  148. <td>[子房型]</td>
  149. <td>
  150. <span style="float:left;">
  151. <input type="text" class="Wdate start_date" style="height: 25px;width: 110px" name="begin"
  152. value="[start_value]"
  153. placeholder="出发日期"
  154. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  155. </span>
  156. <span style="float: left;text-align: center;width: 40px">-</span>
  157. <span style="float:left">
  158. <input type="text" class="Wdate end_date" style="height: 25px;width: 110px" name="begin"
  159. value="[end_value]"
  160. placeholder="结束日期"
  161. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  162. </span>
  163. <span class="add" onclick="addrow(this)">+</span>
  164. </td>
  165. <td style="padding-left: 50px;">
  166. <label>
  167. <input type="checkbox" onclick="aceClick(this)" class="ace week1 aday" value="2"
  168. checked="checked">
  169. <span class="lbl">周一</span>
  170. </label>
  171. <label>
  172. <input type="checkbox" onclick="aceClick(this)" class="ace week2 aday" value="3"
  173. checked="checked">
  174. <span class="lbl">周二</span>
  175. </label>
  176. <label>
  177. <input type="checkbox" onclick="aceClick(this)" class="ace week3 aday" value="4"
  178. checked="checked">
  179. <span class="lbl">周三</span>
  180. </label>
  181. <label>
  182. <input type="checkbox" onclick="aceClick(this)" class="ace week4 aday" value="5"
  183. checked="checked">
  184. <span class="lbl">周四</span>
  185. </label>
  186. <label>
  187. <input type="checkbox" onclick="aceClick(this)" class="ace week5 aday" value="6"
  188. checked="checked">
  189. <span class="lbl">周五</span>
  190. </label>
  191. <label>
  192. <input type="checkbox" onclick="aceClick(this)" class="ace week6 aday" value="7"
  193. checked="checked">
  194. <span class="lbl">周六</span>
  195. </label>
  196. <label>
  197. <input type="checkbox" onclick="aceClick(this)" class="ace week7 aday" value="1"
  198. checked="checked">
  199. <span class="lbl">周日</span>
  200. </label>
  201. </td>
  202. <td style="width: 290px;">
  203. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  204. <input class="maiduan_price" style="width: 43px;border: 0;font-size: 11px" type="text"
  205. placeholder="买断">
  206. <span style="color: #999999;">RMB</span>
  207. </span>
  208. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  209. <input class="baoliu_price" style="width: 43px;border: 0;font-size: 11px" type="text"
  210. placeholder="保留">
  211. <span style="color: #999999;">RMB</span>
  212. </span>
  213. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  214. <input class="xianxun_price" style="width: 43px;border: 0;font-size: 11px" type="text"
  215. placeholder="现询">
  216. <span style="color: #999999;">RMB</span>
  217. </span>
  218. </td>
  219. </tr>
  220. </tbody>
  221. <tr style="text-align: center;height: 48px;">
  222. <td colspan="5"><span id="btnSave" onclick="clickSave()"
  223. style="cursor: pointer;background: #428bca!important;color: white;padding: 10px 40px;">保存</span>
  224. </td>
  225. </tr>
  226. <tr class="room_child" style="display: none;">
  227. <td></td>
  228. <td>
  229. <span style="float:left;">
  230. <input type="text" class="Wdate start_date" value="[start_value]"
  231. style="height: 25px;width: 110px" name="begin" placeholder="出发日期"
  232. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  233. </span>
  234. <span style="float: left;text-align: center;width: 40px">-</span>
  235. <span style="float:left">
  236. <input type="text" class="Wdate end_date" value="[end_value]"
  237. style="height: 25px;width: 110px" name="begin" placeholder="结束日期"
  238. onfocus="WdatePicker({ doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  239. </span>
  240. <span class="add" onclick="delrow(this)">-</span>
  241. </td>
  242. <td style="padding-left: 50px;">
  243. <label>
  244. <input type="checkbox" onclick="aceClick(this)" class="ace week1 aday" value="2"
  245. checked="checked">
  246. <span class="lbl">周一</span>
  247. </label>
  248. <label>
  249. <input type="checkbox" onclick="aceClick(this)" class="ace week2 aday" value="3"
  250. checked="checked">
  251. <span class="lbl">周二</span>
  252. </label>
  253. <label>
  254. <input type="checkbox" onclick="aceClick(this)" class="ace week3 aday" value="4"
  255. checked="checked">
  256. <span class="lbl">周三</span>
  257. </label>
  258. <label>
  259. <input type="checkbox" onclick="aceClick(this)" class="ace week4 aday" value="5"
  260. checked="checked">
  261. <span class="lbl">周四</span>
  262. </label>
  263. <label>
  264. <input type="checkbox" onclick="aceClick(this)" class="ace week5 aday" value="6"
  265. checked="checked">
  266. <span class="lbl">周五</span>
  267. </label>
  268. <label>
  269. <input type="checkbox" onclick="aceClick(this)" class="ace week6 aday" value="7"
  270. checked="checked">
  271. <span class="lbl">周六</span>
  272. </label>
  273. <label>
  274. <input type="checkbox" onclick="aceClick(this)" class="ace week7 aday" value="1"
  275. checked="checked">
  276. <span class="lbl">周日</span>
  277. </label>
  278. </td>
  279. <td>
  280. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  281. <input class="maiduan_price" style="width: 43px;border: 0;font-size: 11px" type="text"
  282. placeholder="买断">
  283. <span style="color: #999999;">RMB</span>
  284. </span>
  285. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  286. <input class="baoliu_price" style="width: 43px;border: 0;font-size: 11px" type="text"
  287. placeholder="保留">
  288. <span style="color: #999999;">RMB</span>
  289. </span>
  290. <span style="border: solid 1px #CCCCCC ;width: 80px;" class="update_input">
  291. <input class="xianxun_price" style="width: 43px;border: 0;font-size: 11px" type="text"
  292. placeholder="现询">
  293. <span style="color: #999999;">RMB</span>
  294. </span>
  295. </td>
  296. </tr>
  297. </table>
  298. </div>
  299. </div>
  300. <!--</div>-->
  301. </body>
  302. <script type="text/javascript" src="js/htCommon.js"></script>
  303. <script type="text/javascript" src="js/batch_modify_hotel_price.js"></script>
  304. <script type="text/javascript" src="js/xm.js"></script>
  305. <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  306. <script>
  307. login();
  308. </script>
  309. </html>