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.
 
 
 
 

282 lines
13 KiB

  1. <!DOCTYPE html>
  2. <html>
  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" type="text/css" href="./css/ace.min.css"/>
  9. <link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css"/>
  10. <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css"/>
  11. <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css"/>
  12. <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css"/>
  13. <link rel="stylesheet" type="text/css" href="./css/datepicker.css"/>
  14. <link rel="stylesheet" type="text/css" href="./css/master.css">
  15. <link rel="stylesheet" type="text/css" href="./css/combo.select.css"/>
  16. <style type="text/css">
  17. .profile-user-info-striped .profile-info-name {
  18. color: #336199;
  19. border-top: 1px solid #f7fbff;
  20. margin-left: 20px;
  21. }
  22. input {
  23. color: #393939 !important;
  24. font-size: 13px !important;
  25. }
  26. .profile-user-info-striped {
  27. border: 0px solid #dcebf7;
  28. }
  29. .form-actions {
  30. display: block;
  31. background-color: #f5f5f5;
  32. /* border-top: 1px solid #e5e5e5; */
  33. margin-bottom: 20px;
  34. margin-top: 20px;
  35. padding: 19px 20px 20px;
  36. }
  37. .form-group {
  38. margin-bottom: 15px;
  39. overflow: hidden;
  40. }
  41. .lbl-check {
  42. margin: 0px;
  43. padding: 0px;
  44. border: 0px;
  45. font-size: 12px;
  46. }
  47. .search_btn {
  48. width: 80px;
  49. height: 30px;
  50. display: inline-block;
  51. line-height: 30px;
  52. border: 1px solid rgb(204, 204, 204);
  53. text-align: center;
  54. background-color: lightgray;
  55. cursor: pointer;
  56. margin-left: 20px;
  57. }
  58. .content_xiala:hover {
  59. background-color: #f3f3f3;
  60. cursor: pointer;
  61. padding: 7px;
  62. }
  63. .span_principal {
  64. background: #428bca none repeat scroll 0 0;
  65. color: white;
  66. display: inline-block;
  67. margin-bottom: 10px;
  68. margin-right: 5px;
  69. padding: 2px 5px;
  70. }
  71. .combo-select {
  72. border: none;
  73. margin-bottom: 0px;
  74. }
  75. .combo-input {
  76. color: #393939 !important;
  77. border: 1px solid #d5d5d5;
  78. font-size: 13px !important;
  79. height: 30px;
  80. }
  81. </style>
  82. </head>
  83. <body style="font-size: 12px;">
  84. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  85. <div class="navbar-header ">
  86. <a href="#" class="navbar-brand">
  87. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  88. </a>
  89. </div>
  90. </div>
  91. <div class="warp clearfix" id="show_html" style="display: none">
  92. <div class="control-bar" ></div>
  93. <div class="control-show" style="float: left;margin-top: 40px;margin-left: 35px;">-->
  94. <div id="">
  95. <!--
  96. 作者:fuhongcheng_fhc@163.com
  97. 时间:2016-09-08
  98. 描述:添加酒店产品
  99. -->
  100. <div style="overflow: hidden;margin: 30px;min-width: 1000px;">
  101. <div style="padding-bottom: 10px;border-bottom: 1px solid #eee;margin-bottom: 40px;">
  102. <span style="font-size: 14px;text-align: left;font-weight: bold;">上架酒店</h1></span>
  103. </div>
  104. <!--row start-->
  105. <div class="row" style="margin-left: 20px;">
  106. <!--城市-->
  107. <div class="form-group">
  108. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;">城&nbsp;&nbsp;市:</label>
  109. <div class="col-sm-2" style="width: 120px;margin-right: 10px;">
  110. <select id="province" style="font-size: 12px; width: 120px;">
  111. <option value="0" style="font-size: 12px;">选择省</option>
  112. </select>
  113. </div>
  114. <div class="col-sm-1" style="width: 120px;">
  115. <select id="city" style="font-size: 12px; width: 120px;" onchange="show_ticket_list()">
  116. <option value="0" style="font-size: 12px;">选择市</option>
  117. </select>
  118. </div>
  119. </div>
  120. <!--酒店-->
  121. <div class="form-group">
  122. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  123. style="color: red">*</span>酒&nbsp;&nbsp;店:</label>
  124. <div class="col-sm-2" style="width: 80%;">
  125. <input id="hotel_name" class="form-control" type="text"
  126. style="width: 250px;height:30px;float:left;font-size: 12px;"
  127. placeholder=" 填写名称从下拉结果中选择"/>
  128. <span id="hotel_address" style="float: left;line-height: 34px;margin-left: 30px;">地址:-</span>
  129. <span style="clear: all;"></span>
  130. </div>
  131. </div>
  132. <div class="select_content xiala"
  133. style="padding-left: 5px; max-height: 230px; overflow: auto; z-index: 10;/*! display: none; */ background: white none repeat scroll 0% 0%; position: absolute; width: 250px;border: 1px solid lightgrey;margin-top: -19px;margin-left: 115px;">
  134. </div>
  135. <!--房型-->
  136. <div class="form-group">
  137. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;">房&nbsp;&nbsp;型:</label>
  138. <div id="room" class="col-sm-2" style="width: 80%;line-height: 27px;">-
  139. <!--<label class="lbl-check"><input type="checkbox" /><span style="margin-left:2px;margin-right: 20px;">湖景大床房</span></label>-->
  140. </div>
  141. </div>
  142. <!--最早入住时间-->
  143. <div class="form-group">
  144. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  145. style="color: red">*</span>最早入住时间:</label>
  146. <label style="margin-right: 10px;"></label>
  147. <select id="earliest_heckin_time" name="" style="width: 120px;">
  148. <option value="">不限</option>
  149. <option value="01:00">01:00</option>
  150. <option value="02:00">02:00</option>
  151. <option value="03:00">03:00</option>
  152. <option value="04:00">04:00</option>
  153. <option value="05:00">05:00</option>
  154. <option value="06:00">06:00</option>
  155. <option value="07:00">07:00</option>
  156. <option value="08:00">08:00</option>
  157. <option value="09:00">09:00</option>
  158. <option value="10:00">10:00</option>
  159. <option value="11:00">11:00</option>
  160. <option value="12:00">12:00</option>
  161. <option value="13:00">13:00</option>
  162. <option value="14:00" selected>14:00</option>
  163. <option value="15:00">15:00</option>
  164. <option value="16:00">16:00</option>
  165. <option value="17:00">17:00</option>
  166. <option value="18:00">18:00</option>
  167. <option value="19:00">19:00</option>
  168. <option value="20:00">20:00</option>
  169. <option value="21:00">21:00</option>
  170. <option value="22:00">22:00</option>
  171. <option value="23:00">23:00</option>
  172. </select>
  173. </div>
  174. <div class="form-group">
  175. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  176. style="color: red">*</span>最晚预订时间:</label>
  177. <label style="margin-right: 10px;"></label>
  178. <select id="lastest_book_then" name="" style="width: 40px;"></select>天前
  179. <select id="lastest_book_date" name="" style="width: 40px;"></select>
  180. <label>:</label>
  181. <select id="lastest_book_time" name="" style="width: 40px;"></select>
  182. </div>
  183. <div class="form-group">
  184. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  185. style="color: red">*</span>状态:</label>
  186. <label style="margin-right: 10px;"></label>
  187. <select class="status_value" style="width: 120px;">
  188. <option value="-1">请选择</option>
  189. <option value="1">在售</option>
  190. <option value="0">停售</option>
  191. </select>
  192. </div>
  193. <!--供应商-->
  194. <div style="margin-bottom: 15px">
  195. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  196. style="color: red">*</span>供应商:</label>
  197. <label style="margin-right: 10px;"></label>
  198. <select id="supplier" style="width: 253px; display: inline-block;" class="select_line">
  199. <option value="">请选择</option>
  200. </select>
  201. </div>
  202. <!--采购人-->
  203. <div class="form-group">
  204. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  205. style="color: red">*</span>采购人:</label>
  206. <label style="margin-right: 10px;"></label>
  207. <select id="procurement" style="width: 253px;">
  208. <option value="">请选择</option>
  209. </select>
  210. </div>
  211. <!--发单主体-->
  212. <div class="form-group">
  213. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  214. style="color: red">*</span>发单主体:</label>
  215. <label style="margin-right: 10px;"></label>
  216. <select id="fadan" style="width: 253px;">
  217. <option value="">请选择</option>
  218. </select>
  219. </div>
  220. <!--运营负责人-->
  221. <div class="form-group">
  222. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span
  223. style="color: red">*</span>运营负责人:</label>
  224. <label style="margin-right: 10px;"></label>
  225. <select id="fuzeren" style="width: 253px;" onchange="choosefuzeren(this)">
  226. <option value="-1">请选择</option>
  227. <option value="35">杨晓婷</option>
  228. <option value="281">蒋洁</option>
  229. <option value="282">孔慧芳</option>
  230. <!--<option value="162">李子建</option>-->
  231. <option value="285">万蓉</option>
  232. <option value="33">王海顺</option>
  233. <option value="283">陈娟</option>
  234. <!--<option value="286">黄建文</option>-->
  235. <option value="274">王晓云</option>
  236. <option value="284">徐安</option>
  237. <option value="300">李少斌</option>
  238. <option value="301">路逢源</option>
  239. <option value="669">党晴晴</option>
  240. </select><BR>
  241. <span id="principal"
  242. style="width: 500px;display: inline-block;margin-left: 110px;margin-top: 10px;max-width: 300px;"></span>
  243. </div>
  244. <!--按钮-->
  245. <!--<div class="form-actions" style="background: #FFFFFF; margin-top: 30px; ">
  246. <div class="col-md-1">
  247. <button class="btn btn-info" style="font-size: 12px;" id="nextBtn">下一步</button> &nbsp; &nbsp; &nbsp;
  248. </div>
  249. </div>-->
  250. <p style="border-bottom: 1px solid darkgray;margin-top: 70px;"></p>
  251. <div style="margin-left: 30px;margin-top: 30px;" class="search_btn btn-primary" id="nextBtn">保存</div>
  252. </div>
  253. <!--row end-->
  254. </div>
  255. </div>
  256. <!--</div>-->
  257. </body>
  258. <script type="text/javascript" src="js/htCommon.js"></script>
  259. <script type="text/javascript" src="js/add_hotel_product.js?v=5"></script>
  260. <!--<script type="text/javascript" src="js/xm.js"></script>-->
  261. <script src="js/jquery.combo.select.js" type="text/javascript" charset="utf-8"></script>
  262. <!--<script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  263. <script>
  264. login();
  265. </script>-->
  266. </html>