|
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="UTF-8">
- <title>车票信息</title>
-
-
-
- <link rel="stylesheet" href="css/bootstrap.min.css" />
- <link rel="stylesheet" href="css/ace.min.css" />
- <link rel="stylesheet" href="css/font-awesome.min.css" />
- <link rel="stylesheet" href="css/master.css" />
- <!-- <script type="text/javascript" src="js/ace.min.js"></script>-->
-
- <script type="text/javascript" src="js/jquery-2.2.4.min.js"></script>
- <script type="text/javascript" src="js/ace-extra.min.js"></script>
- <script type="text/javascript" src="js/carDetail.js?version=20170929"></script>
- <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>
-
- </head>
-
- <style type="text/css">
- .z {
- float: left;
- }
-
- .carTicketInfo {
- /*width: 95%;*/
- overflow: hidden;
- margin: 0 auto;
- }
-
- .table-bordered>thead>tr>th,
- .table-bordered>tbody>tr>th,
- .table-bordered>tfoot>tr>th,
- .table-bordered>thead>tr>td,
- .table-bordered>tbody>tr>td,
- .table-bordered>tfoot>tr>td {
- border: none;
- }
-
- .table thead>tr>th,
- .table tbody>tr>th,
- .table tfoot>tr>th,
- .table thead>tr>td,
- .table tbody>tr>td,
- .table tfoot>tr>td {
- line-height: 30px;
- padding: 0px;
- padding-bottom: 8px;
- padding-top: 8px;
- line-height: 1.428571;
- vertical-align: top;
- border-top: 1px solid #ddd;
- }
-
- .editable-click {
- border: 0px solid gray;
- }
-
- .profile-user-info-striped .profile-info-value {
- border-top: 0px dotted #dcebf7;
- padding-left: 12px;
- }
-
- .profile-user-info-striped {
- border: 1px solid #dcebf7;
- }
-
- tbody>tr {
- border-bottom: 1px dashed #DDDDDD;
- }
-
- tbody>tr:last-child {
- border-bottom: 1px solid #DDDDDD;
- }
-
- th,
- td {
- text-align: center;
- }
-
- .two {
- border-top: 1px solid #DDDDDD;
- }
- </style>
-
- <script src="js/jquery.cookie.js"></script>
- <!--<script src="js/xm.js"></script>
- <script>
- login();
- </script>-->
-
- <body>
- <!--<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="display: none;margin-left: 90px;margin-top: 30px;">-->
- <div id="">
- <ul class="nav nav-tabs" id="myTab" style="width: 1200px;margin-left: 20px;">
- <li id="li_basic">
- <a style="cursor: pointer;background: #DDDDDD" ; onclick="type_choose('基本信息')">基本信息</a>
- </li>
- <li id="li_carInfo">
- <a style="cursor: pointer;" onclick="type_choose('车票信息')">车票信息</a>
- </li>
- </ul>
- <!--基本信息-->
- <div style="float: left;" id="carBasicInfo" class="carBasicInfo">
- <div class="tabbable">
- <div class="profile-user-info profile-user-info-striped" style="margin-top: 40px;margin-left: 20px;">
- <div class="profile-info-row">
- <div class="profile-info-name"><span style="letter-spacing:26px;">线</span>路:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="startarea">SHWX001 (上海-乌镇)</span>
- </div>
- </div>
- <div class="profile-info-row">
- <div class="profile-info-name">出发时间:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="starttime">2016.05.20 07:30</span>
- </div>
- </div>
- <!--途径站点-->
- <div class="profile-info-row">
- <div class="profile-info-name">途径站点:</div>
- <div class="profile-info-value">
- <div class="row">
- <div class="col-xs-12">
- <div style="width: 470px;" class="table-responsive">
- <table width="470px" id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th width="90px">时间</th>
- <th width="200px">站点</th>
- <th width="90px">上下类型</th>
- <th width="90px">检票口</th>
- </tr>
- </thead>
- <tbody id="tujingstation">
- <tr>
- <td>[时间]</td>
- <td>[站点]</td>
- <td>[上下类型]</td>
- <td>[检票口]</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- </div>
- <!-- /span -->
- </div>
- <!--row end-->
- </div>
- </div>
- <!--班次状态-->
- <div class="profile-info-row">
- <div class="profile-info-name">班次状态:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="bancistatus">已调派</span>
- </div>
- </div>
- <!--收客状态-->
- <!--<div class="profile-info-row" style="display: none;">
- <div class="profile-info-name">收客状态:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="shoukestatus">开</span>
- </div>
- </div>-->
- <!--承运信息-->
- <div class="profile-info-row">
- <div class="profile-info-name">车次:</div>
- <div class="profile-info-value">
- <div class="row">
- <div class="col-xs-12">
- <div style="width: 470px;" class="table-responsive">
- <table width="470px" id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th width="60px">车次</th>
- <!--<th width="190px">品牌</th>-->
- <th width="190px">座位</th>
- <!-- <th width="80px">选座支持</th>
- <th width="70px">车辆</th>
- <th width="70px">司机</th> -->
- </tr>
- </thead>
- <tbody id="chenyun">
- <tr>
- <td>[车次]</td>
- <!--<td>[品牌]</td>-->
- <td>[座位]</td>
- <!-- <td>[选座支持]</td>
- <td>[车辆]</td>
- <td>[司机]</td> -->
- </tr>
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- </div>
- <!-- /span -->
- </div>
- <!--row end-->
- </div>
- </div>
- <!--可售票种-->
- <div class="profile-info-row">
- <div class="profile-info-name"><span style="letter-spacing:26px;">票</span>种:</div>
- <div class="profile-info-value">
- <div class="row">
- <div class="col-xs-12">
- <div style="width: 530px;" class="table-responsive">
- <table width="530px" id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th style="width: 90px">出发地</th>
- <th style="width: 90px">目的地</th>
- <th style="width: 80px">座位等级</th>
- <!--<th style="width: 80px;display: none;">人群</th>-->
- <th style="width: 70px">分销价</th>
- <th style="width: 60px;display: none;">最大可售</th>
- <!--<th style="width: 60px">已售</th>-->
- </tr>
- </thead>
- <tbody id="keshouTicket">
- <tr>
- <td>[出发地]</td>
- <td>[目的地]</td>
- <td>[座位]</td>
- <!--<td style="display: none;">[人群]</td>-->
- <td>[零售价]</td>
- <td style="display: none;">[最大可售]</td>
- <!--<td>[已售]</td>-->
- </tr>
-
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- </div>
- <!-- /span -->
- </div>
- <!--row end-->
- </div>
- </div>
- <!--预售天数-->
- <!--<div class="profile-info-row">
- <div class="profile-info-name">预售天数:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="yushoudays">60天</span>
- </div>
- </div>-->
- </div>
- </div>
- <!--tabbable end-->
- </div>
-
- <!--车票信息-->
- <div id="carTicketInfo" class="carTicketInfo" style="float:left;display: none;">
- <!--style="margin-bottom: 3px; border-bottom: 1px solid gray;width:inherit;"-->
- <div class="tabbable">
- <div class="row" style="margin-top: 30px;">
- <div class="col-xs-12">
- <div class="table-responsive" style="width: 1220px;">
- <table width="1220px" id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th width="90px">出发地</th>
- <th width="90px">目的地</th>
- <th width="120px">上</th>
- <th width="120px">下</th>
- <th width="140">出行时间</th>
- <th width="80px">车次</th>
- <th width="80px">座位等级</th>
- <!--<th width="80px">人群</th>-->
- <th width="60px">座号</th>
- <th width="60px">售价</th>
- <th width="80px">出票</th>
- <th width="80px">打印</th>
- <th width="140px">操作</th>
- </tr>
- </thead>
- <tbody id="ticketList">
- <tr id="one" class="one">
- <td>[出发地]</td>
- <td>[目的地]</td>
- <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>
- <!--row end-->
- </div>
- <!--tabbable end-->
- </div>
-
- <!--</div>-->
- </div>
-
- </body>
- <!--<script type="text/javascript" src="js/master.js"></script>-->
-
- </html>
|