| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- <%--
- Created by IntelliJ IDEA.
- User: EDZ
- Date: 2021/6/28
- Time: 11:08
- To change this template use File | Settings | File Templates.
- --%>
- <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
- <%@include file="/context/mytags.jsp" %>
- <!DOCTYPE html>
- <html>
- <head>
- <title>道路档案</title>
- <t:base type="jquery,easyui,tools,DatePicker"></t:base>
- <script type="text/javascript">
- //编写自定义JS代码
- </script>
- </head>
- <body>
- <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="archivesRoadSectionController.do?doAddOrUpdate">
- <input id="id" name="id" type="hidden" value="${archivesRoadSection.id }"/>
- <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>路段名称:
- </label>
- </td>
- <td class="value">
- <input id="name" name="name" type="text" style="width: 150px"
- ignore="checked" datatype="*,*1-20"
- value='${archivesRoadSection.name}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">名称</label>
- </td>
- </tr>
- <%-- <tr>--%>
- <%-- <td align="right">--%>
- <%-- <label class="Validform_label">--%>
- <%-- 路段编码:--%>
- <%-- </label>--%>
- <%-- </td>--%>
- <%-- <td class="value">--%>
- <%-- <input id="code" name="code" type="text" style="width: 150px"--%>
- <%-- ignore="checked" datatype="*,*1-20"--%>
- <%-- value='${archivesRoadSection.code}'/>--%>
- <%-- <span class="Validform_checktip"></span>--%>
- <%-- <label class="Validform_label" style="display: none;">编码</label>--%>
- <%-- </td>--%>
- <%-- </tr>--%>
- <%-- <tr>--%>
- <%-- <td align="right">--%>
- <%-- <label class="Validform_label">--%>
- <%-- 路段长度(米):--%>
- <%-- </label>--%>
- <%-- </td>--%>
- <%-- <td class="value">--%>
- <%-- <input id="length" name="length" type="text" style="width: 150px"--%>
- <%-- ignore="checked" datatype="d"--%>
- <%-- value='${archivesRoadSection.length}'/>--%>
- <%-- <span class="Validform_checktip"></span>--%>
- <%-- <label class="Validform_label" style="display: none;">路段长度(米)</label>--%>
- <%-- </td>--%>
- <%-- <td align="right">--%>
- <%-- <label class="Validform_label">--%>
- <%-- 路段面积(平方公里):--%>
- <%-- </label>--%>
- <%-- </td>--%>
- <%-- <td class="value">--%>
- <%-- <input id="area" name="area" type="text" style="width: 150px"--%>
- <%-- ignore="checked" datatype="d"--%>
- <%-- value='${archivesRoadSection.area}'/>--%>
- <%-- <span class="Validform_checktip"></span>--%>
- <%-- <label class="Validform_label" style="display: none;">路段面积(平方公里)</label>--%>
- <%-- </td>--%>
- <%-- </tr>--%>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>端点1经度:
- </label>
- </td>
- <td class="value">
- <input id="startLongitude" name="startLongitude" type="text" style="width: 150px"
- ignore="checked" datatype="d"
- value='${archivesRoadSection.startLongitude}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">端点1经度</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>端点1纬度:
- </label>
- </td>
- <td class="value">
- <input id="startLatitude" name="startLatitude" type="text" style="width: 150px"
- ignore="checked" datatype="d"
- value='${archivesRoadSection.startLatitude}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">端点1纬度</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>中点经度:
- </label>
- </td>
- <td class="value">
- <input id="centerLongitude" name="centerLongitude" type="text" style="width: 150px"
- ignore="checked" datatype="d"
- value='${archivesRoadSection.centerLongitude}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">中点经度</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>中点纬度:
- </label>
- </td>
- <td class="value">
- <input id="centerLatitude" name="centerLatitude" type="text" style="width: 150px"
- ignore="checked" datatype="d"
- value='${archivesRoadSection.centerLatitude}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">中点纬度</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>端点2经度:
- </label>
- </td>
- <td class="value">
- <input id="endLongitude" name="endLongitude" type="text" style="width: 150px"
- ignore="checked" datatype="d"
- value='${archivesRoadSection.endLongitude}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">端点2经度</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>端点2纬度:
- </label>
- </td>
- <td class="value">
- <input id="endLatitude" name="endLatitude" type="text" style="width: 150px"
- ignore="checked" datatype="d"
- value='${archivesRoadSection.endLatitude}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">端点2纬度</label>
- </td>
- </tr>
- <%-- <tr>--%>
- <%-- <td align="right">--%>
- <%-- <label class="Validform_label">--%>
- <%-- 海拔(米):--%>
- <%-- </label>--%>
- <%-- </td>--%>
- <%-- <td class="value">--%>
- <%-- <input id="height" name="height" type="text" style="width: 150px"--%>
- <%-- ignore="checked" onkeyup="value=value.replace(/[^\d\.]/g,'')" onblur="value=value.replace(/[^\d\.]/g,'')"--%>
- <%-- value='${archivesRoadSection.height}'/>--%>
- <%-- <span class="Validform_checktip"></span>--%>
- <%-- <label class="Validform_label" style="display: none;">海拔(米)</label>--%>
- <%-- </td>--%>
- <%-- </tr>--%>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>所属道路:
- </label>
- </td>
- <td class="value">
- <input id="roadName" name="roadName" type="text" style="width: 150px"
- ignore="checked" datatype="*,*1-20"
- value='${archivesRoadSection.roadName}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">关联道路</label>
- </td>
- <%-- <td align="right">--%>
- <%-- <label class="Validform_label">--%>
- <%-- 状态:--%>
- <%-- </label>--%>
- <%-- </td>--%>
- <%-- <td class="value">--%>
- <%-- <t:dictSelect field="status" type="list" datatype="*" typeGroupCode="archivesState" defaultVal="${archivesRoadSection.status}" hasLabel="false" title="公厕档案状态" ></t:dictSelect>--%>
- <%-- <span class="Validform_checktip"></span>--%>
- <%-- <label class="Validform_label" style="display: none;">状态</label>--%>
- <%-- </td>--%>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- <span color="red" class="requiredIcon">*</span>所属网格化区域:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="areaRegion" datatype="*" type="list" typeGroupCode="areaRegion" defaultVal="${archivesRoadSection.areaRegion}" hasLabel="false" title="所属网格化区域"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">所属网格化区域</label>
- </td>
- </tr>
- <%-- <td align="right">--%>
- <%-- <label class="Validform_label">--%>
- <%-- 描述:--%>
- <%-- </label>--%>
- <%-- </td>--%>
- <%-- <td class="value" colspan="3">--%>
- <%-- <input id="description" name="description" type="text" style="width: 500px"--%>
- <%-- ignore="checked" datatype="*"--%>
- <%-- value='${archivesRoadSection.description}'/>--%>
- <%-- <span class="Validform_checktip"></span>--%>
- <%-- <label class="Validform_label" style="display: none;">描述</label>--%>
- <%-- </td>--%>
- </tr>
- </table>
- </t:formvalid>
- </body>
- </html>
|