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.
 
 
 
 

334 lines
16 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" 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" href="css/new_page.css"/>
  16. <link rel="stylesheet" type="text/css" href="./css/combo.select.css"/>
  17. <style>
  18. .main_style {
  19. width: 500px;
  20. height: 500px;
  21. border: solid 1px #CCCCCC;
  22. }
  23. .frist_style {
  24. width: 497px;
  25. height: 50px;
  26. background-color: #F2F2F2;
  27. }
  28. .frist_style_chinese {
  29. vertical-align: top;
  30. display: inline-block;
  31. height: 50px;
  32. width: 435px;
  33. line-height: 50px;
  34. font-family: "微软雅黑";
  35. margin-left: 15px;
  36. }
  37. .frist_style_cha {
  38. display: inline-block;
  39. height: 50px;
  40. width: 46px;
  41. }
  42. .frist_style_cha img {
  43. width: 20px;
  44. height: 20px;
  45. margin-top: 15px;
  46. margin-left: 15px;
  47. }
  48. .second_style {
  49. width: 500px;
  50. height: 450px;
  51. }
  52. .second_style_frist {
  53. width: 500px;
  54. height: 30px;
  55. margin-top: 10px;
  56. }
  57. .second_style_main {
  58. width: 100px;
  59. height: 30px;
  60. margin-left: -15px;
  61. text-align: right;
  62. display: inline-block;
  63. line-height: 30px;
  64. vertical-align: top;
  65. }
  66. .second_style_next {
  67. display: inline-block;
  68. width: 280px;
  69. height: 30px;
  70. margin-left: 5px;
  71. line-height: 30px;
  72. }
  73. .combo-select {
  74. border: none;
  75. }
  76. </style>
  77. </head>
  78. <body style="font-size: 12px;">
  79. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  80. <div class="navbar-header ">
  81. <a href="#" class="navbar-brand">
  82. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  83. </a>
  84. </div>
  85. </div>
  86. <div class="warp clearfix" id="show_html" style="display: none">
  87. <div class="control-bar"></div>
  88. <div class="control-show" style="float: left;">-->
  89. <div class="iframe_box">
  90. <!--最上一栏-->
  91. <div>
  92. <!--
  93. <span style="display: inline-block;">日期选择:</span>
  94. <select style="width: 100px; height: 30px; margin-top: 5px;margin-left: 5px;display: inline-block;cursor: pointer"
  95. id="date_type">
  96. <option value="1" selected="selected" style="font-size: 12px;">预订日期</option>
  97. <option value="2" style="font-size: 12px;">入住日期</option>
  98. <option value="3" style="font-size: 12px;">离店日期</option>
  99. </select>
  100. <input type="text" id="start_date" class="Wdate"
  101. style="height: 30px; width: 100px;display: inline-block"
  102. name="begin"
  103. onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
  104. <span>-</span>
  105. <input type="text" id="end_date" class="Wdate" style="height: 30px; width: 100px;display: inline-block"
  106. name="end"
  107. onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
  108. <span id="yesterday" class="btn"
  109. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  110. onclick="">昨日</span>
  111. <span id="today" class="btn"
  112. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">今日</span>
  113. <span id="thisweek" class="btn"
  114. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">本周</span>
  115. <span id="thismonth" class="btn"
  116. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">本月</span>
  117. <span style="display: inline-block;margin-left: 30px;">酒店城市:</span>
  118. <select id="province"
  119. style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">
  120. <option value="0" selected="selected" style="font-size: 12px;">选择省</option>
  121. </select>
  122. <select id="city"
  123. style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">
  124. <option value="0" selected="selected" style="font-size: 12px;">选择市</option>
  125. </select>
  126. -->
  127. <span style="display: inline-block; margin-top: 5px;">酒店名称:</span>
  128. <input type="text" id="hotel_name" placeholder="酒店名称"
  129. style="width: 100px; height: 30px;font-size: 12px"/>
  130. <span style="display: inline-block;margin-left: 30px;">订单状态:</span>
  131. <select id="search_status"
  132. style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">
  133. <option value="313" style="font-size: 12px;">待发单</option>
  134. <option value="198" style="font-size: 12px;">待确认</option>
  135. </select>
  136. <span id="search" class="btn"
  137. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">查询</span>
  138. <span id="send_button" class="btn" onclick="billing_all()"
  139. style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量发单</span>
  140. <span id="confirm_button" class="btn" onclick="make_sure_all()"
  141. style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量确认</span>
  142. </div>
  143. <!--状态栏
  144. <div style="margin-top: 20px">
  145. <span style="display: inline-block;">订单状态:</span>
  146. <span id="all" class="btn"
  147. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  148. onclick="submit(0,this)">全部</span>
  149. <span id="pay" class="btn"
  150. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  151. onclick="submit(145,this)">待支付</span>
  152. <span id="paid" class="btn"
  153. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  154. onclick="submit(313,this)">待发单</span>
  155. <span id="sure" class="btn"
  156. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  157. onclick="submit(198,this)">待确认</span>
  158. <span id="arrange" class="btn"
  159. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  160. onclick="submit(314,this)">已安排</span>
  161. <span id="finish" class="btn"
  162. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  163. onclick="submit(147,this)">已完成</span>
  164. <span id="cancel" class="btn"
  165. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
  166. onclick="submit(148,this)">已取消</span>
  167. <span style="display: inline-block;margin-left: 36px">订单渠道:</span>
  168. <select id="org_id" style="width: 125px; margin-top: 5px;display: inline-block;cursor: pointer;"
  169. class="select_line">
  170. <option value=0 selected='selected' style='font-size: 12px;'>请选择</option>
  171. </select>
  172. </div>
  173. -->
  174. <!--更多查询
  175. <div style="margin-top: 20px">
  176. <span style="display: inline-block;">更多查询:</span>
  177. <input id="more_search" type="text"
  178. style="height: 30px; width: 200px;display: inline-block;font-size: 12px;margin-left: 5px"
  179. placeholder="订单号/客人姓名/客人电话"/>
  180. <span id="search" class="btn"
  181. style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">查询</span>
  182. <span id="excel" class="btn"
  183. style="font-size: 12px;width: 100px; padding: 3px;display: inline-block;margin-left: 5px;">导出订单信息</span>
  184. </div>
  185. -->
  186. <!--表单-->
  187. <div style="margin-top: 20px;">
  188. <table id="table" id="" class="table table-striped table-bordered table-hover">
  189. <thead>
  190. <tr>
  191. <!--<th width="35px" class="center">-->
  192. <!--<label>-->
  193. <!--<input class="ace" type="checkbox">-->
  194. <!--<span class="lbl"></span>-->
  195. <!--</label>-->
  196. <!--</th>-->
  197. <th width="35"><label><input class="ace" onclick="select_checked('0')" value="all" type="checkbox"><span
  198. class="lbl"></span></label></th>
  199. <th width="70">订单编号</th>
  200. <th width="90">预订时间</th>
  201. <th width="100">订单渠道</th>
  202. <th width="280">预订产品</th>
  203. <th width="120">供应商</th>
  204. <th width="100">客人信息</th>
  205. <th width="80">订单金额</th>
  206. <th width="70">状态</th>
  207. <th width="70">公共备注</th>
  208. <!--
  209. <th>操作</th>
  210. -->
  211. </tr>
  212. </thead>
  213. <tbody id="order_list" style="display: none">
  214. <tr id="tr_order" style="[font-color]">
  215. <!--<td width="35px" class="center">-->
  216. <!--<label>-->
  217. <!--<input class="ace" type="checkbox">-->
  218. <!--<span class="lbl"></span>-->
  219. <!--</label>-->
  220. <!--</td>-->
  221. <th width="35"><label>
  222. <input class="ace" onclick="select_checked('1')" name='checkorder[]' value="[order_id_c]"
  223. type="checkbox"/>
  224. <span class="lbl"></span>
  225. </label></th>
  226. <td style="width: 45px;"><a target="_blank"
  227. onclick="open_new_path(this)"
  228. go_path="zz-jd/hotel_order_detail.html?order_id=[order_id]&order_status=[order_status]&org_name=[org_name]&org_id=[org_id]&room_type=[room_type]&hotel_id=[hotel_id]">[订单编号]</a>
  229. </td>
  230. <td>[预订时间]</td>
  231. <td>[订单渠道]</td>
  232. <td>[预订产品]</td>
  233. <td>[供应商]</td>
  234. <td>[客人信息]</td>
  235. <td>[订单金额]<br/>[支付方式]</td>
  236. <td>[状态]</td>
  237. <td>[公共备注]</td>
  238. <!--
  239. <td>[操作]</td>
  240. -->
  241. </tr>
  242. </tbody>
  243. </table>
  244. <div>
  245. <span id="send_button2" class="btn" onclick="billing_all()"
  246. style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量发单</span>
  247. <span id="confirm_button2" class="btn" onclick="make_sure_all()"
  248. style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量确认</span>
  249. </div>
  250. <div class="pageDiv"></div>
  251. </div>
  252. </div>
  253. <!--蒙板-->
  254. <div id="mask" onclick="hideMB()"
  255. style="display: none;position: fixed;left:0;top:0;right:0;bottom:0;opacity: 0.8;background: white; z-index: 999;"></div>
  256. <!--异常状态处理-->
  257. <div id="exception_handling"
  258. style="width: 450px;height: 315px;border:1px solid lightgrey;border-radius:5px;display: none;position: absolute;top:50%;left:50%;margin-left:-300px; margin-top:-150px;background: white;z-index:9999">
  259. <div style="height: 40px;border-bottom: 1px solid lightgrey">
  260. <div style="margin-left: 10px;margin-top: 4px;">
  261. <span style="display: inline-block;text-align: left;vertical-align: middle">异常订单处理</span>
  262. <span style="display: inline-block;text-align: left;vertical-align: middle;margin-left: 324px;"><img
  263. src=./images/chacha.png onclick="hideMB()"></span>
  264. </div>
  265. </div>
  266. <div style="margin-top: 20px;margin-left: 40px;height: 150px">
  267. <span style="display: inline-block;text-align: left;vertical-align: top">调整原因:</span>
  268. <textarea id="text_reason" style="display: inline-block;width: 270px;height: 100px"></textarea>
  269. </div>
  270. <div style="border-top: 1px solid lightgrey">
  271. <div>
  272. <div class="form-group" style="margin-top: 10px;margin-left: 40px;">
  273. <button class="btn btn-primary storage" id="make_sure">确定</button>
  274. <button onclick="hideMB()" class="btn btn-primary storage" value="" style="margin-left: 40px;">
  275. 关闭
  276. </button>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. <!--公共备注-->
  282. <div id="beizhu"
  283. style="width: 450px;height: 315px;border:2px solid lightgrey;border-radius:5px;display: none;position: absolute;top:50%;left:50%;margin-left:-300px; margin-top:-150px;background: white; z-index: 9999">
  284. <div style="height: 40px;border-bottom: 2px solid lightgrey">
  285. <div style="margin-left: 10px;margin-top: 4px;">
  286. <span style="display: inline-block;text-align: left;vertical-align: middle;font-size: 18px;font-weight: 600;margin-top: 3px;">公共备注</span>
  287. <span style="display: inline-block;text-align: left;vertical-align: middle;margin-left: 324px;"><a
  288. style="display: inline-block; width:12px;height: 12px;background: url(../images/icons.png) -48px -96px no-repeat;cursor: pointer;color: #337ab7;text-decoration: none;"
  289. onclick="hideMB()">&nbsp;</a></span>
  290. </div>
  291. </div>
  292. <div style="margin-left: 10px;margin-top: 10px;font-size: 13px;font-weight: 600;width: 90%;">
  293. <div class="row" style="margin-left: 10px;border-bottom: 1px solid lightgrey;">
  294. <div class="col-xs-3" style="width: 18%;text-align: center;">操作人</div>
  295. <div class="col-xs-3" style="width: 37%;text-align: center;">备注时间</div>
  296. <div class="col-xs-6" style="width: 45%;text-align: center;">备注信息</div>
  297. </div>
  298. </div>
  299. <div style="margin-left: 10px;width: 90%;" id="beizhumain">
  300. <div class="row memo1" style="margin-left: 10px;margin-top: 4px;border-bottom: 1px dashed lightgrey;">
  301. <div class="col-xs-3" class="beizhuren" style="width: 18%;text-align: center;">[备注user]</div>
  302. <div class="col-xs-3" class="beizhutime" style="width: 37%;text-align: center;">[备注time]</div>
  303. <div class="col-xs-6" class="beizhumain" style="width: 45%;text-align: center;">[备注main]</div>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. </body>
  310. <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>
  311. <script type="text/javascript" src="js/htCommon.js"></script>
  312. <script type="text/javascript" src="js/hotelSendConfirmList.js"></script>
  313. <script type="text/javascript" src="js/jquery.cookie.js"></script>
  314. <!--<script type="text/javascript" src="js/xm.js"></script>
  315. <script src="js/master.js" type="text/javascript" charset="utf-8"></script>-->
  316. <script src="js/jquery.combo.select.js" type="text/javascript" charset="utf-8"></script>
  317. <!--<script>
  318. login();
  319. </script>-->
  320. </html>