|
- <!DOCTYPE html>
- <html>
-
- <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.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">
- <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/distribution_order_list.js"></script>
-
- </head>
- <style type="text/css">
- sup {
- top: -1.5em;
- left: 1.5em;
- }
- </style>
- <script src="js/jquery.cookie.js"></script>
- <!--<script src="js/xm.js"></script>
- <script>
- login();
- </script>-->
- <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-07-12
- 描述:分销平台的订单列表
- -->
- <div class="page-content" style="width: 1225px; margin-left: 40px; margin-top: 30px;">
- <div class="top" style="overflow: hidden;">
- <span style="float: left;">
- <span style="float: left;line-height: 30px;">订单编号:</span><input id="order_id" style="width: 100px;" type="text">
- </span>
- <span style="float: left;margin-left:5px;"></span>
- <span style="float: left;margin-left:10px;">
- <span style="float: left;line-height: 30px;">支付单号:</span><input id="pay_order_id" style="width: 100px;" type="text">
- </span>
-
- <span style="float: left;margin-left:10px;">
- <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;height: 30px;">
- <span class="input-group-addon">
- <i class="icon-calendar bigger-110"></i>
- </span>
- </div>
- </div>
- </span>
-
- <span style="float: left;margin-left:10px;">
- <span style="float: left;line-height: 30px;">订单源:</span>
- <select id="order_from" name="order_from">
- <option value="">请选择</option>
- <option value="">上海和平饭店</option>
- </select>
- </span>
- <span style="float: left;margin-left:10px;">
- <span style="float: left;line-height: 30px;">用户姓名:</span><input id="us_name" style="width: 60px;" type="text">
- </span>
-
- <span style="float: left;margin-left:10px;">
- <span style="float: left;line-height: 30px;">用户手机:</span><input id="us_mobile" style="width: 100px;" type="text">
- </span>
-
- <span style="float: left;margin-left:5px;">
- <button id="btn_search" onclick="click_search()" class="btn btn-sm btn-primary">查询</button>
- </span>
- </div>
- <div class="row" style="margin-top: 20px;">
- <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 style="text-align: center;font-weight: bolder;width: 120px;">订单编号</th>
- <th style="text-align: center;font-weight: bolder;width: 180px;">订单内容</th>
- <th style="text-align: center;font-weight: bolder;width: 65px;">订单金额</th>
- <th style="text-align: center;font-weight: bolder;width: 120px">订单源</th>
- <th style="text-align: center;font-weight: bolder;width: 120px">下单时间</th>
- <th style="text-align: center;font-weight: bolder;width: 240px">支付信息</th>
- <th style="text-align: center;font-weight: bolder;width: 140px;">用户信息</th>
- <th style="width: 200px;">订单备注</th>
- </tr>
- </thead>
- <tbody id="order_list">
- <tr>
- <td style="font-weight: bolder;width: 120px;">[订单编号]</td>
- <td style="font-weight: bolder;width: 180px;">[订单内容]</td>
- <td style="font-weight: bolder;">[订单金额]</td>
- <td style="font-weight: bolder;">[订单源]</td>
- <td style="font-weight: bolder;">[下单时间]</td>
- <td style="font-weight: bolder;">[支付信息]</td>
- <td style="font-weight: bolder;">[用户信息]</td>
- <td style="width: 200px;padding: 2px;">
- <textarea id="[comment]" name="" rows="4" style="width: 100%;" onblur="update_order_comment([param1],[param2])">[textarea-value]</textarea>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div id="test"></div>
- </div>
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-07-12
- 描述:分销平台的订单列表
- -->
- </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();
- });
- $('#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>
|