|
- <!DOCTYPE html>
- <html class="no-js" lang="">
- <head>
- <meta charset="UTF-8">
- <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" type="text/css" href="./css/Page.css">
- <link rel="stylesheet" type="text/css" href="css/sweetalert2.min.css">
- <script type="text/javascript" src="./js/jquery-1.11.3.min.js"></script>
- <script type="text/javascript" src="./js/des_order_list.js?version=1"></script>
- <!--<script type="text/javascript" src="./js/master.js"></script>-->
- <script type="text/javascript" src="./js/date-time/bootstrap-datepicker.min.js"></script>
- <script type="text/javascript" src="./js/date-time/bootstrap-timepicker.min.js"></script>
- <script src="js/sweetalert2.min.js"></script>
-
- <!--<script type="text/javascript" src="./js/Page2.js"></script>-->
- <script src="js/Page.js" type="text/javascript"></script>
-
- <script src="js/jquery.cookie.js"></script>
- <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>
-
- <!--<script src="js/xm.js"></script>
- <script>
- login();
- </script>-->
-
- </head>
- <style type="text/css">
- sup {
- top: -1.5em;
- left: 1.5em;
- }
- .addbackground{
- background-color: #666!important;
- }
- .xiala{
- width:180px;
- height:150px;
- margin-left: 0px;
- border:1px solid #ccc;
- overflow: auto;
- position: absolute;
- background-color: #fff;
- z-index: 2;
-
- }
- .hide1{
- display: none;
- }
- .get_dark{
- background-color: #f3f3f3;
- }
- .content{
- border-bottom:1px solid #ccc;
- padding:5px;
- cursor: pointer;
- }
- </style>
- <body style="font-size: 12px;" style="margin-bottom: 0px;">
- <!--<div class="navbar navbar-default">
- <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 id="show_html" style="display:none;" class="warp clearfix">
- <div class="control-bar"> </div>
- <div class="control-show" style="float: left;">-->
- <!--
- 作者:刘兵
- 时间:2016-06-03
- 描述:add start
- -->
- <div class="iframe_box">
- <div class="page-content" >
- <div class="row">
- <form class="form-horizontal" role="form">
- <div class="form-group">
- <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px; margin-top:2px;">时间范围:</label>
- <div class="col-sm-1" style="width: auto;">
- <select id="timelimit" style="width: 90px;">
- <option value="0" selected="selected" style="font-size: 12px;">预订时间</option>
- <option value="1" style="font-size: 12px;">出发时间</option>
- </select>
- </div>
- <div class="col-sm-1" style="width: 12%;padding-right: 3px;">
- <div class="input-group">
- <input id="starttime" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="开始日期" style="font-size: 12px; height:30px;">
- <span class="input-group-addon">
- <i class="icon-calendar bigger-110"></i>
- </span>
- </div>
- </div>
- <!--
- <div class="col-sm-1" style="width: 12%;padding-left: 3px; padding-right: 1px;">
- <div class="input-group bootstrap-timepicker">
- <input id="timepicker1" type="text" class="form-control" style="font-size: 12px;"/>
- <span class="input-group-addon">
- <i class="icon-time bigger-110"></i>
- </span>
- </div>
- </div>
- -->
- <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px;">-</label>
- <div class="col-sm-1" style="width: 12%;padding-right: 3px;">
- <div class="input-group">
- <input id="endtime" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="截至日期" style="font-size: 12px; height:30px;">
- <span class="input-group-addon">
- <i class="icon-calendar bigger-110"></i>
- </span>
- </div>
- </div>
- <!--
- <div class="col-sm-1" style="width: 12%;padding-left: 3px;">
- <div class="input-group bootstrap-timepicker">
- <input id="timepicker2" type="text" class="form-control" style="font-size: 12px;"/>
- <span class="input-group-addon">
- <i class="icon-time bigger-110"></i>
- </span>
- </div>
- </div>
- -->
- <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px; margin-top:2px; margin-left:19px;">票种类别:</label>
- <div class="col-sm-1" style="width: auto;">
- <select id="typelimit" style="width: 120px;">
- <option value="1" selected="selected" style="font-size: 12px;">全部</option>
- <option value="258" style="font-size: 12px;">迪士尼门票</option>
- <option value="259" style="font-size: 12px;">剧场票</option>
- <option value="282" style="font-size: 12px;">周庄门票</option>
- <option value="311" style="font-size: 12px;">其它门票</option>
- </select>
- </div>
- </div>
-
- <div class="form-group">
- <label class="col-sm-1 no-padding-right" style="font-size: 12px;width:auto;">订单渠道:</label>
- <div class="col-sm-1" style="width: 15%;padding: 0;margin-left: 15px;">
- <input class="ordersource" changeid="" type="text" id="ordersource" oninput="ordersourceSearch(this.value,this.id)" onfocus="ordersourceSearch(this.value,this.id)" placeholder=" 选择渠道" style="font-size: 13px; width: 180px;height: 30px;">
- <!--<input type="hidden" id="start_area_id"/>-->
- <div class="select_ordersource xiala hide1" id = "select_ordersource" ></div>
- </div>
- </div>
-
- <div id="minus" class="form-group">
- <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px;">订单状态:</label>
- <div class="col-sm-1" style="width: 70px; padding-right: 2px;" onclick="searchBtnClicked(0)">
- <span id="add0" class="btn addbackground" style="font-size: 12px; width: 50px; padding: 3px 6px;">全部<sup id="orderAll" style="display: block; font-size: 8px;text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
- </div>
- <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(145)">
- <span id="add145" class="btn" style="font-size: 12px;width: 50px; padding: 3px 6px;">待支付<sup id="will" style="display: block; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
- </div>
- <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(146)">
- <span id="add146" class="btn" style="font-size: 12px;width: 50px; padding: 3px 6px;">已出票<sup id="pay" style="display:block ; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
- </div>
- <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(147)">
- <span id="add147" class="btn" style="font-size: 12px;width: 50px; padding: 3px 6px;">已完成<sup id="over" style="display: block; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
- </div>
- <div class="col-sm-1" style="width: 70px; padding-left: 2px; padding-right: 2px;" onclick="searchBtnClicked(148)">
- <span id="add148" class="btn"style="font-size: 12px;width: 50px; padding: 3px 6px;">已取消<sup id="cancel" style="display: block; font-size: 8px; text-shadow: 1px 1px 1px #672020;position: relative;top: -20px;left: 20px;font-size: 10px;color: rgb(216, 0, 0);"></sup></span>
- </div>
- </div>
-
-
- <div class="form-group">
- <label class="col-sm-1 control-label no-padding-right" style="width: auto; font-size: 12px;margin-top:2px;" >更多查询:</label>
- <div class="col-sm-3">
- <input id="moresearch" class="form-control" type="text" style="font-size: 12px; height:30px;" placeholder="订单号/客人姓名/客人电话/渠道订单号"/>
- </div>
- <div class="col-sm-1" style="padding-left: 2px; padding-right: 2px;">
- <span class="btn" style="font-size: 12px;height:30px;" onclick="searchBtnClicked(0)">查询</span>
- </div>
- <div class="col-sm-1" style="padding-left: 2px; padding-right: 2px;">
- <span class="btn" style="font-size: 12px;height:30px;" onclick="searchBtnClicked2(0)">导出</span>
- </div>
- </div>
- </form>
- </div>
- <div class="row">
- <div>
- <div class="table-responsive">
- <table id="orderTable" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <!--<th class="center" style="width: 30px;"><label><input class="ace" onclick="select_checked(0)" type="checkbox"><span class="lbl"></span></label></th>-->
- <th style="width: 90px;">订单编号</th>
- <th style="width: 120px;">预订时间</th>
- <th style="width: 150px;">订单渠道</th>
- <!--<th style="width: 160px;">渠道订单号</th>-->
- <th style="width: 240px;">预订产品</th>
- <th style="width: 74px;">支付金额</th>
- <th style="width: 140px;">出发时间</th>
- <th style="width: 140px;">联系人</th>
- <th style="width: 83px;">状态</th>
- <th style="width: 103px;">支付方式</th>
- <th style="width: 140px;">备注</th>
- <th style="width: 100px;">操作</th>
- </tr>
- </thead>
- <tbody id="tableOrder">
- <tr style="display: none;">
- <!--<td class="center" style="width: 30px;"><label><input class="ace" onclick="select_checked(1)" type="checkbox"><span class="lbl"></span></label></td>-->
- <td style="width: 90px;"><a target="_Blank" href="order_details.html?order_id=[order_id]">[订单编号]</a> </td>
- <td style="width: 120px;">[预订时间]</td>
- <td style="width: 150px;">[订单渠道]</td>
- <!--<td style="width: 160px;">渠道订单号</td>-->
- <td style="width: 240px;">
- <div><a>[线路ID]</a></div>
- <div id="ticketText">
- <div>[预订产品]</div>
- </div>
- <!--<div>贵宾成人票 </div>-->
- </td>
- <td style="width: 100px;">[支付金额]</td>
- <td style="width: 140px;">[出发时间]</td>
- <td style="width: 140px;">
- <div>[联系人]</div>
- <div>[电话]</div>
- </td>
- <td style="width: 83px;">状态</td>
- <td style="width: 103px;">支付方式</td>
- <td style="width: 140px;">[备注]</td>
- <td style="width: 100px;">操作</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div id="page"></div>
- <div id="sum"></div>
- </div>
- <!--
- 作者:作者:刘兵
- 维护:付泓程
- 时间:2016-06-03
- 描述:add end
- -->
- </div>
- <!--</div>-->
-
-
- </body>
- <!-- -->
- <script src="js/bootstrap.min.js"></script>
- <script src="js/modernizr.min.js"></script>
- <script src="js/vendor/tabcomplete.min.js"></script>
- <script src="js/vendor/livefilter.min.js"></script>
- <script src="js/vendor/src/bootstrap-select.js"></script>
- <script src="js/vendor/src/filterlist.js"></script>
- <script src="js/plugins.js"></script>
- <script type="text/javascript">
- $('.date-picker').datepicker({autoclose:true}).next().on("click", function(){$(this).prev().focus();});
- $('#timepicker1').timepicker({minuteStep: 1,showSeconds: false,showMeridian: false}).next().on("click", function(){$(this).prev().focus();});
- $('#timepicker2').timepicker({minuteStep: 1,showSeconds: false,showMeridian: false}).next().on("click", function(){$(this).prev().focus();});
- </script>
- </html>
|