|
@@ -26,7 +26,10 @@
|
|
|
}
|
|
|
//项目类型默认新建
|
|
|
initXmlxSelect('xmlxsel','2201','80%');
|
|
|
+ //水域类型
|
|
|
+ initSylxSelect('sylxsel','1902','80%');
|
|
|
//投资类型默认企业投资
|
|
|
+
|
|
|
initTzlxSelect('tzlxsel','1902','80%');
|
|
|
initXmhzjbSelect('xmhzjbsel','','80%');
|
|
|
initAxspjbSelect('axspjbsel','','80%');
|
|
@@ -84,6 +87,12 @@
|
|
|
<input type="hidden" id="userids" name="userids"/>
|
|
|
<input type="hidden" class="form-control" name="roleCode" id="roleCode" value="${roleCode }">
|
|
|
<table class="apply" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>项目编码: </th>
|
|
|
+ <td colspan="4">
|
|
|
+ <input type="text" style="width: 92.5%;" class="form-control" name="xmbm">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<th><span class="needwrite">*</span>项目名称: </th>
|
|
|
<td colspan="4">
|
|
@@ -146,13 +155,23 @@
|
|
|
<tr>
|
|
|
<th>总投资 (万元): </th>
|
|
|
<td>
|
|
|
- <input type="text" class="form-control" name="ztz">
|
|
|
+ <input type="text" class="form-control" name="ztz" onchange="ratesub()">
|
|
|
</td>
|
|
|
<th>项目核准级别: </th>
|
|
|
<td>
|
|
|
<div id="xmhzjbsel"></div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ <tr id="zftzDiv" style="display:none">
|
|
|
+ <th>政府投资(万元): </th>
|
|
|
+ <td >
|
|
|
+ <input type="text" class="form-control" name="zftze" onchange="ratesub()">
|
|
|
+ </td>
|
|
|
+ <th>政府投资占比(%): </th>
|
|
|
+ <td >
|
|
|
+ <input type="text" class="form-control" readonly="readonly" id="zftzezb">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<th>岸线审批级别: </th>
|
|
|
<td >
|
|
@@ -164,28 +183,30 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>泊位吨级 (吨): </th>
|
|
|
+ <!-- <th>泊位吨级 (吨): </th>
|
|
|
<td >
|
|
|
<input type="text" class="form-control" name="bwdj">
|
|
|
- </td>
|
|
|
+ </td> -->
|
|
|
<th>通过能力(万吨): </th>
|
|
|
- <td colspan="3">
|
|
|
+ <td>
|
|
|
<input type="text" class="form-control" name="tgnl">
|
|
|
</td>
|
|
|
- </tr>
|
|
|
-
|
|
|
- <tr>
|
|
|
- <th>泊位用途: </th>
|
|
|
- <td colspan="3">
|
|
|
+ <th>泊位用途: </th>
|
|
|
+ <td >
|
|
|
<span id="bwytsel"></span>
|
|
|
- </td>
|
|
|
-
|
|
|
- <!-- <th>专业化泊位分类: </th>
|
|
|
- <td>
|
|
|
- <span id="zyhbwflsel"></span>
|
|
|
- </td> -->
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
|
|
|
+ <tr>
|
|
|
+ <th>水域类型: </th>
|
|
|
+ <td >
|
|
|
+ <div id="sylxsel"></div>
|
|
|
+ </td>
|
|
|
+ <th>建成时间: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="Wdate" name="jcsj" value="${jcsj }" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
</table>
|
|
|
|
|
|
<div id="buttons">
|