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

homestead.html 11 KiB

2 年之前
2 年之前
2 年之前
2 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. <script src="https://api.map.baidu.com/api?type=webgl&v=1.0&ak=XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1"></script>
  16. </head>
  17. <body>
  18. <div class="main" id="page">
  19. <div class="header flex_dom flex_item_between flex_item_mid">
  20. <p id="titContent">
  21. <script id="titData" type="text/html">
  22. {{webList[0].contentValue}}
  23. </script>
  24. </p>
  25. <div class="select">
  26. <select id="treeselectContent" onchange="selectChange()">
  27. <script id="treeselectData" type="text/html">
  28. {{each treeselect as value i}}
  29. <option value="{{value.value}}">{{value.label}}</option>
  30. {{/each}}
  31. </script>
  32. </select>
  33. <select id="treeselectSecondContent" onchange="selectSecondChange()">
  34. <script id="treeselectSecondData" type="text/html">
  35. {{each treeselectSecond as value i}}
  36. <option value="{{value.value}}">{{value.label}}</option>
  37. {{/each}}
  38. </script>
  39. </select>
  40. <select id="useTypeContent" onchange="useTypeChange()">
  41. <option value="">全部</option>
  42. <option value="3">闲置中</option>
  43. <option value="4">已流转</option>
  44. <!-- <script id="useTypeData" type="text/html">-->
  45. <!-- {{each useType as value i}}-->
  46. <!-- {{/each}}-->
  47. <!-- </script>-->
  48. </select>
  49. </div>
  50. <div class="wid25 flex_dom flex_item_between flex_item_mid">
  51. <div class="header_nav">
  52. <a href="index.html">
  53. <div>
  54. <i class="i1"></i>
  55. </div>
  56. <p>新闻资讯</p>
  57. </a>
  58. </div>
  59. <div class="header_nav">
  60. <a href="property.html">
  61. <div>
  62. <i class="i2"></i>
  63. </div>
  64. <p>资产信息</p>
  65. </a>
  66. </div>
  67. <div class="header_nav">
  68. <a href="resource.html">
  69. <div>
  70. <i class="i3"></i>
  71. </div>
  72. <p>资源信息</p>
  73. </a>
  74. </div>
  75. <div class="header_nav active">
  76. <a href="homestead.html">
  77. <div>
  78. <i class="i4"></i>
  79. <img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">
  80. </div>
  81. <p>宅基地信息</p>
  82. </a>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="new">
  87. <div class="table_main">
  88. <table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent">
  89. <script id="propertyData" type="text/html">
  90. <tr>
  91. <td>镇</td>
  92. <td>村</td>
  93. <td>宅基地代码</td>
  94. <!-- <td>房屋面积(㎡)</td>-->
  95. <!-- <td>房屋类型</td>-->
  96. <td>宗地面积(亩)</td>
  97. <td>使用状态</td>
  98. </tr>
  99. {{each propertyList as value i}}
  100. <tr onclick="openDialog({{value.id}})">
  101. <td>{{value.townshipName}}</td>
  102. <td>{{value.villageName}}</td>
  103. <td>{{value.zjddm}}</td>
  104. <!-- <td>{{value.nmfwmj}}</td>-->
  105. <!-- <td>{{value.fwlx}}</td>-->
  106. <td>{{value.zdmj}}</td>
  107. <td>{{value.landStatus}}</td>
  108. </tr>
  109. {{/each}}
  110. </script>
  111. </table>
  112. </div>
  113. <div class="pageNum">
  114. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  115. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  116. </div>
  117. <div style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;">
  118. <div id="container"></div>
  119. </div>
  120. <script>
  121. var map = new BMapGL.Map('container'); // 创建Map实例
  122. map.centerAndZoom(new BMapGL.Point(116.320938,39.950026), 18); // 初始化地图,设置中心点坐标和地图级别
  123. map.enableScrollWheelZoom(false); // 开启鼠标滚轮缩放
  124. </script>
  125. </div>
  126. <div class="dialog" id="dialog" style="display: none;">
  127. <div class="bg-mengban"></div>
  128. <div class="dialog_table" id="propertyDetailContent">
  129. <script id="propertyDetailData" type="text/html">
  130. <div class="dialog_header">
  131. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  132. <p class="name">基本信息</p>
  133. <p class="bigWin" onclick="window.location='homesteadDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p>
  134. <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>
  135. <i class="sanjiao-left"></i>
  136. <p class="phone">{{phone}} {{leader}}</p>
  137. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  138. </div>
  139. <div class="dialog_main">
  140. <table cellpadding="0" cellspacing="0" width="100%">
  141. <tr>
  142. <td>镇</td>
  143. <td>{{propertyDetail.townshipName}}</td>
  144. <td>村</td>
  145. <td>{{propertyDetail.deptName}}</td>
  146. <td>宅基地代码</td>
  147. <td>{{propertyDetail.zjddm}}</td>
  148. </tr>
  149. <tr>
  150. <td>宗地面积(㎡)</td>
  151. <td>{{propertyDetail.zdmj}}</td>
  152. <td>使用状态</td>
  153. <td>{{propertyDetail.landStatus}}</td>
  154. </tr>
  155. </table>
  156. </div>
  157. <div class="dialog_header">
  158. <p><img src="static/images/dialog_icon_5.png" alt=""></p>
  159. <p class="name">房屋信息</p>
  160. </div>
  161. <div class="center_table">
  162. <table cellpadding="0" cellspacing="0" width="100%">
  163. <tr>
  164. <td>房屋代码</td>
  165. <td>房屋面积(㎡)</td>
  166. <td>户型</td>
  167. <td>户型结构</td>
  168. <td>房屋类型</td>
  169. <td>房屋结构</td>
  170. </tr>
  171. {{each propertyDetail.homesteadNmfwList as value i}}
  172. <tr>
  173. <td>{{value.nmfwdm}}</td>
  174. <td>{{value.nmfwmj}}</td>
  175. <td>{{value.hx}}</td>
  176. <td>{{value.hxjg}}</td>
  177. <td>{{value.fwlx}}</td>
  178. <td>{{value.fwjg}}</td>
  179. </tr>
  180. {{/each}}
  181. </table>
  182. </div>
  183. <div class="dialog_header">
  184. <p><img src="static/images/dialog_icon_4.png" alt=""></p>
  185. <p class="name">现场图片</p>
  186. </div>
  187. <div class="dialog_img">
  188. {{each attachment as value i}}
  189. <img src="/api{{value.fileUrl}}" alt="">
  190. {{/each}}
  191. </div>
  192. </script>
  193. </div>
  194. </div>
  195. <div class="footer" id="webContent">
  196. <script id="webData" type="text/html">
  197. <div class="footer_link">
  198. <p class="footer_link_tit">友情链接</p>
  199. <a href="{{webList[5].contentUrl}}">{{webList[5].contentValue}}</a>
  200. </div>
  201. <div class="footer_link_filings">
  202. <div class="footer_link_filings_left">
  203. <p>鲁公安备案</p>
  204. <a href="#">{{webList[3].contentValue}}</a>
  205. </div>
  206. <div class="footer_link_filings_right">
  207. <p>服务热线</p>
  208. <a href="#">{{webList[4].contentValue}}</a>
  209. </div>
  210. </div>
  211. <div class="footer_link_company">
  212. <div>
  213. <p>承办单位</p>
  214. <a href="#">{{webList[1].contentValue}}</a>
  215. </div>
  216. <div>
  217. <p>技术支持</p>
  218. <a href="#">{{webList[2].contentValue}}</a>
  219. </div>
  220. <div>
  221. <p>联系电话</p>
  222. <a href="#">185 9664 1072</a>
  223. </div>
  224. </div>
  225. </script>
  226. </div>
  227. </div>
  228. </body>
  229. <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" target-module="./static/js/project/homestead.js" defer type="text/javascript"></script>
  230. </html>