|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
- <meta HTTP-EQUIV="expires" CONTENT="0">
- <title>批量发单确认</title>
- <link rel="stylesheet" type="text/css" href="./css/ace.min.css"/>
- <link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css"/>
- <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css"/>
- <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css"/>
- <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css"/>
- <link rel="stylesheet" type="text/css" href="./css/datepicker.css"/>
- <link rel="stylesheet" type="text/css" href="./css/master.css">
- <link rel="stylesheet" href="css/new_page.css"/>
- <link rel="stylesheet" type="text/css" href="./css/combo.select.css"/>
- <style>
-
- .main_style {
- width: 500px;
- height: 500px;
- border: solid 1px #CCCCCC;
- }
-
- .frist_style {
- width: 497px;
- height: 50px;
- background-color: #F2F2F2;
- }
-
- .frist_style_chinese {
- vertical-align: top;
- display: inline-block;
- height: 50px;
- width: 435px;
- line-height: 50px;
- font-family: "微软雅黑";
- margin-left: 15px;
- }
-
- .frist_style_cha {
- display: inline-block;
- height: 50px;
- width: 46px;
- }
-
- .frist_style_cha img {
- width: 20px;
- height: 20px;
- margin-top: 15px;
- margin-left: 15px;
- }
-
- .second_style {
- width: 500px;
- height: 450px;
- }
-
- .second_style_frist {
- width: 500px;
- height: 30px;
- margin-top: 10px;
- }
-
- .second_style_main {
- width: 100px;
- height: 30px;
- margin-left: -15px;
- text-align: right;
- display: inline-block;
- line-height: 30px;
- vertical-align: top;
- }
-
- .second_style_next {
- display: inline-block;
- width: 280px;
- height: 30px;
- margin-left: 5px;
- line-height: 30px;
- }
-
- .combo-select {
- border: none;
- }
- </style>
- </head>
- <body style="font-size: 12px;">
- <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
- <div class="navbar-header ">
- <a href="#" class="navbar-brand">
- <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;"> <span id="version_txt"></span></sub>
- </a>
- </div>
- </div>
- <div class="warp clearfix" id="show_html" style="display: none">
- <div class="control-bar"></div>
- <div class="control-show" style="float: left;">-->
- <div class="iframe_box">
- <!--最上一栏-->
- <div>
- <!--
- <span style="display: inline-block;">日期选择:</span>
- <select style="width: 100px; height: 30px; margin-top: 5px;margin-left: 5px;display: inline-block;cursor: pointer"
- id="date_type">
- <option value="1" selected="selected" style="font-size: 12px;">预订日期</option>
- <option value="2" style="font-size: 12px;">入住日期</option>
- <option value="3" style="font-size: 12px;">离店日期</option>
- </select>
- <input type="text" id="start_date" class="Wdate"
- style="height: 30px; width: 100px;display: inline-block"
- name="begin"
- onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
- <span>-</span>
- <input type="text" id="end_date" class="Wdate" style="height: 30px; width: 100px;display: inline-block"
- name="end"
- onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
- <span id="yesterday" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="">昨日</span>
- <span id="today" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">今日</span>
- <span id="thisweek" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">本周</span>
- <span id="thismonth" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">本月</span>
- <span style="display: inline-block;margin-left: 30px;">酒店城市:</span>
- <select id="province"
- style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">
- <option value="0" selected="selected" style="font-size: 12px;">选择省</option>
- </select>
- <select id="city"
- style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">
- <option value="0" selected="selected" style="font-size: 12px;">选择市</option>
- </select>
- -->
- <span style="display: inline-block; margin-top: 5px;">酒店名称:</span>
- <input type="text" id="hotel_name" placeholder="酒店名称"
- style="width: 100px; height: 30px;font-size: 12px"/>
- <span style="display: inline-block;margin-left: 30px;">订单状态:</span>
- <select id="search_status"
- style="width: 100px; height: 30px; margin-top: 5px;display: inline-block;;cursor: pointer">
- <option value="313" style="font-size: 12px;">待发单</option>
- <option value="198" style="font-size: 12px;">待确认</option>
- </select>
- <span id="search" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">查询</span>
- <span id="send_button" class="btn" onclick="billing_all()"
- style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量发单</span>
- <span id="confirm_button" class="btn" onclick="make_sure_all()"
- style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量确认</span>
- </div>
-
- <!--状态栏
- <div style="margin-top: 20px">
- <span style="display: inline-block;">订单状态:</span>
- <span id="all" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="submit(0,this)">全部</span>
- <span id="pay" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="submit(145,this)">待支付</span>
- <span id="paid" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="submit(313,this)">待发单</span>
- <span id="sure" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="submit(198,this)">待确认</span>
- <span id="arrange" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="submit(314,this)">已安排</span>
- <span id="finish" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="submit(147,this)">已完成</span>
- <span id="cancel" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;"
- onclick="submit(148,this)">已取消</span>
- <span style="display: inline-block;margin-left: 36px">订单渠道:</span>
- <select id="org_id" style="width: 125px; margin-top: 5px;display: inline-block;cursor: pointer;"
- class="select_line">
- <option value=0 selected='selected' style='font-size: 12px;'>请选择</option>
- </select>
- </div>
- -->
- <!--更多查询
- <div style="margin-top: 20px">
- <span style="display: inline-block;">更多查询:</span>
- <input id="more_search" type="text"
- style="height: 30px; width: 200px;display: inline-block;font-size: 12px;margin-left: 5px"
- placeholder="订单号/客人姓名/客人电话"/>
- <span id="search" class="btn"
- style="font-size: 12px;width: 50px; padding: 3px;display: inline-block;margin-left: 5px;">查询</span>
- <span id="excel" class="btn"
- style="font-size: 12px;width: 100px; padding: 3px;display: inline-block;margin-left: 5px;">导出订单信息</span>
- </div>
- -->
- <!--表单-->
- <div style="margin-top: 20px;">
- <table id="table" id="" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <!--<th width="35px" class="center">-->
- <!--<label>-->
- <!--<input class="ace" type="checkbox">-->
- <!--<span class="lbl"></span>-->
- <!--</label>-->
- <!--</th>-->
- <th width="35"><label><input class="ace" onclick="select_checked('0')" value="all" type="checkbox"><span
- class="lbl"></span></label></th>
- <th width="70">订单编号</th>
- <th width="90">预订时间</th>
- <th width="100">订单渠道</th>
- <th width="280">预订产品</th>
- <th width="120">供应商</th>
- <th width="100">客人信息</th>
- <th width="80">订单金额</th>
- <th width="70">状态</th>
- <th width="70">公共备注</th>
- <!--
- <th>操作</th>
- -->
- </tr>
- </thead>
- <tbody id="order_list" style="display: none">
- <tr id="tr_order" style="[font-color]">
- <!--<td width="35px" class="center">-->
- <!--<label>-->
- <!--<input class="ace" type="checkbox">-->
- <!--<span class="lbl"></span>-->
- <!--</label>-->
- <!--</td>-->
- <th width="35"><label>
- <input class="ace" onclick="select_checked('1')" name='checkorder[]' value="[order_id_c]"
- type="checkbox"/>
- <span class="lbl"></span>
- </label></th>
- <td style="width: 45px;"><a target="_blank"
- onclick="open_new_path(this)"
- 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>
- </td>
- <td>[预订时间]</td>
- <td>[订单渠道]</td>
- <td>[预订产品]</td>
- <td>[供应商]</td>
- <td>[客人信息]</td>
- <td>[订单金额]<br/>[支付方式]</td>
- <td>[状态]</td>
- <td>[公共备注]</td>
- <!--
- <td>[操作]</td>
- -->
- </tr>
- </tbody>
- </table>
- <div>
- <span id="send_button2" class="btn" onclick="billing_all()"
- style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量发单</span>
- <span id="confirm_button2" class="btn" onclick="make_sure_all()"
- style="font-size: 12px;width: 65px; padding: 3px;display: inline-block;margin-left: 5px;">批量确认</span>
-
- </div>
- <div class="pageDiv"></div>
- </div>
- </div>
- <!--蒙板-->
- <div id="mask" onclick="hideMB()"
- style="display: none;position: fixed;left:0;top:0;right:0;bottom:0;opacity: 0.8;background: white; z-index: 999;"></div>
- <!--异常状态处理-->
- <div id="exception_handling"
- 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">
- <div style="height: 40px;border-bottom: 1px solid lightgrey">
- <div style="margin-left: 10px;margin-top: 4px;">
- <span style="display: inline-block;text-align: left;vertical-align: middle">异常订单处理</span>
- <span style="display: inline-block;text-align: left;vertical-align: middle;margin-left: 324px;"><img
- src=./images/chacha.png onclick="hideMB()"></span>
- </div>
- </div>
- <div style="margin-top: 20px;margin-left: 40px;height: 150px">
- <span style="display: inline-block;text-align: left;vertical-align: top">调整原因:</span>
- <textarea id="text_reason" style="display: inline-block;width: 270px;height: 100px"></textarea>
- </div>
- <div style="border-top: 1px solid lightgrey">
- <div>
- <div class="form-group" style="margin-top: 10px;margin-left: 40px;">
- <button class="btn btn-primary storage" id="make_sure">确定</button>
- <button onclick="hideMB()" class="btn btn-primary storage" value="" style="margin-left: 40px;">
- 关闭
- </button>
- </div>
- </div>
- </div>
- </div>
- <!--公共备注-->
- <div id="beizhu"
- 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">
- <div style="height: 40px;border-bottom: 2px solid lightgrey">
- <div style="margin-left: 10px;margin-top: 4px;">
- <span style="display: inline-block;text-align: left;vertical-align: middle;font-size: 18px;font-weight: 600;margin-top: 3px;">公共备注</span>
- <span style="display: inline-block;text-align: left;vertical-align: middle;margin-left: 324px;"><a
- style="display: inline-block; width:12px;height: 12px;background: url(../images/icons.png) -48px -96px no-repeat;cursor: pointer;color: #337ab7;text-decoration: none;"
- onclick="hideMB()"> </a></span>
- </div>
- </div>
- <div style="margin-left: 10px;margin-top: 10px;font-size: 13px;font-weight: 600;width: 90%;">
- <div class="row" style="margin-left: 10px;border-bottom: 1px solid lightgrey;">
- <div class="col-xs-3" style="width: 18%;text-align: center;">操作人</div>
- <div class="col-xs-3" style="width: 37%;text-align: center;">备注时间</div>
- <div class="col-xs-6" style="width: 45%;text-align: center;">备注信息</div>
- </div>
- </div>
- <div style="margin-left: 10px;width: 90%;" id="beizhumain">
- <div class="row memo1" style="margin-left: 10px;margin-top: 4px;border-bottom: 1px dashed lightgrey;">
- <div class="col-xs-3" class="beizhuren" style="width: 18%;text-align: center;">[备注user]</div>
- <div class="col-xs-3" class="beizhutime" style="width: 37%;text-align: center;">[备注time]</div>
- <div class="col-xs-6" class="beizhumain" style="width: 45%;text-align: center;">[备注main]</div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
-
- </body>
- <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>
- <script type="text/javascript" src="js/htCommon.js"></script>
- <script type="text/javascript" src="js/hotelSendConfirmList.js"></script>
- <script type="text/javascript" src="js/jquery.cookie.js"></script>
- <!--<script type="text/javascript" src="js/xm.js"></script>
- <script src="js/master.js" type="text/javascript" charset="utf-8"></script>-->
- <script src="js/jquery.combo.select.js" type="text/javascript" charset="utf-8"></script>
- <!--<script>
- login();
- </script>-->
- </html>
|