archivesRoadSection-detail.jsp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: EDZ
  4. Date: 2021/6/28
  5. Time: 11:08
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
  9. <%@include file="/context/mytags.jsp" %>
  10. <!DOCTYPE html>
  11. <html>
  12. <head>
  13. <title>道路档案</title>
  14. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  15. <script type="text/javascript">
  16. //编写自定义JS代码
  17. </script>
  18. </head>
  19. <body>
  20. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="archivesRoadSectionController.do?doAddOrUpdate">
  21. <input id="id" name="id" type="hidden" value="${archivesRoadSection.id }"/>
  22. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  23. <tr>
  24. <td align="right">
  25. <label class="Validform_label">
  26. <span color="red" class="requiredIcon">*</span>路段名称:
  27. </label>
  28. </td>
  29. <td class="value">
  30. <input id="name" name="name" type="text" style="width: 150px"
  31. ignore="checked" datatype="*,*1-20"
  32. value='${archivesRoadSection.name}'/>
  33. <span class="Validform_checktip"></span>
  34. <label class="Validform_label" style="display: none;">名称</label>
  35. </td>
  36. </tr>
  37. <%-- <tr>--%>
  38. <%-- <td align="right">--%>
  39. <%-- <label class="Validform_label">--%>
  40. <%-- 路段编码:--%>
  41. <%-- </label>--%>
  42. <%-- </td>--%>
  43. <%-- <td class="value">--%>
  44. <%-- <input id="code" name="code" type="text" style="width: 150px"--%>
  45. <%-- ignore="checked" datatype="*,*1-20"--%>
  46. <%-- value='${archivesRoadSection.code}'/>--%>
  47. <%-- <span class="Validform_checktip"></span>--%>
  48. <%-- <label class="Validform_label" style="display: none;">编码</label>--%>
  49. <%-- </td>--%>
  50. <%-- </tr>--%>
  51. <%-- <tr>--%>
  52. <%-- <td align="right">--%>
  53. <%-- <label class="Validform_label">--%>
  54. <%-- 路段长度(米):--%>
  55. <%-- </label>--%>
  56. <%-- </td>--%>
  57. <%-- <td class="value">--%>
  58. <%-- <input id="length" name="length" type="text" style="width: 150px"--%>
  59. <%-- ignore="checked" datatype="d"--%>
  60. <%-- value='${archivesRoadSection.length}'/>--%>
  61. <%-- <span class="Validform_checktip"></span>--%>
  62. <%-- <label class="Validform_label" style="display: none;">路段长度(米)</label>--%>
  63. <%-- </td>--%>
  64. <%-- <td align="right">--%>
  65. <%-- <label class="Validform_label">--%>
  66. <%-- 路段面积(平方公里):--%>
  67. <%-- </label>--%>
  68. <%-- </td>--%>
  69. <%-- <td class="value">--%>
  70. <%-- <input id="area" name="area" type="text" style="width: 150px"--%>
  71. <%-- ignore="checked" datatype="d"--%>
  72. <%-- value='${archivesRoadSection.area}'/>--%>
  73. <%-- <span class="Validform_checktip"></span>--%>
  74. <%-- <label class="Validform_label" style="display: none;">路段面积(平方公里)</label>--%>
  75. <%-- </td>--%>
  76. <%-- </tr>--%>
  77. <tr>
  78. <td align="right">
  79. <label class="Validform_label">
  80. <span color="red" class="requiredIcon">*</span>端点1经度:
  81. </label>
  82. </td>
  83. <td class="value">
  84. <input id="startLongitude" name="startLongitude" type="text" style="width: 150px"
  85. ignore="checked" datatype="d"
  86. value='${archivesRoadSection.startLongitude}'/>
  87. <span class="Validform_checktip"></span>
  88. <label class="Validform_label" style="display: none;">端点1经度</label>
  89. </td>
  90. </tr>
  91. <tr>
  92. <td align="right">
  93. <label class="Validform_label">
  94. <span color="red" class="requiredIcon">*</span>端点1纬度:
  95. </label>
  96. </td>
  97. <td class="value">
  98. <input id="startLatitude" name="startLatitude" type="text" style="width: 150px"
  99. ignore="checked" datatype="d"
  100. value='${archivesRoadSection.startLatitude}'/>
  101. <span class="Validform_checktip"></span>
  102. <label class="Validform_label" style="display: none;">端点1纬度</label>
  103. </td>
  104. </tr>
  105. <tr>
  106. <td align="right">
  107. <label class="Validform_label">
  108. <span color="red" class="requiredIcon">*</span>中点经度:
  109. </label>
  110. </td>
  111. <td class="value">
  112. <input id="centerLongitude" name="centerLongitude" type="text" style="width: 150px"
  113. ignore="checked" datatype="d"
  114. value='${archivesRoadSection.centerLongitude}'/>
  115. <span class="Validform_checktip"></span>
  116. <label class="Validform_label" style="display: none;">中点经度</label>
  117. </td>
  118. </tr>
  119. <tr>
  120. <td align="right">
  121. <label class="Validform_label">
  122. <span color="red" class="requiredIcon">*</span>中点纬度:
  123. </label>
  124. </td>
  125. <td class="value">
  126. <input id="centerLatitude" name="centerLatitude" type="text" style="width: 150px"
  127. ignore="checked" datatype="d"
  128. value='${archivesRoadSection.centerLatitude}'/>
  129. <span class="Validform_checktip"></span>
  130. <label class="Validform_label" style="display: none;">中点纬度</label>
  131. </td>
  132. </tr>
  133. <tr>
  134. <td align="right">
  135. <label class="Validform_label">
  136. <span color="red" class="requiredIcon">*</span>端点2经度:
  137. </label>
  138. </td>
  139. <td class="value">
  140. <input id="endLongitude" name="endLongitude" type="text" style="width: 150px"
  141. ignore="checked" datatype="d"
  142. value='${archivesRoadSection.endLongitude}'/>
  143. <span class="Validform_checktip"></span>
  144. <label class="Validform_label" style="display: none;">端点2经度</label>
  145. </td>
  146. </tr>
  147. <tr>
  148. <td align="right">
  149. <label class="Validform_label">
  150. <span color="red" class="requiredIcon">*</span>端点2纬度:
  151. </label>
  152. </td>
  153. <td class="value">
  154. <input id="endLatitude" name="endLatitude" type="text" style="width: 150px"
  155. ignore="checked" datatype="d"
  156. value='${archivesRoadSection.endLatitude}'/>
  157. <span class="Validform_checktip"></span>
  158. <label class="Validform_label" style="display: none;">端点2纬度</label>
  159. </td>
  160. </tr>
  161. <%-- <tr>--%>
  162. <%-- <td align="right">--%>
  163. <%-- <label class="Validform_label">--%>
  164. <%-- 海拔(米):--%>
  165. <%-- </label>--%>
  166. <%-- </td>--%>
  167. <%-- <td class="value">--%>
  168. <%-- <input id="height" name="height" type="text" style="width: 150px"--%>
  169. <%-- ignore="checked" onkeyup="value=value.replace(/[^\d\.]/g,'')" onblur="value=value.replace(/[^\d\.]/g,'')"--%>
  170. <%-- value='${archivesRoadSection.height}'/>--%>
  171. <%-- <span class="Validform_checktip"></span>--%>
  172. <%-- <label class="Validform_label" style="display: none;">海拔(米)</label>--%>
  173. <%-- </td>--%>
  174. <%-- </tr>--%>
  175. <tr>
  176. <td align="right">
  177. <label class="Validform_label">
  178. <span color="red" class="requiredIcon">*</span>所属道路:
  179. </label>
  180. </td>
  181. <td class="value">
  182. <input id="roadName" name="roadName" type="text" style="width: 150px"
  183. ignore="checked" datatype="*,*1-20"
  184. value='${archivesRoadSection.roadName}'/>
  185. <span class="Validform_checktip"></span>
  186. <label class="Validform_label" style="display: none;">关联道路</label>
  187. </td>
  188. <%-- <td align="right">--%>
  189. <%-- <label class="Validform_label">--%>
  190. <%-- 状态:--%>
  191. <%-- </label>--%>
  192. <%-- </td>--%>
  193. <%-- <td class="value">--%>
  194. <%-- <t:dictSelect field="status" type="list" datatype="*" typeGroupCode="archivesState" defaultVal="${archivesRoadSection.status}" hasLabel="false" title="公厕档案状态" ></t:dictSelect>--%>
  195. <%-- <span class="Validform_checktip"></span>--%>
  196. <%-- <label class="Validform_label" style="display: none;">状态</label>--%>
  197. <%-- </td>--%>
  198. </tr>
  199. <tr>
  200. <td align="right">
  201. <label class="Validform_label">
  202. <span color="red" class="requiredIcon">*</span>所属网格化区域:
  203. </label>
  204. </td>
  205. <td class="value">
  206. <t:dictSelect field="areaRegion" datatype="*" type="list" typeGroupCode="areaRegion" defaultVal="${archivesRoadSection.areaRegion}" hasLabel="false" title="所属网格化区域"></t:dictSelect>
  207. <span class="Validform_checktip"></span>
  208. <label class="Validform_label" style="display: none;">所属网格化区域</label>
  209. </td>
  210. </tr>
  211. <%-- <td align="right">--%>
  212. <%-- <label class="Validform_label">--%>
  213. <%-- 描述:--%>
  214. <%-- </label>--%>
  215. <%-- </td>--%>
  216. <%-- <td class="value" colspan="3">--%>
  217. <%-- <input id="description" name="description" type="text" style="width: 500px"--%>
  218. <%-- ignore="checked" datatype="*"--%>
  219. <%-- value='${archivesRoadSection.description}'/>--%>
  220. <%-- <span class="Validform_checktip"></span>--%>
  221. <%-- <label class="Validform_label" style="display: none;">描述</label>--%>
  222. <%-- </td>--%>
  223. </tr>
  224. </table>
  225. </t:formvalid>
  226. </body>
  227. </html>