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

property.html 10 KiB

2 年之前
2 年之前
2 年之前
2 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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[0].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" onchange="useTypeChange()">
  42. <option value="">全部</option>
  43. <option value="2">闲置</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="resource.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>
  87. </div>
  88. <div class="new">
  89. <div class="table_main">
  90. <table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent">
  91. <script id="propertyData" type="text/html">
  92. <tr>
  93. <td>镇</td>
  94. <td>村</td>
  95. <td>资产编码</td>
  96. <td>资产名称</td>
  97. <td>数量</td>
  98. <td>单位</td>
  99. <td>资产类别</td>
  100. <td>使用情况</td>
  101. <td>构建时间</td>
  102. </tr>
  103. {{each propertyList as value i}}
  104. <tr onclick="openDialog({{value.id}})">
  105. <td>{{value.townName}}</td>
  106. <td>{{value.deptName}}</td>
  107. <td>{{value.code}}</td>
  108. <td>{{value.name}}</td>
  109. <td>{{value.quantity}}</td>
  110. <td>{{value.unit}}</td>
  111. <td>{{value.assetType}}</td>
  112. <td>{{value.useType}}</td>
  113. <td>{{value.buildTime}}</td>
  114. </tr>
  115. {{/each}}
  116. </script>
  117. </table>
  118. </div>
  119. <div class="pageNum">
  120. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  121. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  122. </div>
  123. <div style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;">
  124. <div id="container"></div>
  125. </div>
  126. </div>
  127. <div class="dialog" id="dialog" style="display: none">
  128. <div class="bg-mengban"></div>
  129. <div class="dialog_table" id="propertyDetailContent">
  130. <script id="propertyDetailData" type="text/html">
  131. <div class="dialog_header">
  132. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  133. <p class="name">基本信息</p>
  134. <p class="bigWin" onclick="window.location='propertyDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p>
  135. <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>
  136. <i class="sanjiao-left"></i>
  137. <p class="phone">{{phone}} {{leader}}</p>
  138. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  139. </div>
  140. <div class="dialog_main">
  141. <table cellpadding="0" cellspacing="0" width="100%">
  142. <tr>
  143. <td>镇</td>
  144. <td>{{propertyDetail.townName}}</td>
  145. <td>村</td>
  146. <td>{{propertyDetail.deptName}}</td>
  147. <td>资产编码</td>
  148. <td>{{propertyDetail.code}}</td>
  149. </tr>
  150. <tr>
  151. <td>资产名称</td>
  152. <td>{{propertyDetail.name}}</td>
  153. <td>数量</td>
  154. <td>{{propertyDetail.quantity}}</td>
  155. <td>单位</td>
  156. <td>{{propertyDetail.unit}}</td>
  157. </tr>
  158. <tr>
  159. <td>资产类别</td>
  160. <td>{{propertyDetail.assetType}}</td>
  161. <td>使用情况</td>
  162. <td>{{propertyDetail.useType}}</td>
  163. <td>构建时间</td>
  164. <td>{{propertyDetail.buildTime}}</td>
  165. </tr>
  166. </table>
  167. </div>
  168. <div class="dialog_header">
  169. <p><img src="static/images/dialog_icon_4.png" alt=""></p>
  170. <p class="name">现场图片</p>
  171. </div>
  172. <div class="dialog_img">
  173. {{each attachment as value i}}
  174. <img src="/api{{value.fileUrl}}" alt="">
  175. {{/each}}
  176. </div>
  177. </script>
  178. </div>
  179. </div>
  180. <div class="footer" id="webContent">
  181. <script id="webData" type="text/html">
  182. <div class="footer_link">
  183. <p class="footer_link_tit">友情链接</p>
  184. <a href="{{webList[5].contentUrl}}">{{webList[5].contentValue}}</a>
  185. </div>
  186. <div class="footer_link_filings">
  187. <div class="footer_link_filings_left">
  188. <p>鲁公安备案</p>
  189. <a href="#">{{webList[3].contentValue}}</a>
  190. </div>
  191. <div class="footer_link_filings_right">
  192. <p>服务热线</p>
  193. <a href="#">{{webList[4].contentValue}}</a>
  194. </div>
  195. </div>
  196. <div class="footer_link_company">
  197. <div>
  198. <p>承办单位</p>
  199. <a href="#">{{webList[1].contentValue}}</a>
  200. </div>
  201. <div>
  202. <p>技术支持</p>
  203. <a href="#">{{webList[2].contentValue}}</a>
  204. </div>
  205. <div>
  206. <p>联系电话</p>
  207. <a href="#">185 9664 1072</a>
  208. </div>
  209. </div>
  210. </script>
  211. </div>
  212. </div>
  213. </body>
  214. <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>
  215. </html>