|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- <!DOCTYPE html>
- <html class="no-js" lang="">
- <head>
- <meta charset="UTF-8">
-
- <!--//不缓存-->
- <META HTTP-EQUIV="pragma" CONTENT="no-cache">
- <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
- <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/font-awesome.min.css"/>
- <link rel="stylesheet" type="text/css" href="./css/master.css">
- <link rel="stylesheet" type="text/css" href="./css/Page.css">
- <script type="text/javascript" src="./js/jquery-1.11.3.min.js"></script>
- <script type="text/javascript" src="./js/update_car_no.js"></script>
- <!--<script type="text/javascript" src="./js/master.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;
- }
-
- .form-group {
- margin-bottom: 15px;
- overflow: hidden;
- }
-
- .un_select {
- float: left;
- width: 47%;
- display: inline-block;
- text-align: center;
- font-size: 20px;
- margin: 0px auto;
- margin-top: 7px;
- margin-right: 13px;
- background: lightgray;
- cursor: pointer;
- }
-
- .select {
- float: left;
- width: 47%;
- display: inline-block;
- text-align: center;
- font-size: 20px;
- margin: 0px auto;
- margin-top: 7px;
- margin-right: 13px;
- background: gray;
- 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;">-->
- <div id="">
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-08-02
- 描述:修改车号
- -->
- <div class="page-content" style="width: 1225px; margin-left: 40px; margin-top: 30px;">
- <div class="page-header">
- <h1 style="text-align:left;font-size: 14px;">修改车号</h1>
- </div>
- <label id="people_count" style="font-size: 30px;float: right;position: fixed;margin-left: 70%;margin-top: 10%;">已选择0人</label>
- <div class="row">
- <div class="form-group">
- <label class="col-sm-1 control-label no-padding-right" style="word-spacing: 9px;font-size: 12px;">线  路:</label>
- <label id="line" class="col-sm-6 control-label" style="font-size: 12px; text-align: left;"></label>
- </div>
- <div class="form-group">
- <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;">出发日期:</label>
- <label id="start_date" class="col-sm-1 control-label" style="font-size: 12px;text-align: left;"></label>
- <label class="col-sm-1 control-label"
- style="font-size: 12px; width: 5%; margin-left: 49px;text-align: left;">出发</label>
- <div class="col-sm-1" style="width: 25%; padding-left: 3px;">
- <select id="startArea" style="font-size: 12px; width: 160px;">
- <option value="0" selected="selected" style="font-size: 12px;">请选择</option>
- </select>
- </div>
- <label class="col-sm-1 control-label" style="font-size: 12px; width: 5%; text-align: center;">到达</label>
- <div class="col-sm-1" style="width: 25%;">
- <select id="endArea" style="font-size: 12px; width: 160px;">
- <option value="0" selected="selected" style="font-size: 12px;">请选择</option>
- </select>
- </div>
- <div class="col-sm-1" style="padding-left: 2px; padding-right: 2px;">
- <span class="btn" onclick="btn_select()" style="font-size: 12px;height:30px;">查询</span>
- </div>
- </div>
- <!--重置-修改-->
- <div id="rep" style="margin: 0px 0px 20px 20px;color:red;font-size: 150%">
- <div class="col-sm-1"
- style="margin-left: 30px;margin-bottom: 10px;padding-left: 2px; padding-right: 2px;">
- <span class="btn" onclick="update_f('reset')" style="font-size: 12px;height:30px;">重置</span>
- </div>
- <div class="col-sm-1" style="margin-bottom: 10px;padding-left: 2px; padding-right: 2px;">
- <span class="btn" onclick="update_f('update')" style="font-size: 12px;height:30px;">修改</span>
- </div>
- </div>
- <div>
- <div class="table-responsive" style="width: 1225px;">
- <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 width="35px" class="center">
- <label>
- <input class="ace" onclick="select_checked('0',this)" type="checkbox">
- <span class="lbl"></span>
- </label>
- </th>
- <th style="width: 90px;">订单编号</th>
- <th style="width: 120px;">下单时间</th>
- <th style="width: 160px;">订单渠道</th>
- <th style="width: 160px;">渠道订单号</th>
- <th style="width: 360px;">预订产品</th>
- <th style="width: 120px;">出发时间</th>
- <th style="width: 130px;">联系人</th>
- <th style="width: 45px;">车号</th>
- <th style="width: 113px;">状态</th>
- <!--<th style="width: 100px;">操作</th>-->
- </tr>
- </thead>
- <tbody id="tableOrder">
- <tr>
- <td width="35px" class="center">
- <label>
- <input class="ace" data-id="[data-id]" data-order-id="[ace_order_id]"
- data-people-count="[people-count]" onclick="select_checked('1',this)"
- type="checkbox">
- <span class="lbl"></span>
- </label>
- </td>
- <!--<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: 160px;">[订单来源]</td>
- <td style="width: 160px;">[渠道订单号]</td>
- <td style="width: 360px;">
- <div><a>[line]</a>[预订产品]</div>
- <div id="ticketText">
- <div>[普通成人票]</div>
- </div>
- <!--<div>贵宾成人票 </div>-->
- </td>
- <td style="width: 120px;">[出发时间]</td>
- <td style="width: 130px;">
- <div>[name]</div>
- <div>[phone]</div>
- </td>
- <th style="width: 45px;">[车号]</th>
- <td style="width: 113px;">[状态]</td>
- <!--<td style="width: 100px;">
- <span><a style="cursor: pointer;" onclick="cancel(0)">cancelOrder</a></span>
- <span><a onclick="meal(0)">mealOrder</a></span>
- <span><a onclick="refund(0)">refundOrder</a></span>
- </td>-->
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div id="page"></div>
- <div id="sum"></div>
- </div>
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-08-02
- 描述:修改车号
- -->
- <!--请选择车号-->
- <div class="choose_car_no"
- style="display:none;width: 530px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;overflow: hidden;z-index:30;">
- <span style="width:230px;font-size: 32px;display: inline-block;text-align: center;">请选择车号:</span><i
- id="car_info" style="color: red;font-size: 20px;float: right;"></i>
- <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
- <ul>
- <li id="car_no_list" style="text-align: center;margin: 0 auto;">
- <span class="un_select" data-car-no="[car_no]" onclick="select_car_no(this)">[文本]</span>
- </li>
- </ul>
- <hr style="width: 1200px;margin-top: 20px;"/>
- <div style="margin-left: 0px;text-align: center;">
- <span id="btn_save" onclick="click_btn_save()"
- style="cursor:pointer;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: gray;display: inline-block;border-radius: 3px;">确定</span>
- <!--<span id="btn_shutdown" onclick="click_cancel(null,'.choose_car_no')" style="cursor:pointer;margin-left:10px;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: lightgray;display: inline-block;border-radius: 3px;">关闭</span>-->
- </div>
- <label class="choose_info" style="color: red;float: right;margin-right: 100px;"></label>
- </div>
- <!--请选择车号 end-->
- <!--蒙板-->
- <div class="mask" onclick="hide_all()"
- style="display: none;top: 0;left: 0;margin: 0px;padding: 0px;width: 100%;height: 100%;position: absolute;z-index: 20;background: #000000;opacity: 0.5;"></div>
- </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>
- </html>
|