网站
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

238 rindas
10 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. <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. <script id="useTypeData" type="text/html">
  42. {{each useType as value i}}
  43. <option value="{{value.dictValue}}">{{value.dictLabel}}</option>
  44. {{/each}}
  45. </script>
  46. </select>
  47. </div>
  48. <div class="wid25 flex_dom flex_item_between flex_item_mid">
  49. <div class="header_nav">
  50. <a href="index.html">
  51. <div>
  52. <i class="i1"></i>
  53. </div>
  54. <p>新闻资讯</p>
  55. </a>
  56. </div>
  57. <div class="header_nav active">
  58. <a href="property.html">
  59. <div>
  60. <i class="i2"></i>
  61. <img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">
  62. </div>
  63. <p>资产信息</p>
  64. </a>
  65. </div>
  66. <div class="header_nav">
  67. <a href="resource.html">
  68. <div>
  69. <i class="i3"></i>
  70. </div>
  71. <p>资源信息</p>
  72. </a>
  73. </div>
  74. <div class="header_nav">
  75. <a href="homestead.html">
  76. <div>
  77. <i class="i4"></i>
  78. </div>
  79. <p>宅基地信息</p>
  80. </a>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="new">
  85. <div class="table_main">
  86. <table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent">
  87. <script id="propertyData" type="text/html">
  88. <tr>
  89. <td>镇</td>
  90. <td>村</td>
  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.townName}}</td>
  102. <td>{{value.deptName}}</td>
  103. <td>{{value.code}}</td>
  104. <td>{{value.name}}</td>
  105. <td>{{value.quantity}}</td>
  106. <td>{{value.unit}}</td>
  107. <td>{{value.assetType}}</td>
  108. <td>{{value.useType}}</td>
  109. <td>{{value.buildTime}}</td>
  110. </tr>
  111. {{/each}}
  112. </script>
  113. </table>
  114. </div>
  115. <div class="pageNum">
  116. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  117. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  118. </div>
  119. <div style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;">
  120. <div id="container"></div>
  121. </div>
  122. <script>
  123. var map = new BMapGL.Map('container'); // 创建Map实例
  124. map.centerAndZoom(new BMapGL.Point(116.320938,39.950026), 18); // 初始化地图,设置中心点坐标和地图级别
  125. map.enableScrollWheelZoom(false); // 开启鼠标滚轮缩放
  126. </script>
  127. </div>
  128. <div class="dialog" id="dialog" style="display: none">
  129. <div class="bg-mengban"></div>
  130. <div class="dialog_table" id="propertyDetailContent">
  131. <script id="propertyDetailData" type="text/html">
  132. <div class="dialog_header">
  133. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  134. <p class="name">基本信息</p>
  135. <p class="bigWin"><img src="static/images/dialog_icon_2.png" alt=""></p>
  136. <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>
  137. <i class="sanjiao-left"></i>
  138. <p class="phone">15925781687 王程程</p>
  139. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  140. </div>
  141. <div class="dialog_main">
  142. <table cellpadding="0" cellspacing="0" width="100%">
  143. <tr>
  144. <td>镇</td>
  145. <td>{{propertyDetail.townName}}</td>
  146. <td>村</td>
  147. <td>{{propertyDetail.deptName}}</td>
  148. <td>资产编码</td>
  149. <td>{{propertyDetail.code}}</td>
  150. </tr>
  151. <tr>
  152. <td>资产名称</td>
  153. <td>{{propertyDetail.name}}</td>
  154. <td>数量</td>
  155. <td>{{propertyDetail.quantity}}</td>
  156. <td>单位</td>
  157. <td>{{propertyDetail.unit}}</td>
  158. </tr>
  159. <tr>
  160. <td>资产类别</td>
  161. <td>{{propertyDetail.assetType}}</td>
  162. <td>使用情况</td>
  163. <td>{{propertyDetail.useType}}</td>
  164. <td>构建时间</td>
  165. <td>{{propertyDetail.buildTime}}</td>
  166. </tr>
  167. </table>
  168. </div>
  169. <div class="dialog_header">
  170. <p><img src="static/images/dialog_icon_4.png" alt=""></p>
  171. <p class="name">现场图片</p>
  172. </div>
  173. <div class="dialog_img">
  174. {{each attachment as value i}}
  175. <img src="/api{{value.fileUrl}}" alt="">
  176. {{/each}}
  177. </div>
  178. </script>
  179. </div>
  180. </div>
  181. <div class="footer" id="webContent">
  182. <script id="webData" type="text/html">
  183. <div class="footer_link">
  184. <p class="footer_link_tit">友情链接</p>
  185. <a href="{{webList[5].contentUrl}}">{{webList[5].contentValue}}</a>
  186. </div>
  187. <div class="footer_link_filings">
  188. <div class="footer_link_filings_left">
  189. <p>鲁公安备案</p>
  190. <a href="#">{{webList[3].contentValue}}</a>
  191. </div>
  192. <div class="footer_link_filings_right">
  193. <p>服务热线</p>
  194. <a href="#">{{webList[4].contentValue}}</a>
  195. </div>
  196. </div>
  197. <div class="footer_link_company">
  198. <div>
  199. <p>承办单位</p>
  200. <a href="#">{{webList[1].contentValue}}</a>
  201. </div>
  202. <div>
  203. <p>技术支持</p>
  204. <a href="#">{{webList[2].contentValue}}</a>
  205. </div>
  206. <div>
  207. <p>联系电话</p>
  208. <a href="#">185 9664 1072</a>
  209. </div>
  210. </div>
  211. </script>
  212. </div>
  213. </div>
  214. </body>
  215. <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>
  216. </html>