| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>坐席工作报表</title>
- <script src="../Script/Common/huayi.load.js"></script>
- <link rel="stylesheet" href="../css/init.css" />
- <link href="../css/Table/table1.css" rel="stylesheet" />
- <link rel="stylesheet" href="../css/totalCallVolume.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <link rel="stylesheet" type="text/css" href="../js/bootstrap-treeview/bootstrap-treeview.min.css" />
- </head>
- <body class="gray-bg">
- <div class="daoHang clearfix">
- <div class="dhLeft">
- <sapn><i class="syIcon"></i>位置:
- <a id="ReIndex" href="javaScript:;">首页</a>>
- <a href="javaScript:;">报表分析</a>>
- <a href="javaScript:;">员工考核分析</a>>
- <a href="javascript:location.reload()" class="now_position">坐席工作报表</a>
- </sapn>
- </div>
- </div>
- <div class="wrapper wrapper-content animated fadeInRight seatStatement">
- <div class="th-box">
- <div class="form-inline th-bar clearfix">
- <div class="drop_down form-group">
- <input type="text" class="form-control" id="department" data-id="-1" placeholder="请选择部门" />
- <span class="caret"></span>
- <div id="deptTreeView" class="hidden"></div>
- </div>
- <div class="form-group time-box">
- <i class="tub fa fa-calendar"></i>
- <input class="form-control search_time" type="text" id="chooseTime" placeholder="请选择开始时间和结束时间">
- </div>
- <div class="form-group time-box">
- <i class="tub fa fa-search"></i>
- <input type="text" class="form-control" id="monthDays" placeholder="请输入月工作天数">
- </div>
- <div class="form-group tool_bars pull-right">
- <input type="button" class="btn_gray" id="sc_btns" value="搜索" />
- <a href="javascript:;" class="btn_gray" authorize="yes" id="HY_export" onclick="btn_export()">导出</a>
- </div>
- </div>
- </div>
- <div class="zxt-content">
- <div class="zxt-table">
- <table class="table table-bordered text-center thTable table-hover" style="width: 100%;">
- <thead>
- <tr></tr>
- </thead>
- <tbody class="tbody"></tbody>
- </table>
- </div>
- </div>
- </div>
- <script src="../js/laydate/laydate.js"></script>
- <script src="../js/bootstrap-treeview/bootstrap-treeview.min.js"></script>
- <script src="../Script/Common/regexs.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <script src="js/seatStatement.js"></script>
- </body>
- </html>
|