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.
 
 
 
 

290 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" href="css/font-awesome.min.css">
  9. <link rel="stylesheet" href="css/bootstrap.min.css">
  10. <link rel="stylesheet" href="css/master.css">
  11. <link rel="stylesheet" href="css/ace.min.css">
  12. </head>
  13. <style>
  14. body {
  15. background-color: white;
  16. }
  17. td {
  18. text-align: center;
  19. }
  20. th {
  21. text-align: center;
  22. }
  23. .main_style {
  24. width: 500px;
  25. height: auto;
  26. border: solid 1px #CCCCCC;
  27. }
  28. .frist_style {
  29. width: 497px;
  30. height: 50px;
  31. background-color: #F2F2F2;
  32. }
  33. .frist_style_chinese {
  34. vertical-align: top;
  35. display: inline-block;
  36. height: 50px;
  37. width: 435px;
  38. line-height: 50px;
  39. font-family: "微软雅黑";
  40. margin-left: 15px;
  41. }
  42. .frist_style_cha {
  43. display: inline-block;
  44. height: 50px;
  45. width: 46px;
  46. }
  47. .frist_style_cha img {
  48. width: 20px;
  49. height: 20px;
  50. margin-top: 15px;
  51. margin-left: 15px;
  52. }
  53. .second_style {
  54. width: 500px;
  55. height: 450px;
  56. }
  57. .second_style_frist {
  58. width: 500px;
  59. height: 30px;
  60. margin-top: 10px;
  61. }
  62. .second_style_main {
  63. width: 100px;
  64. height: 30px;
  65. margin-left: -15px;
  66. text-align: right;
  67. display: inline-block;
  68. line-height: 30px;
  69. vertical-align: top;
  70. }
  71. .second_style_next {
  72. display: inline-block;
  73. width: 280px;
  74. height: 30px;
  75. margin-left: 5px;
  76. line-height: 30px;
  77. }
  78. </style>
  79. <body>
  80. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  81. <div class="navbar-header ">
  82. <a href="#" class="navbar-brand">
  83. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span
  84. id="version_txt"></span></sub>
  85. </a>
  86. </div>
  87. </div>
  88. <div class="warp clearfix" id="show_html" style="display: none">
  89. <div class="control-bar"></div>
  90. <div class="control-show" style="float: left;">-->
  91. <div style="margin-left: 10px;margin-top: 10px">
  92. <!--头部订单信息与操作日志-->
  93. <div style="border-bottom:1px solid lightgray">
  94. <span id="detail"
  95. style="cursor:pointer;width: 115px; height: 30px; display: inline-block; text-align: center; vertical-align: middle; line-height: 30px; background-color: white; border-top: 1px solid lightgray; border-left: 1px solid lightgray; border-right: 1px solid lightgray;cursor: pointer">订单信息</span>
  96. <span id="log"
  97. style="cursor:pointer;width: 115px; height: 30px; display: inline-block; text-align: center; vertical-align: middle; line-height: 30px; background-color: white; border-top: 1px solid lightgray; border-left: 1px solid lightgray; border-right: 1px solid lightgray;cursor: pointer"
  98. >操作日志</span>
  99. </div>
  100. <div style="width: 1200px;height: 200px;border: 1px solid lightgray;margin-top: 30px">
  101. <span style="display: inline-block;width: 300px;height: 200px;border-right: 1px solid lightgrey;vertical-align: top">
  102. <p id="order_id" style="color: grey;margin-left: 10px;margin-top: 10px;display: inline-block;"></p>
  103. <p id="order_status" style="font-size: 20px;margin-left: 10px;margin-top: 10px"></p>
  104. <p id="make_sure_num" style="margin-left: 10px;margin-top: 20px;"></p>
  105. <p id="org_name" style="margin-left: 10px;margin-top: 60px;"></p>
  106. </span>
  107. <span style="display: inline-block;width: 850px;height: 200px;vertical-align: top">
  108. <!--中间五个环-->
  109. <div style="width: 890px;height: 120px">
  110. <div id="fuelux-wizard" class="row-fluid" data-target="#step-container">
  111. <ul class="wizard-steps">
  112. <li data-target="#step1">
  113. <span class="step">1</span>
  114. <span class="title">提交订单</span>
  115. <span class="title order_sub_date" id="create_date"></span>
  116. <span class="title order_sub_time" id="create_time"></span>
  117. </li>
  118. <li data-target="#step2">
  119. <span class="step">2</span>
  120. <span class="title">付款成功</span>
  121. <span class="title order_sub_date" id="pay_date"></span>
  122. <span class="title order_sub_time" id="pay_time"></span>
  123. </li>
  124. <li data-target="#step3">
  125. <span class="step">3</span>
  126. <span class="title">已发单</span>
  127. <span class="title order_sub_date" id="send_date"></span>
  128. <span class="title order_sub_time" id="send_time"></span>
  129. </li>
  130. <li data-target="#step4">
  131. <span class="step">4</span>
  132. <span class="title">已安排</span>
  133. <span class="title order_sub_date" id="arr_date"></span>
  134. <span class="title order_sub_time" id="arr_time"></span>
  135. </li>
  136. <li data-target="#step5">
  137. <span class="step">5</span>
  138. <span class="title">已完成</span>
  139. <span class="title order_sub_date" id="finish_date"></span>
  140. <span class="title order_sub_time" id="finish_time"></span>
  141. </li>
  142. </ul>
  143. </div>
  144. </div>
  145. <hr style="width: 80%"/>
  146. <div>
  147. <span id="send_message" onclick="showMessage()"
  148. style="text-decoration: underline; margin-left: 80px;cursor: pointer">短信通知:[0]条</span>
  149. <!--蒙板-->
  150. <div id="mask" style="display: none;position: fixed;left:0;top:0;right:0;bottom:0;opacity: 0;"></div>
  151. <!--box-->
  152. <div class="main_style" style="display: none;background: white;z-index: 999999;position: absolute">
  153. <!--头部-->
  154. <div class="frist_style">
  155. <span class="frist_style_chinese">短信通知</span><span class="frist_style_cha"
  156. style="cursor: pointer;"> <img
  157. src="images/chacha.png" onclick="hideDiv()"/></span>
  158. </div>
  159. <!--信息-->
  160. <div class="second_style" style="overflow: scroll;">
  161. <span style="display: inline-block;margin-left: 60px;width: 380px;">[短信内容]</span>
  162. <span class="resend_message" data-MSinfo="[内容]"
  163. style="display: inline-block; width: 70px; height: 20px;margin-left: 370px; border: 1px solid lightgrey; text-align: center; border-radius: 7px;cursor: pointer">重发</span>
  164. </div>
  165. </div>
  166. <!--box end-->
  167. <span style="margin-left: 80px;">酒店确认单:</span>
  168. <span id="down_record"
  169. style="display: inline-block; width: 100px; height: 20px; border: 1px solid lightgrey; text-align: center; border-radius: 7px;cursor: pointer">下载附件</span>
  170. </div>
  171. </span>
  172. </div>
  173. <div style="margin-top: 30px;margin-left: 25px">
  174. <div style="font-size: 15px;height: 50px;border-bottom: 1px solid lightgrey">预订信息</div>
  175. <div style="margin-top: 20px">
  176. <span style="display: inline-block;width: 70px;text-align: right">酒店名称:</span>
  177. <span style="display: inline-block;" id="hotel_name"></span>
  178. </div>
  179. <div style="margin-top: 20px">
  180. <span style="width: 70px;display: inline-block;text-align: right">产品名称:</span>
  181. <span id="product_name"></span>
  182. </div>
  183. <div style="margin-top: 20px">
  184. <span style="width: 70px;display: inline-block;text-align: right">订单渠道:</span>
  185. <span id="org_name_down" style="display: inline-block"></span>
  186. </div>
  187. <div style="margin-top: 20px">
  188. <span style="width: 70px;display: inline-block;text-align: right">渠道号:</span>
  189. <span id="org_num" style="display: inline-block"></span>
  190. </div>
  191. <div style="margin-top: 20px">
  192. <span style="width: 70px;display: inline-block;text-align: right">入住日期:</span>
  193. <span id="start_date"></span>
  194. <span>—</span>
  195. <span id="end_date"></span>
  196. <span style="display: inline-block;margin-left: 10px" id="datediff">共 0 晚</span>
  197. <span id="lastest_checkin"></span>
  198. <span style="display: inline-block;margin-left: 10px">最晚到店</span>
  199. </div>
  200. <div id="main_table" style="margin-top: 20px;display: none">
  201. <table class="table table-striped table-bordered table-hover center"
  202. style="width: 900px;margin-left: 73px">
  203. <thead>
  204. <tr>
  205. <th class="center">入住日期</th>
  206. <th class="center">数量</th>
  207. <th class="center">结算价</th>
  208. <th class="center">佣金</th>
  209. <th class="center">结算价总额</th>
  210. <th class="center">销售利润</th>
  211. </tr>
  212. </thead>
  213. <tbody id="make_order_list">
  214. <tr class="main_tr">
  215. <td>[入住日期]</td>
  216. <td>[数量]</td>
  217. <td>[结算价]</td>
  218. <td class="commision">[佣金]</td>
  219. <td class='sum_price'>[结算价总额]</td>
  220. <td class="benefit_sum">[销售利润]</td>
  221. </tr>
  222. </tbody>
  223. <tr style="height: 35px;">
  224. <td style="width: 150px;font-weight: bold">总计</td>
  225. <td style="width: 100px;"></td>
  226. <td style="width: 100px;"></td>
  227. <td style="width: 100px;"></td>
  228. <td id="sum_price" style="width: 100px;font-weight: bold"></td>
  229. <td id="sum_profit" style="width: 100px;font-weight: bold"></td>
  230. </tr>
  231. </table>
  232. </div>
  233. <div style="margin-top: 20px">
  234. <span style="width: 70px;display: inline-block;text-align: right">联系人:</span>
  235. <span id="customer_name"></span>
  236. </div>
  237. <div style="margin-top: 20px">
  238. <span style="width: 70px;display: inline-block;text-align: right">联系方式:</span>
  239. <span id="phone"></span>
  240. </div>
  241. <div style="margin-top: 20px;display: none" class="note">
  242. <span style="width: 70px;display: inline-block;text-align: right;vertical-align: top">订单备注:</span>
  243. <table class="table table-striped table-hover table-bordered center"
  244. style="width: auto;display: inline-block">
  245. <thead>
  246. <tr>
  247. <th>备注类型</th>
  248. <th>备注内容</th>
  249. <th>备注人</th>
  250. <th>备注时间</th>
  251. </tr>
  252. </thead>
  253. <tbody id="memo_body">
  254. <tr class="memo_tr" style="height: 35px;">
  255. <td>[备注类型]</td>
  256. <td>[备注内容]</td>
  257. <td>[备注人]</td>
  258. <td>[备注时间]</td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. </div>
  263. </div>
  264. </div>
  265. <!--</div>
  266. </div>-->
  267. </body>
  268. <script type="text/javascript" src="js/htCommon.js"></script>
  269. <script type="text/javascript" src="js/hotel_order_detail.js?v=1"></script>
  270. <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>
  271. <!--<script type="text/javascript" src="js/xm.js"></script>
  272. <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  273. <script>
  274. login();
  275. </script>-->
  276. </html>