夏邑12345_前端

zhiShiKuShenHe.html 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <!--<link rel="stylesheet" href="../css/layer/need/layer.css" />-->
  8. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  9. <link rel="stylesheet" href="../css/init.css" />
  10. <title>知识库审核</title>
  11. <style>
  12. .toolBar {
  13. padding: 15px 0;
  14. border-bottom: 1px solid #ccc;
  15. }
  16. .boxCon table th {
  17. width: 20%;
  18. }
  19. .boxCon table td textarea {
  20. width: 100%;
  21. }
  22. .inpBox {
  23. border: 1px solid #a9a9a9;
  24. height: 27px;
  25. width: 55%;
  26. display: inline-block;
  27. position: relative;
  28. vertical-align: middle;
  29. }
  30. .inps1,
  31. .inps4 {
  32. width: 100%;
  33. height: 24px;
  34. outline: none;
  35. border: 0;
  36. border-image-width: 0;
  37. padding: 0;
  38. padding-left: 3px;
  39. }
  40. .changeTitle, .changeKey, .addTitle, .addKey {
  41. width: 55%;
  42. }
  43. .xl {
  44. display: inline-block;
  45. background: url(../img/dropDown.png) no-repeat;
  46. height: 100%;
  47. background-position: center center;
  48. width: 20px;
  49. position: absolute;
  50. right: 0;
  51. top: 0px;
  52. background-color: #f7bc8b;
  53. cursor: pointer;
  54. }
  55. .xl:hover {
  56. background-color: #e6d523;
  57. }
  58. .addTree {
  59. background: #fff;
  60. position: absolute;
  61. width: 100%;
  62. border: 1px solid darkgrey;
  63. right: 0;
  64. top: 26px;
  65. display: none;
  66. height: 220px;
  67. overflow-y: auto;
  68. }
  69. .treeTable {
  70. height: 400px;
  71. /*overflow-y: auto;*/
  72. }
  73. .tree {
  74. height: 100%;
  75. }
  76. .trTitle {
  77. width: 100%;
  78. height: 34px;
  79. line-height: 34px;
  80. border-bottom: 1px solid #ebebeb;
  81. color: red;
  82. font-weight: 700;
  83. margin-bottom: 15px;
  84. }
  85. .treeCon {
  86. border: 1px solid #ebebeb;
  87. overflow-y: auto;
  88. }
  89. .ztree li {
  90. width: 100%;
  91. overflow: hidden;
  92. white-space: nowrap;
  93. text-overflow: ellipsis;
  94. }
  95. .content {
  96. width: 270px;
  97. height: 25px;
  98. overflow: hidden;
  99. white-space: nowrap;
  100. text-overflow: ellipsis;
  101. text-align: left;
  102. }
  103. .detail {
  104. width: 80%;
  105. display: block;
  106. margin: 0 auto;
  107. }
  108. </style>
  109. </head>
  110. <body class="gray-bg">
  111. <div class="container-fluid wrapper-content animated fadeInRight">
  112. <div class="daoHang clearfix">
  113. <div class="dhLeft">
  114. <sapn><i class="syIcon"></i>位置:<a id="ReIndex">首页</a>&gt;<a href="javaScript:;">知识库</a>&gt;<a href="" class="nowPosition">知识库审核</a></sapn>
  115. </div>
  116. <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
  117. </div>
  118. <div class="toolBar clearfix">
  119. <div class="toolRight">
  120. <span>
  121. 动作:<select name="" id="action" class="select_">
  122. <option value="" selected="selected">全部</option>
  123. <option value="1">添加</option>
  124. <option value="2">修改</option>
  125. <option value="3">删除</option>
  126. </select>
  127. </span>
  128. <span>
  129. 审核状态:<select name="" id="isPass" class="select_">
  130. <option value="">全部</option>
  131. <option value="1">通过</option>
  132. <option value="0" selected="selected">未审核</option>
  133. <option value="-1">未通过</option>
  134. </select>
  135. </span>
  136. <button class="btns searchGo">搜索</button>
  137. </div>
  138. </div>
  139. <div class="treeTable clearfix">
  140. <div class="tableCon col-md-12">
  141. <table id="table1" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  142. <thead>
  143. <tr>
  144. <th data-checkbox="true" data-align="center"></th>
  145. <th data-align="center" data-formatter="setCode">编号</th>
  146. <th data-field="F_Action" data-formatter="shaction" data-align="left">动作</th>
  147. <th data-field="F_Title" data-align="center">标题</th>
  148. <th data-field="F_PreDescription" data-align="left" data-formatter="oper">修改前内容</th>
  149. <th data-field="F_AfterDescription" data-align="left" data-formatter="oper">修改后内容</th>
  150. <th data-field="F_ISPass" data-formatter="shstates" data-align="center">审核状态</th>
  151. <th data-field="F_AuditRemark" data-align="center">审核详情</th>
  152. <th data-align="center" data-formatter="caoZuo">操作</th>
  153. </tr>
  154. </thead>
  155. <tbody id="tbody"></tbody>
  156. </table>
  157. <p style="margin-top:15px ;">
  158. <button class="btns pass">审核通过</button>
  159. <button class="btns noPass">审核不通过</button>
  160. </p>
  161. <input id="pre" type="hidden" />
  162. <input id="aft" type="hidden" />
  163. </div>
  164. </div>
  165. </div>
  166. <script src="../css/layer/layer.js"></script>
  167. <script src="../js/zTree/jquery.ztree.core.js"></script>
  168. <script src="../js/kindeditor/kindeditor-all-min.js"></script>
  169. <script src="../js/kindeditor/lang/zh-CN.js"></script>
  170. <script src="./js/zhiShiKuShenHe.js"></script>
  171. </body>
  172. </html>