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.
 
 
 
 

257 lines
12 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 style="color: red">*</span>酒&nbsp;&nbsp;店:</label>
  123. <div class="col-sm-2" style="width: 80%;">
  124. <input id="hotel_name" class="form-control" type="text"
  125. style="width: 250px;height:30px;float:left;font-size: 12px;"
  126. placeholder=" 填写名称从下拉结果中选择"/>
  127. <span id="hotel_address" style="float: left;line-height: 34px;margin-left: 30px;">地址:-</span>
  128. <span style="clear: all;"></span>
  129. </div>
  130. </div>
  131. <div class="select_content xiala"
  132. 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;">
  133. </div>
  134. <!--房型-->
  135. <div class="form-group">
  136. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;">房&nbsp;&nbsp;型:</label>
  137. <div id="room" class="col-sm-2" style="width: 80%;line-height: 27px;">-
  138. <!--<label class="lbl-check"><input type="checkbox" /><span style="margin-left:2px;margin-right: 20px;">湖景大床房</span></label>-->
  139. </div>
  140. </div>
  141. <!--最早入住时间-->
  142. <div class="form-group">
  143. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span style="color: red">*</span>最早入住时间:</label>
  144. <label style="margin-right: 10px;"></label>
  145. <select id="earliest_heckin_time" name="" style="width: 120px;">
  146. <option value="">不限</option>
  147. <option value="01:00">01:00</option>
  148. <option value="02:00">02:00</option>
  149. <option value="03:00">03:00</option>
  150. <option value="04:00">04:00</option>
  151. <option value="05:00">05:00</option>
  152. <option value="06:00">06:00</option>
  153. <option value="07:00">07:00</option>
  154. <option value="08:00">08:00</option>
  155. <option value="09:00">09:00</option>
  156. <option value="10:00">10:00</option>
  157. <option value="11:00">11:00</option>
  158. <option value="12:00">12:00</option>
  159. <option value="13:00">13:00</option>
  160. <option value="14:00" selected>14:00</option>
  161. <option value="15:00">15:00</option>
  162. <option value="16:00">16:00</option>
  163. <option value="17:00">17:00</option>
  164. <option value="18:00">18:00</option>
  165. <option value="19:00">19:00</option>
  166. <option value="20:00">20:00</option>
  167. <option value="21:00">21:00</option>
  168. <option value="22:00">22:00</option>
  169. <option value="23:00">23:00</option>
  170. </select>
  171. </div>
  172. <div class="form-group">
  173. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span style="color: red">*</span>状态:</label>
  174. <label style="margin-right: 10px;"></label>
  175. <select class="status_value" style="width: 120px;">
  176. <option value="-1">请选择</option>
  177. <option value="1">在售</option>
  178. <option value="0">停售</option>
  179. </select>
  180. </div>
  181. <!--供应商-->
  182. <div style="margin-bottom: 15px">
  183. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span style="color: red">*</span>供应商:</label>
  184. <label style="margin-right: 10px;"></label>
  185. <select id="supplier" style="width: 253px; display: inline-block;" class="select_line">
  186. <option value="">请选择</option>
  187. </select>
  188. </div>
  189. <!--采购人-->
  190. <div class="form-group">
  191. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span style="color: red">*</span>采购人:</label>
  192. <label style="margin-right: 10px;"></label>
  193. <select id="procurement" style="width: 253px;">
  194. <option value="">请选择</option>
  195. </select>
  196. </div>
  197. <!--发单主体-->
  198. <div class="form-group">
  199. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span style="color: red">*</span>发单主体:</label>
  200. <label style="margin-right: 10px;"></label>
  201. <select id="fadan" style="width: 253px;">
  202. <option value="">请选择</option>
  203. </select>
  204. </div>
  205. <!--运营负责人-->
  206. <div class="form-group">
  207. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;text-align: right;"><span style="color: red">*</span>运营负责人:</label>
  208. <label style="margin-right: 10px;"></label>
  209. <select id="fuzeren" style="width: 253px;" onchange="choosefuzeren(this)">
  210. <option value="-1">请选择</option>
  211. <option value="35">杨晓婷</option>
  212. <option value="281">蒋洁</option>
  213. <option value="282">孔慧芳</option>
  214. <!--<option value="44">舒杭</option>
  215. <option value="162">李子建</option>-->
  216. <option value="285">万蓉</option>
  217. <option value="33">王海顺</option>
  218. <option value="283">陈娟</option>
  219. <!--<option value="286">黄建文</option>-->
  220. <option value="274">王晓云</option>
  221. <option value="284">徐安</option>
  222. <option value="300">李少斌</option>
  223. </select><BR>
  224. <span id="principal" style="width: 500px;display: inline-block;margin-left: 110px;margin-top: 10px;max-width: 300px;"></span>
  225. </div>
  226. <!--按钮-->
  227. <!--<div class="form-actions" style="background: #FFFFFF; margin-top: 30px; ">
  228. <div class="col-md-1">
  229. <button class="btn btn-info" style="font-size: 12px;" id="nextBtn">下一步</button> &nbsp; &nbsp; &nbsp;
  230. </div>
  231. </div>-->
  232. <p style="border-bottom: 1px solid darkgray;margin-top: 70px;"></p>
  233. <div style="margin-left: 30px;margin-top: 30px;" class="search_btn btn-primary" id="nextBtn">保存</div>
  234. </div>
  235. <!--row end-->
  236. </div>
  237. </div>
  238. <!--</div>-->
  239. </body>
  240. <script type="text/javascript" src="js/htCommon.js"></script>
  241. <script type="text/javascript" src="js/add_hotel_product.js"></script>
  242. <!--<script type="text/javascript" src="js/xm.js"></script>-->
  243. <script src="js/jquery.combo.select.js" type="text/javascript" charset="utf-8"></script>
  244. <!--<script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  245. <script>
  246. login();
  247. </script>-->
  248. </html>