@@ -90,13 +90,13 @@
<tr>
<th><span class="needwrite">*</span>项目编码: </th>
<td colspan="4">
- <input type="text" style="width: 92.5%;" class="form-control" name="xmbm">
+ <input type="text" style="width: 92.5%;" readonly="readonly" class="form-control" name="xmbm">
</td>
</tr>
<th><span class="needwrite">*</span>项目名称: </th>
- <input type="text" style="width: 92.5%;" class="form-control" name="xmmc">
+ <input type="text" style="width: 92.5%;" class="form-control" readonly="readonly" name="xmmc">
@@ -215,7 +215,7 @@
<input type="text" class="Wdate" name="jcsj" value="${fn:substring(record.jcsj,0,10)}" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})">
- <tr>
+ <!-- <tr>
<th>泊位个数: </th>
<td>
<input type="text" class="form-control" name="bwgs" value="" readonly="readonly">
@@ -223,8 +223,8 @@
<th></th>
<td >
- </tr>
+ </tr> -->
+ <%-- <tr>
<th>码头前沿位置_上端点X: </th>
<input type="text" class="form-control" name="sddx" value="${record.sddx }">
@@ -243,7 +243,7 @@
<td colspan="3">
<input type="text" class="form-control" name="xddy" value="${record.xddy }">
+ </tr> --%>
</table>
@@ -139,25 +139,16 @@
- <%-- <th>泊位吨级 (吨): </th>
- <td >
- ${record.bwdj }
- </td> --%>
+
<th>通过能力(万吨): </th>
- <td colspan="">
+ <td >
${record.tgnl }
- <!-- </tr>
-
- <tr> -->
<th>泊位用途:</th>
${record.bwytzw }
- <%-- <th>专业化泊位分类:</th>
- <td>
- ${record.zyhbwflzw }
<th>水域类型: </th>
@@ -169,15 +160,7 @@
${fn:substring(record.jcsj,0,10)}
- <th>泊位个数: </th>
- </td>
- <th></th>
${record.sddx }
@@ -196,7 +179,7 @@
${record.xddy }
</form>