| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>话务日报</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
- <!--<link href="../css/WorkOrder/Search.css" rel="stylesheet">-->
- <link href="../css/init.css" rel="stylesheet" />
- <script src="../js/laydate/laydate.js"></script>
- <style>
- .hwbb thead tr td {
- background: #00a1cb;
- color: #fff;
- font-size: 14px;
- }
- #thead thead th{
- background: #00a0cd;
- color: #fff;
- }
- table thead, tbody tr {
- display:table;
- width:100%;
- table-layout:fixed;
- }
- .table{
- margin-bottom: 0;
- }
- </style>
- </head>
- <body class="gray-bg">
- <div class="daoHang clearfix">
- <div class="dhLeft">
- <sapn><i class="syIcon"></i>位置:
- <a href="javaScript:;" id="ReIndex">首页</a>>
- <a href="javaScript:;">报表管理</a>>
- <a href="" class="nowPosition">话务日报</a>
- </sapn>
- </div>
- <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
- </div>
- <div class="wrapper wrapper-content">
-
- <div class="Content_box">
- <!--待处理/-->
- <div class="complain Shows">
- <div class="th-top clearfix">
- <div class="form-inline th-bar clearfix">
-
- <div class="time-box form-group" >
- <i class="tub fa fa-calendar"></i>
- <input class="form-control" type="text" id="startTime" placeholder="起始时间">
- </div>
- <div class="form-group tool_bars pull-right">
- <button class="btns db">搜索</button>
- <!--<a class="btns export">导出</a>-->
- <a class="btns dbexecl">导出Execl</a>
- </div>
- </div>
- </div>
- <div style="width: 100%;">
- <div class="table-head">
- <table id="thead" class="table table-hover table-striped table-bordered table-condensed">
- <colgroup>
- <col style="width: 80px;"/>
- <col/>
- </colgroup>
- <thead>
- <tr>
-
- </tr>
- </thead>
- </table>
- </div>
- <div class="table-body">
- <table class="thTable hwbb table table-hover table-striped table-bordered table-condensed">
- <colgroup>
- <col style="width: 80px;"/>
- <col/>
- </colgroup>
- <tbody>
-
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="js/CallTime.js"></script>
- </body>
- </html>
|