Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

484 lignes
22 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.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/Page.css">
  16. <script type="text/javascript" src="./js/jquery-2.0.3.min.js"></script>
  17. <script type="text/javascript" src="./js/date-time/bootstrap-datepicker.min.js"></script>
  18. <script type="text/javascript" src="./js/date-time/bootstrap-timepicker.min.js"></script>
  19. <script type="text/javascript" src="./js/Page.js"></script>
  20. <script type="text/javascript" src="./js/hotelWaitConfirm.js"></script>
  21. <script src="js/bootbox.min.js" type="text/javascript" charset="utf-8"></script>
  22. <script src="js/bootstrap.min.js" type="text/javascript" charset="utf-8"></script>
  23. </head>
  24. <style type="text/css">
  25. #topchart {
  26. width: 1200px;
  27. height: 210px;
  28. border: 1px solid lightgrey;
  29. margin-top: 40px;
  30. overflow: hidden;
  31. }
  32. #chartLeftSpan {
  33. border: 1px solid lightgrey;
  34. width: 280px;
  35. height: 208px;
  36. overflow: hidden;
  37. float: left;
  38. }
  39. #chartRightSpan {
  40. border: 1px solid lightgrey;
  41. width: 916px;
  42. height: 208px;
  43. overflow: hidden;
  44. float: left;
  45. }
  46. #orderDetail {
  47. width: 918px;
  48. height: 150px;
  49. overflow: hidden;
  50. }
  51. #orderCount {
  52. margin-top: 0px;
  53. width: 916px;
  54. height: 44px;
  55. }
  56. .notifacation {
  57. width: 100px;
  58. height: 28px;
  59. border: 1px solid lightgray;
  60. margin-top: 10px;
  61. margin-left: 20px;
  62. text-align: center;
  63. display: inline-block;
  64. line-height: 24px;
  65. }
  66. .table-bordered > thead > tr > th,
  67. .table-bordered > tbody > tr > th,
  68. .table-bordered > tfoot > tr > th,
  69. .table-bordered > thead > tr > td,
  70. .table-bordered > tbody > tr > td,
  71. .table-bordered > tfoot > tr > td {
  72. border: none;
  73. }
  74. .table thead > tr > th,
  75. .table tbody > tr > th,
  76. .table tfoot > tr > th,
  77. .table thead > tr > td,
  78. .table tbody > tr > td,
  79. .table tfoot > tr > td {
  80. line-height: 30px;
  81. padding: 0px;
  82. padding-bottom: 8px;
  83. padding-top: 8px;
  84. /*line-height: 1.428571;*/
  85. vertical-align: top;
  86. border-top: 1px solid #ddd;
  87. }
  88. .editable-click {
  89. border: 0px solid gray;
  90. }
  91. .profile-user-info-striped .profile-info-value {
  92. border-top: 0px dotted #dcebf7;
  93. padding-left: 12px;
  94. }
  95. .profile-user-info-striped {
  96. border: 0px solid #dcebf7;
  97. }
  98. .profile-info-value {
  99. padding: 6px 4px 6px 6px;
  100. margin-left: 120px;
  101. /*border-top: 1px dotted #d5e4f1;*/
  102. border-top: 0px dotted #d5e4f1;
  103. }
  104. .profile-info-name {
  105. position: absolute;
  106. width: 125px;
  107. text-align: right;
  108. padding: 6px 10px 6px 0;
  109. left: 0;
  110. top: 0;
  111. bottom: 0;
  112. font-weight: normal;
  113. color: #667e99;
  114. background-color: transparent;
  115. /*border-top: 1px dotted #d5e4f1;*/
  116. border-top: 0px dotted #d5e4f1;
  117. }
  118. tbody > tr {
  119. border-bottom: 1px dashed #DDDDDD;
  120. }
  121. tbody > tr:last-child {
  122. border-bottom: 1px solid #DDDDDD;
  123. }
  124. #tr_final > td {
  125. font-weight: 700;
  126. }
  127. th,
  128. td {
  129. text-align: center;
  130. }
  131. .cir_ul > li {
  132. margin: 0 auto;
  133. text-align: center;
  134. }
  135. </style>
  136. <script src="js/jquery.cookie.js"></script>
  137. <!--<script src="js/xm.js"></script>-->
  138. <!--<script>-->
  139. <!--login();-->
  140. <!--</script>-->
  141. <body style="font-size: 12px;">
  142. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  143. <div class="navbar-header ">
  144. <a href="#" class="navbar-brand">
  145. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  146. </a>
  147. </div>
  148. </div>
  149. <div class="warp clearfix" id="show_html" style="display: none">
  150. <div class="control-bar" ></div>
  151. <div class="control-show" style="float: left;">-->
  152. <!--
  153. 作者:luocj
  154. 时间:2016-09-14
  155. 描述:订单详情
  156. -->
  157. <div class="hotelWaitConfirm" style="width: 1225px;margin-left: 20px;">
  158. <div class="top" style="font-size: 20px;">
  159. <div style="font-size: 20px;">订单详情</div>
  160. <hr style="width: 1200px;margin-top: 20px;"/>
  161. </div>
  162. <div id="topchart">
  163. <div id="chartLeftSpan">
  164. <div id="orderNo" style="margin-left: 30px;margin-top: 20px;font-size: 10px;color: darkgray;">订 单 号:[订单号]
  165. </div>
  166. <div id="ifStay" style="margin-left: 30px;margin-top: 30px;font-size: 18px;">[是否入住]</div>
  167. <div id="pay_time" style="margin-left: 30px;height: 10px;margin-top: 20px;">
  168. <!--<img width="10px" height="10px" src="html/images/aa.jpg"/>支付剩余时间:14 分 55 秒--></div>
  169. <div id="orderCome" style="margin-top:30px ;margin-left: 30px;font-size: 10px;">订单来源:[分销商(上海驴妈妈)]</div>
  170. </div>
  171. <div id="chartRightSpan" style=" width: 918px;">
  172. <div id="orderDetail" style="margin-left: 35px;">
  173. <div id="commitOrder" style="float: left;">
  174. <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
  175. <li id="one_cir"
  176. style="width: 30px;height: 30px;border: 3px solid greenyellow; border-radius: 15px;"></li>
  177. <li id="one_statu" style="margin-top: 10px;">提交订单</li>
  178. <li id="one_date" style="margin-top: 10px;"></li>
  179. <li id="one_time"></li>
  180. </ul>
  181. </div>
  182. <div id="" style="float: left; margin-left: 60px;">
  183. <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
  184. <li id=""
  185. style="width: 30px;height: 30px;border: 3px solid darkgray; border-radius: 15px;"></li>
  186. <li id="" style="margin-top: 10px;">付款成功</li>
  187. <li id="" style="margin-top: 10px;"></li>
  188. <li id="" style="margin-left: 5px;"></li>
  189. </ul>
  190. </div>
  191. <div id="affirmOrder" style="float: left; margin-left: 60px;">
  192. <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
  193. <li id="three_cir"
  194. style="width: 30px;height: 30px;border: 3px solid darkgray; border-radius: 15px;"></li>
  195. <li id="three_statu" style="margin-top: 10px;">已发单</li>
  196. <li id="three_date" style="margin-top: 10px;"></li>
  197. <li id="three_time" style="margin-left: 5px;"></li>
  198. </ul>
  199. </div>
  200. <div id="" style="float: left; margin-left: 60px;">
  201. <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
  202. <li id=""
  203. style="width: 30px;height: 30px;border: 3px solid darkgray; border-radius: 15px;"></li>
  204. <li id="" style="margin-top: 10px;">已安排</li>
  205. <li id="" style="margin-top: 10px;"></li>
  206. <li id="" style="margin-left: 5px;"></li>
  207. </ul>
  208. </div>
  209. <div id="" style="float: left; margin-left: 60px;">
  210. <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
  211. <li id=""
  212. style="width: 30px;height: 30px;border: 3px solid darkgray; border-radius: 15px;"></li>
  213. <li id="" style="margin-top: 10px;">已完成</li>
  214. <li id="" style="margin-top: 10px;"></li>
  215. <li id="" style="margin-left: 5px;"></li>
  216. </ul>
  217. </div>
  218. <div>
  219. </div>
  220. </div>
  221. <div style=" margin-left: 35px; border: 1px dashed lightgray ;width: 844px;"></div>
  222. <div id="orderCount">
  223. <span id="" onclick="click_show_div('.info_noti',$(this))" name="短信通知" class="notifacation"
  224. style="cursor: pointer;margin-left: 35px;">短信通知:[a]条</span>
  225. <span id="" onclick="" name="重发"
  226. style="border-radius: 6px;margin-top: 10px; cursor: pointer; margin-left: 4px; width: 30px; height: 22px; display: inline-block; line-height: 20px; text-align: center;background-color: lightgray;">重发</span>
  227. <span id="" onclick="" name="酒店确认单" class="notifacation" style="cursor: pointer;">酒店确认单</span>
  228. </div>
  229. </div>
  230. </div>
  231. <div class="bookingInfo">
  232. <p style="margin-top: 16px;"><b>预订信息</b></p>
  233. <hr/>
  234. <div class="tabbable">
  235. <div class="profile-user-info profile-user-info-striped">
  236. <div class="profile-info-row">
  237. <div class="profile-info-name" style="background-color: white;">酒店名称:</div>
  238. <div class="profile-info-value">
  239. <span class="editable editable-click" id="">[酒店名称]</span>
  240. </div>
  241. </div>
  242. <div class="">
  243. <div class="profile-info-row">
  244. <div class="profile-info-name" style="background-color: white;">产品名称:</div>
  245. <div class="profile-info-value">
  246. <span class="editable editable-click" id="">[产品名称]</span>
  247. </div>
  248. </div>
  249. </div>
  250. <div class="profile-info-row">
  251. <div class="profile-info-name" style="background-color: white;">入住日期:</div>
  252. <div class="profile-info-value">
  253. <span class="editable editable-click" id="ruzhu_date">[开始日期]&nbsp;&nbsp;-&nbsp;&nbsp;[结束日期]&nbsp;&nbsp;&nbsp;共&nbsp;[num]&nbsp;晚,[hour]时最晚到店</span>
  254. <div id="pagination" class="row">
  255. <div class="col-xs-12">
  256. <div class="table-responsive">
  257. <table id="sample-table-1" class="table table-striped table-bordered table-hover">
  258. <thead>
  259. <tr>
  260. <th>入住日期</th>
  261. <th>数量</th>
  262. <th width="120px">结算价</th>
  263. <th>结算价总额</th>
  264. <th>销售利润</th>
  265. </tr>
  266. </thead>
  267. <tbody id="booking_list">
  268. <tr id="tr_booking_one">
  269. <td>[入住日期]</td>
  270. <td>[数量]</td>
  271. <td>[结算价]</td>
  272. <td>[结算价总额]</td>
  273. <td>[销售利润]</td>
  274. </tr>
  275. <tr id="tr_booking_final">
  276. <td>总计:</td>
  277. <td></td>
  278. <td></td>
  279. <td>[结算价金额]</td>
  280. <td>[销售利润]</td>
  281. </tr>
  282. </tbody>
  283. </table>
  284. </div>
  285. </div>
  286. </div>
  287. </div>
  288. </div>
  289. </div>
  290. </div>
  291. </div>
  292. <!--客人信息-->
  293. <div style="font-weight:bold;">客人信息</div>
  294. <hr style="width: 1200px;margin-top: 20px;"/>
  295. <div class="guest" style="width: 300px;margin-left: 82px;background-color: lightgray;padding: 10px 20px 10px 20px;">
  296. <p id="cust_name">[客人姓名]</p>
  297. <p id="cust_phone">[客人电话]</p>
  298. </div>
  299. <!--添加订单备注-->
  300. <div style="width: 530px;padding-bottom: 20px;padding-top:20px;border-radius: 5px;overflow: hidden;">
  301. <span style="width:48px;display: inline-block;text-align: center;font-weight:bold;">添加备注</span>
  302. <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
  303. <div class="profile-info-row">
  304. <div class="profile-info-name" style="background-color: white; margin-left: -45px;">内部备注:</div>
  305. <div class="profile-info-value">
  306. <span class="editable editable-click" id="hotel_room"></span>
  307. <textarea id="or_remark_txt" style="width: 300px; height: 60px; margin-left: -45px;"></textarea>
  308. </div>
  309. <div style="margin-left: 100px;">
  310. <span id="btn_comment_submit"
  311. style="cursor: pointer; width: 102px; height: 30px; line-height: 31px; text-align: center; background-color: lightgray; display: inline-block; border-radius: 11px; margin-left: 32px;">保存为内部备注</span>
  312. </div>
  313. <div class="profile-info-name" style="background-color: white; margin-top: 105px; margin-left: -45px;">
  314. 外部备注:
  315. </div>
  316. <div class="profile-info-value">
  317. <span class="editable editable-click" id="hotel_room"></span>
  318. <textarea id="or_remark_txt" style="width: 300px; height: 60px; margin-left: -45px;"></textarea>
  319. </div>
  320. <div style="margin-left: 100px;">
  321. <span id="btn_comment_submit"
  322. style="cursor: pointer; width: 102px; height: 30px; line-height: 31px; text-align: center; background-color: lightgray; display: inline-block; border-radius: 11px; margin-left: 32px;">保存供应商备注</span>
  323. </div>
  324. </div>
  325. <hr style="width: 1200px;margin-top: 20px;"/>
  326. <!--</div>-->
  327. <!--添加订单备注 end-->
  328. <!--短信通知-->
  329. <div class="info_noti"
  330. style="display: none;width: 530px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;">
  331. <span style="width:76px;display: inline-block;text-align: center;">短信通知</span>
  332. <!--<span id="send_info" onclick="click_two_show_div('.info_noti','.sendMessage')" style="cursor: pointer;width: 76px;display: inline-block;text-align: center;background-color: lightgray;">+&nbsp;发短信</span>-->
  333. <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
  334. <div id="pagination" class="row">
  335. <div class="col-xs-12">
  336. <div class="table-responsive" style="width: 490px;margin: 0 auto;">
  337. <table width="490px" id="sample-table-1" class="table table-striped table-bordered table-hover">
  338. <thead>
  339. <tr>
  340. <th width="290px">内容</th>
  341. <th width="80px">操作人</th>
  342. <th width="120px">发送时间</th>
  343. </tr>
  344. </thead>
  345. <tbody id="ht_send_message_list">
  346. <tr id="ht_tr_mes_one" style="display: none;">
  347. <!--手机号:短信内容-->
  348. <td style="text-align: left;">[内容]</td>
  349. <td>[操作人]</td>
  350. <td>[发送时间]</td>
  351. </tr>
  352. </tbody>
  353. </table>
  354. </div>
  355. <!-- /.table-responsive -->
  356. </div>
  357. <!-- /span -->
  358. </div>
  359. <!--row end-->
  360. <span id="btn_shutdown" onclick="click_cancel(null,'.info_noti')"
  361. style="cursor:pointer;margin-left:210px;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: lightgray;display: inline-block;border-radius: 3px;">关闭</span>
  362. </div>
  363. <!--短信通知 end-->
  364. <!--发送短信-->
  365. <div class="sendMessage"
  366. style="display:none;width: 530px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;overflow: hidden;">
  367. <span style="width:76px;display: inline-block;text-align: center;">发短信</span>
  368. <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
  369. <div class="profile-info-row">
  370. <div class="profile-info-name" style="background-color: white;">手机号:</div>
  371. <div class="profile-info-value">
  372. <span class="editable editable-click" id=""></span>
  373. <input id="send_mobile" style="width: 300px;" value=""/>
  374. </div>
  375. </div>
  376. <div class="profile-info-row">
  377. <div class="profile-info-name" style="background-color: white;">内&nbsp;&nbsp;&nbsp;&nbsp;容:</div>
  378. <div class="profile-info-value">
  379. <span class="editable editable-click" id=""></span>
  380. <textarea id="or_send_mes_txt" style="width: 300px;height: 60px;"></textarea>
  381. </div>
  382. </div>
  383. <hr style="width: 1200px;margin-top: 20px;"/>
  384. <div style="margin-left: 100px;">
  385. <span id="btn_message_submit"
  386. style="cursor:pointer;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: gray;display: inline-block;border-radius: 3px;">提交</span>
  387. <!--<span id="btn_shutdown" onclick="click_cancel(null,'.sendMessage')" style="cursor:pointer;margin-left:10px;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: lightgray;display: inline-block;border-radius: 3px;">关闭</span>-->
  388. </div>
  389. </div>
  390. <!--发送短信 end-->
  391. <!--酒店通知单-->
  392. <div class="order_attachment"
  393. style="display: none;width: 430px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;overflow: hidden;">
  394. <span style="width:76px;display: inline-block;text-align: center;">订单附件</span>
  395. <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
  396. <div id="pagination" class="row">
  397. <div class="col-xs-12">
  398. <div class="table-responsive" style="width: 390px;margin: 0 auto;">
  399. <table width="390px" id="sample-table-1" class="table table-striped table-bordered table-hover">
  400. <thead>
  401. <tr>
  402. <th width="290px">文件名称</th>
  403. <th width="100px">类型</th>
  404. </tr>
  405. </thead>
  406. <tbody id="hotelList">
  407. <tr id="tr_one">
  408. <td>酒店通知单7567657</td>
  409. <td>酒店通知单</td>
  410. </tr>
  411. </tbody>
  412. </table>
  413. </div>
  414. <!-- /.table-responsive -->
  415. </div>
  416. <!-- /span -->
  417. </div>
  418. <!--row end-->
  419. </div>
  420. <!--订单附件 end-->
  421. <hr style="margin-top: 20px;"/>
  422. </div>
  423. <div class="mask" onclick="hide_all()"
  424. style="display: none;top: 0;left: 0;margin: 0px;padding: 0px;width: 100%;height: 100%;position: absolute;z-index: 2;background: #000000;opacity: 0.5;"></div>
  425. </div>
  426. <!--</div>
  427. </div>-->
  428. </body>
  429. <!--<script src="js/master.js" type="text/javascript" charset="utf-8"></script>-->
  430. <script type="text/javascript">
  431. $('.date-picker').datepicker({
  432. autoclose: true
  433. }).next().on("click", function () {
  434. $(this).prev().focus();
  435. });
  436. $('#timepicker1').timepicker({
  437. minuteStep: 1,
  438. showSeconds: false,
  439. showMeridian: false
  440. }).next().on("click", function () {
  441. $(this).prev().focus();
  442. });
  443. $('#timepicker2').timepicker({
  444. minuteStep: 1,
  445. showSeconds: false,
  446. showMeridian: false
  447. }).next().on("click", function () {
  448. $(this).prev().focus();
  449. });
  450. </script>
  451. <!--<script type="text/javascript" src="js/xm.js"></script>
  452. <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  453. <script>
  454. login();
  455. </script>-->
  456. </html>