|
- <?php
- use backend\modules\zzcs\assets\ZzcsAsset;
-
-
- ZzcsAsset::addCss($this, '/global/css/bootstrap.min.css');
- ZzcsAsset::addCss($this, '/global/css/font-awesome.min.css');
- //ZzcsAsset::addCss($this, '/global/css/ace.min.css');
- //ZzcsAsset::addCss($this, '/global/css/master.css');
- ZzcsAsset::addCss($this, '/global/css/sweetalert2.min.css');
- ZzcsAsset::addCss($this, '/run-bus/css/run_detail.css');
-
-
-
- ZzcsAsset::addScript($this, '/global/js/jquery-2.2.4.min.js');
- ZzcsAsset::addScript($this, '/global/js/jquery.cookie.js');
- ZzcsAsset::addScript($this, '/global/js/sweetalert2.min.js');
- ZzcsAsset::addScript($this, '/global/js/ace-extra.min.js');
- //ZzcsAsset::addScript($this, '/global/js/common.js?v001');
- //ZzcsAsset::addScript($this, '/global/js/base_path.js?v001');
- ZzcsAsset::addScript($this, '/run-bus/js/run_detail.js');
- ZzcsAsset::addScript($this, '/plug/layer/layer.js');
- ?>
-
- <body>
-
- <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>
- <input type="text" style="display: none;" value="<?php echo $run_id?>" class="run_id">
- <!--基本信息-->
- <div style="float: left;display: none" 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>
|