睢县12345_前端

CallTime.html 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>话务日报</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <!--<link href="../css/WorkOrder/Search.css" rel="stylesheet">-->
  11. <link href="../css/init.css" rel="stylesheet" />
  12. <script src="../js/laydate/laydate.js"></script>
  13. <style>
  14. .hwbb thead tr td {
  15. background: #00a1cb;
  16. color: #fff;
  17. font-size: 14px;
  18. }
  19. #thead thead th{
  20. background: #00a0cd;
  21. color: #fff;
  22. }
  23. table thead, tbody tr {
  24. display:table;
  25. width:100%;
  26. table-layout:fixed;
  27. }
  28. .table{
  29. margin-bottom: 0;
  30. }
  31. </style>
  32. </head>
  33. <body class="gray-bg">
  34. <div class="daoHang clearfix">
  35. <div class="dhLeft">
  36. <sapn><i class="syIcon"></i>位置:
  37. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  38. <a href="javaScript:;">报表管理</a>&gt;
  39. <a href="" class="nowPosition">话务日报</a>
  40. </sapn>
  41. </div>
  42. <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
  43. </div>
  44. <div class="wrapper wrapper-content">
  45. <div class="Content_box">
  46. <!--待处理/-->
  47. <div class="complain Shows">
  48. <div class="th-top clearfix">
  49. <div class="form-inline th-bar clearfix">
  50. <div class="time-box form-group" >
  51. <i class="tub fa fa-calendar"></i>
  52. <input class="form-control" type="text" id="startTime" placeholder="起始时间">
  53. </div>
  54. <div class="form-group tool_bars pull-right">
  55. <button class="btns db">搜索</button>
  56. <!--<a class="btns export">导出</a>-->
  57. <a class="btns dbexecl">导出Execl</a>
  58. </div>
  59. </div>
  60. </div>
  61. <div style="width: 100%;">
  62. <div class="table-head">
  63. <table id="thead" class="table table-hover table-striped table-bordered table-condensed">
  64. <colgroup>
  65. <col style="width: 80px;"/>
  66. <col/>
  67. </colgroup>
  68. <thead>
  69. <tr>
  70. </tr>
  71. </thead>
  72. </table>
  73. </div>
  74. <div class="table-body">
  75. <table class="thTable hwbb table table-hover table-striped table-bordered table-condensed">
  76. <colgroup>
  77. <col style="width: 80px;"/>
  78. <col/>
  79. </colgroup>
  80. <tbody>
  81. </tbody>
  82. </table>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. <script src="js/CallTime.js"></script>
  89. </body>
  90. </html>