网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

196 lines
7.5 KiB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>综合执法</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="keywords" content="" />
  10. <meta name="description" cxontent="" />
  11. <link href="../../static/css/main.css" rel="stylesheet" type="text/css" />
  12. <link href="../../static/css/index.css" rel="stylesheet" type="text/css" />
  13. <style type="text/css">
  14. table{
  15. margin-bottom: 35px;
  16. }
  17. table td{
  18. padding: 15px 0;
  19. width: 50%;
  20. }
  21. .bs_t {
  22. position: relative;
  23. top: 6px;
  24. margin-right: 10px;
  25. }
  26. .bs_t i {
  27. width: 10px;
  28. height: 10px;
  29. background-color: #cbcbcb;
  30. display: inline-block;
  31. border-radius: 50%;
  32. }
  33. .bs_t span {
  34. border-left: 3px solid #cbcbcb;
  35. position: absolute;
  36. left: 50%;
  37. top: 50%;
  38. transform: translate(-50%);
  39. height: calc(100% + 22px);
  40. }
  41. .tableBox:last-child .bs_t span{
  42. display: none;
  43. }
  44. .tableBox{
  45. padding: 0px 10px;
  46. margin-bottom: 5px;
  47. }
  48. body{
  49. overflow: auto;
  50. background: #f4f4f4;
  51. }
  52. .bottomInformation{
  53. position: fixed;
  54. bottom: 0;
  55. }
  56. </style>
  57. </head>
  58. <body>
  59. <div class="bg-f4" id="page">
  60. <div class="topBox">
  61. <div class="w-1200 boxMain">
  62. <div class="logoBox fl">
  63. <img src="../../static/images/logo.png" class="fl" alt=""/>
  64. <div class="fl">
  65. <p>埇桥区农业综合行政执法平台</p>
  66. <p>PUBLIC<i></i>PLATFORM<i></i>FOR<i></i>COMPREHENSIVE<i></i>AGRICULTURAL<i></i>LAW<i></i>ENFORCEMENT</p>
  67. </div>
  68. <div class="clear"></div>
  69. </div>
  70. <div class="loginBox">
  71. <div class="fl m-r-60">
  72. <img src="../../static/images/bigdata.png" class="m-b-5" alt=""/>
  73. <p>大数据</p>
  74. </div>
  75. <div class="fl">
  76. <img src="../../static/images/login.png" class="m-b-5" alt=""/>
  77. <p>登录</p>
  78. </div>
  79. <div class="clear"></div>
  80. </div>
  81. <div class="clear"></div>
  82. </div>
  83. </div>
  84. <div class="topTab">
  85. <ul class="w-1200">
  86. <li><a href="../../index.html"><i></i>首页</a></li>
  87. <li><a href="workList.html">工作动态</a></li>
  88. <li><a href="../noticeAnnouncement/noticeList.html">通知公告</a></li>
  89. <li class="active"><a href="schemeList.html">方案公开</a></li>
  90. <li><a href="../basis/basisList.html">执法依据</a></li>
  91. <li><a href="../inventory/inventoryList.html">农用品库</a></li>
  92. <li><a href="../complaint/complaintList.html">投诉建议</a></li>
  93. <div class="clear"></div>
  94. </ul>
  95. </div>
  96. <div class="w-1200 m-t-15">
  97. <p class="breadcrumb">首页 > <span onclick="history.go(-1)" class="tabTap">方案公开</span> > 方案详情</p>
  98. <script id="newData" type="text/html">
  99. <div class="bannerRight_title">
  100. <p class="fl">方案公开</p>
  101. <p class="fr"></p>
  102. <div class="clear"></div>
  103. </div>
  104. <table width="100%" style="color:#3f3f3f;font-size: 17px;">
  105. <tr>
  106. <td>方案名称:{{newList.schemeName}}</td>
  107. <td>检查方式:{{newList.checkMethod}}</td>
  108. </tr>
  109. <tr>
  110. <td>检查部门:{{newList.checkDepartment}}</td>
  111. <td>检查时间:{{newList.checkStartDate}}</td>
  112. </tr>
  113. <tr>
  114. <td>检查类型:{{newList.checkType}}</td>
  115. <td>检查事项:{{newList.checkList}}</td>
  116. </tr>
  117. <tr>
  118. <td colspan="2">方案描述:{{newList.checkContent}}</td>
  119. </tr>
  120. </table>
  121. <div class="bannerRight_title">
  122. <p class="fl">执行人员</p>
  123. <p class="fr"></p>
  124. <div class="clear"></div>
  125. </div>
  126. <table width="100%" style="color:#3f3f3f;font-size: 17px;">
  127. {{each newList.tenforceSchemeHandlerList as value i}}
  128. <tr>
  129. <td>经办人姓名:{{value.name}}</td>
  130. <td>执法证号:{{value.enforceNum}}</td>
  131. </tr>
  132. {{/each}}
  133. </table>
  134. <div class="bannerRight_title">
  135. <p class="fl">审批列表</p>
  136. <p class="fr"></p>
  137. <div class="clear"></div>
  138. </div>
  139. <table width="100%" style="color:#3f3f3f;font-size: 17px;">
  140. {{each newList.historicActivityList as value i}}
  141. <tr>
  142. <td>
  143. <p class="fl" style="width: 150px">{{value.activityName}}:</p>
  144. <div class="fl" style="padding: 2px 10px">
  145. <div class="tableBox">
  146. <div class="bs_t fl">
  147. <i></i>
  148. <span></span>
  149. </div>
  150. <p class="fl">姓名:{{value.assigneeName}}</p>
  151. <div class="clear"></div>
  152. </div>
  153. <div class="tableBox">
  154. <div class="bs_t fl">
  155. <i></i>
  156. <span></span>
  157. </div>
  158. <p class="fl">意见:{{value.comment}}</p>
  159. <div class="clear"></div>
  160. </div>
  161. </div>
  162. <div class="clear"></div>
  163. </td>
  164. <td>{{value.time}}</td>
  165. </tr>
  166. {{/each}}
  167. </table>
  168. </script>
  169. <div id="newContent"></div>
  170. </div>
  171. <div style="height: 100px;"></div>
  172. <div class="bottomInformation" id="bottomInformation">
  173. <div class="w-1200">
  174. <p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
  175. </div>
  176. </div>
  177. </div>
  178. </body>
  179. <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page"
  180. target-module="../../static/js/project/scheme/schemeDetail.js" defer type="text/javascript"></script>
  181. </html>