网站
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.
 
 
 

252 lines
12 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. <link href="static/css/property.css" rel="stylesheet" type="text/css" />
  14. <link href="static/css/page_common.css" rel="stylesheet" type="text/css" />
  15. <link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" />
  16. <script src="../static/js/common/ol.js"></script>
  17. </head>
  18. <body>
  19. <div class="main" id="page">
  20. <div class="header flex_dom flex_item_between flex_item_mid">
  21. <p id="titContent">
  22. <script id="titData" type="text/html">
  23. {{webList.top.contentValue}}
  24. </script>
  25. </p>
  26. <div class="select">
  27. <select id="treeselectContent" onchange="selectChange()">
  28. <script id="treeselectData" type="text/html">
  29. {{each treeselect as value i}}
  30. <option value="{{value.value}}">{{value.label}}</option>
  31. {{/each}}
  32. </script>
  33. </select>
  34. <select id="treeselectSecondContent" onchange="selectSecondChange()">
  35. <script id="treeselectSecondData" type="text/html">
  36. {{each treeselectSecond as value i}}
  37. <option value="{{value.value}}">{{value.label}}</option>
  38. {{/each}}
  39. </script>
  40. </select>
  41. <select id="useTypeContent" style="display: none;" onchange="useTypeChange()">
  42. <option value="">全部</option>
  43. <option value="2" selected>闲置</option>
  44. <option value="3">出租</option>
  45. <!-- <script id="useTypeData" type="text/html">-->
  46. <!-- {{each useType as value i}}-->
  47. <!-- -->
  48. <!-- {{/each}}-->
  49. <!-- </script>-->
  50. </select>
  51. </div>
  52. <div class="wid25 flex_dom flex_item_between flex_item_mid">
  53. <div class="header_nav">
  54. <a href="index.html">
  55. <div>
  56. <i class="i1"></i>
  57. </div>
  58. <p>新闻资讯</p>
  59. </a>
  60. </div>
  61. <div class="header_nav active">
  62. <a href="property.html">
  63. <div>
  64. <i class="i2"></i>
  65. <img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">
  66. </div>
  67. <p>资产信息</p>
  68. </a>
  69. </div>
  70. <div class="header_nav">
  71. <a href="resourceNew.html">
  72. <div>
  73. <i class="i3"></i>
  74. </div>
  75. <p>资源信息</p>
  76. </a>
  77. </div>
  78. <div class="header_nav">
  79. <a href="homestead.html">
  80. <div>
  81. <i class="i4"></i>
  82. </div>
  83. <p>宅基地信息</p>
  84. </a>
  85. </div>
  86. <div class="header_nav">
  87. <a href="discussions.html">
  88. <div>
  89. <i class="i5"></i>
  90. </div>
  91. <p>四议两公开</p>
  92. </a>
  93. </div>
  94. </div>
  95. </div>
  96. <div class="new">
  97. <div class="table_main">
  98. <table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent">
  99. <script id="propertyData" type="text/html">
  100. <tr>
  101. <td>镇</td>
  102. <td>村</td>
  103. <td>资产编码</td>
  104. <td>资产名称</td>
  105. <td>数量</td>
  106. <td>单位</td>
  107. <td>资产类别</td>
  108. <td>使用情况</td>
  109. <td>构建时间</td>
  110. </tr>
  111. {{each propertyList as value i}}
  112. <tr onclick="openDialog({{value.id}})">
  113. <td>{{value.townName}}</td>
  114. <td>{{value.deptName}}</td>
  115. <td>{{value.code}}</td>
  116. <td style="text-align: left;padding: 0 10px;">{{value.name}}</td>
  117. <td>{{value.quantity}}</td>
  118. <td>{{value.unit}}</td>
  119. <td>{{value.assetType}}</td>
  120. <td>{{value.useType}}</td>
  121. <td>{{value.buildTime}}</td>
  122. </tr>
  123. {{/each}}
  124. </script>
  125. </table>
  126. </div>
  127. <div class="pageNum">
  128. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  129. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  130. </div>
  131. <div id="map_main" style="box-shadow: 0px 5px 20px #999999 inset;width: 100%;height: 16vh;position:relative;">
  132. <div id="container"></div>
  133. <img src="static/images/openBig.png" id="open" onclick="openBig()" style="position:absolute;right: 10px;top: 10px;" alt="">
  134. <img src="static/images/closeBig.png" id="close" onclick="closeBig()" style="display:none;position:absolute;right: 10px;top: 10px;" alt="">
  135. </div>
  136. </div>
  137. <div class="dialog" id="dialog" style="display: none">
  138. <div class="bg-mengban"></div>
  139. <div class="dialog_table" id="propertyDetailContent">
  140. <script id="propertyDetailData" type="text/html">
  141. <div class="dialog_header">
  142. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  143. <p class="name">基本信息</p>
  144. <p class="bigWin" onclick="window.location='propertyDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p>
  145. <!-- <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>-->
  146. <!-- <i class="sanjiao-left"></i>-->
  147. <!-- <p class="phone">{{phone}} {{leader}}</p>-->
  148. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  149. </div>
  150. <div class="dialog_main">
  151. <table cellpadding="0" cellspacing="0" width="100%">
  152. <tr>
  153. <td>镇</td>
  154. <td>{{propertyDetail.townName}}</td>
  155. <td>村</td>
  156. <td>{{propertyDetail.deptName}}</td>
  157. <td>资产编码</td>
  158. <td>{{propertyDetail.code}}</td>
  159. </tr>
  160. <tr>
  161. <td>资产名称</td>
  162. <td>{{propertyDetail.name}}</td>
  163. <td>数量</td>
  164. <td>{{propertyDetail.quantity}}</td>
  165. <td>单位</td>
  166. <td>{{propertyDetail.unit}}</td>
  167. </tr>
  168. <tr>
  169. <td>资产类别</td>
  170. <td>{{propertyDetail.assetType}}</td>
  171. <td>使用情况</td>
  172. <td>{{propertyDetail.useType}}</td>
  173. <td>构建时间</td>
  174. <td>{{propertyDetail.buildTime}}</td>
  175. </tr>
  176. </table>
  177. </div>
  178. <div class="dialog_header">
  179. <p><img src="static/images/dialog_icon_4.png" alt=""></p>
  180. <p class="name">现场图片</p>
  181. </div>
  182. <div class="dialog_img">
  183. {{each attachment as value i}}
  184. <img src="/api{{value.fileUrl}}" alt="">
  185. {{/each}}
  186. </div>
  187. </script>
  188. </div>
  189. </div>
  190. <div class="footer" id="webContent">
  191. <script id="webData" type="text/html">
  192. <div class="footer_link">
  193. <!-- <p class="footer_link_tit">友情链接</p>-->
  194. <!-- {{each webList.botoom1 as value i}}-->
  195. <!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>-->
  196. <!-- {{/each}}-->
  197. <img src="static/images/link_00.png" alt="">
  198. <!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
  199. <!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
  200. {{each webList.botoom1 as value i}}
  201. <a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
  202. <!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
  203. <p class="link_tt">{{value.contentValue}}</p>
  204. </a>
  205. {{/each}}
  206. </div>
  207. <div class="footer_link_filings">
  208. {{each webList.botoom2 as value i}}
  209. <div class="footer_link_filings_left">
  210. <p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p>
  211. <a href="#">{{value.contentValue}}</a>
  212. </div>
  213. {{/each}}
  214. </div>
  215. <div class="footer_link_company">
  216. {{each webList.botoom3 as value i}}
  217. <div>
  218. <p>{{value.contentTitle}}</p>
  219. <a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a>
  220. </div>
  221. {{/each}}
  222. </div>
  223. </script>
  224. </div>
  225. </div>
  226. </body>
  227. <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" target-module="./static/js/project/property.js" defer type="text/javascript"></script>
  228. </html>