|
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="UTF-8">
- <title>班次销售报表</title>
- <link rel="stylesheet" href="css/bootstrap.min.css" />
- <link rel="stylesheet" href="css/carDetail.css" />
- <link rel="stylesheet" href="css/bootstrap-timepicker.css" />
- <link rel="stylesheet" href="css/font-awesome.min.css" />
- <link rel="stylesheet" href="css/daterangepicker.css" />
- <link rel="stylesheet" href="css/datepicker.css" />
- <link rel="stylesheet" href="css/Page.css" />
- <link rel="stylesheet" href="css/master.css" />
- <script type="text/javascript" src="js/jquery-2.0.3.min.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 type="text/javascript" src="js/Page.js"></script>
-
- <script type="text/javascript" src="js/carChart.js"></script>
- </head>
- <style type="text/css">
- .chart {
- width: 95%;
- overflow: hidden;
- margin: 0 auto;
- overflow: hidden;
- }
-
- tbody>tr {
- border-bottom: 1px solid lightgray;
- }
-
- #tr_final>td {
- font-weight: 700;
- }
-
- #tr_final>td:first-child {
- font-weight: normal;
- }
-
- #carChart>tr>td:first-child {
- width: 200px;
- }
-
- .table-bordered>tfoot>tr>th,
- .table-bordered>thead>tr>td,
- .table-bordered>tbody>tr>td,
- .table-bordered>tfoot>tr>td {
- border: none;
- }
-
- tbody>tr:last-child {
- border-bottom: 1px solid #DDDDDD;
- }
-
- th,
- td {
- text-align: center;
- }
- </style>
- <script src="js/jquery.cookie.js"></script>
- <script src="js/xm.js"></script>
- <script>
- login();
- </script>
-
- <body style="background-color: white; 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">-->
- <div id="">
- <div class="chart" style="width: 100%;float: left; margin-left: 40px;">
- <div class="top" style="margin-top: 20px;">
- <span style="float: left;">
- <span style="float: left;line-height: 30px;">线路:</span><input id="prod" style="width: 160px;" type="text">
- </span>
- <span style="float: left;">
- <span style="float: left;line-height: 30px;">出发日期:</span>
- <div class="col-sm-1" style="float:left;width: 150px;padding-right: 3px;">
- <div class="input-group">
- <input id="id-date-picker-1" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="出发日期" style="font-size: 12px;width:90px;height: 30px;">
- <span class="input-group-addon">
- <i class="icon-calendar bigger-110"></i>
- </span>
- </div>
- </div>
- <span style="float: left;line-height:30px;margin-left: 8px;">-</span>
- <div class="col-sm-1" style="float:left;width: 150px;padding-right: 3px;">
- <div class="input-group">
- <input id="id-date-picker-2" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="结束日期" style="font-size: 12px;width:90px;height: 30px;">
- <span class="input-group-addon">
- <i class="icon-calendar bigger-110"></i>
- </span>
- </div>
- </div>
- </span>
- <span style="float: left;">
- <span style="float: left;line-height: 30px;">销售渠道:</span>
- <select id="select_status" style="margin-right: 10px;width:200px;">
- <option value="请选择">请选择</option>
- <option value="待审核">待审核</option>
- <option value="待调派">待调派</option>
- <option value="已调派">已调派</option>
- <option value="已发车">已发车</option>
- <option value="已完成">已完成</option>
- <option value="已停用">已停用</option>
- </select>
- </span>
- <span style="float: left;">
- <button id="btn_search" class="btn btn-sm btn-primary">查询</button>
- </span>
- </div>
- <div id="pagination" class="row" style="margin-top: 100px;">
- <div class="col-xs-12">
- <div class="table-responsive" style="width: 1320px;">
- <table width="1320px" id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th rowspan="2" width="240px">出发时间</th>
- <th rowspan="2" width="340px">线路</th>
- <th rowspan="2" width="80px">车数量</th>
- <th rowspan="2" width="80px">座位数</th>
- <th colspan="2" width="160px">出票</th>
- <th colspan="3" width="240px">退票</th>
- <th rowspan="2" width="80px">售票总计</th>
- <th rowspan="2" width="100px">收入总计</th>
- </tr>
- <tr>
- <th width="80px">数量</th>
- <th width="80px">金额</th>
- <th width="80px">数量</th>
- <th width="80px">金额</th>
- <th width="80px">手续费</th>
- </tr>
- </thead>
- <tbody id="carChart" style="display: none;">
- <tr id="tr_one" class="[one]" onclick="show_hide_tr('[code]')">
- <td style="font-weight: 700">+ [出发时间1]</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入总计]</td>
- </tr>
- <tr id="tr_two" style="font-weight:700;display: none;" class="[two]" onclick="show_hide_tr('[code]')">
- <td style="font-weight: 700;"> + [出发时间2]</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入总计]</td>
- </tr>
- <tr id="tr_three" style="display: none;" class="[three]" onclick="show_hide_tr('[code]')">
- <td> [出发时间3]</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入总计]</td>
- </tr>
- <tr id="tr_final" style="display: none;">
- <td>总计</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入总计]</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- </div>
- </div>
- <div id="test">
-
- </div>
- </div>
- <!--</div>-->
- </div>
- </body>
- <!--<script type="text/javascript" src="js/master.js"></script>-->
- <script type="text/javascript">
- $(".date-picker").datepicker({
- autoclose: true
- }).next().on("click", function() {
- $(this).prev().focus();
- });
- </script>
-
- </html>
-
- <!--
- <div id="pagination" class="row" style="margin-top: 30px;">
- <div class="col-xs-12">
- <div class="table-responsive">
- <table id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th rowspan="2">出发时间</th>
- <th rowspan="2">线路</th>
- <th rowspan="2">车数量</th>
- <th rowspan="2">座位数</th>
- <th colspan="2">出票</th>
- <th colspan="3">退票</th>
- <th rowspan="2">售票总计</th>
- <th rowspan="2">收入</th>
- </tr>
- <tr>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- <th>手续费</th>
- </tr>
- </thead>
- <tbody id="carList">
- <tr id="tr_one" class="[one]" onclick="ttt('[code]')">
- <td>+ [出发时间1]</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入]</td>
- </tr>
- <tr id="tr_two" style="display: none;" class="[two]" onclick="ttt('[code]')">
- <td> + [出发时间2]</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入]</td>
- </tr>
- <tr id="tr_three" style="display: none;" class="[three]">
- <td> [出发时间3]</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入]</td>
- </tr>
- <tr id="tr_final">
- <td>总计</td>
- <td>[线路]</td>
- <td>[车数量]</td>
- <td>[座位数]</td>
- <td>[出票数量]</td>
- <td>[出票金额]</td>
- <td>[退票数量]</td>
- <td>[退票金额]</td>
- <td>[退票手续费]</td>
- <td>[售票总计]</td>
- <td>[收入]</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- <!--</div>-->
- <!-- /span -->
- <!--</div>-->
|