|
@@ -39,7 +39,8 @@
|
|
|
bw.detail.initZlsSelect('zlssel','${record.zls}','${record.jgxs}');
|
|
|
bw.detail.initXpSelect('xpsel','${record.xp}','${record.jgxs}');
|
|
|
bw.detail.needCondtion();
|
|
|
-
|
|
|
+ bw.detail.initAbSelect('absel','${record.ab}','80%');
|
|
|
+ bw.detail.initSfwygkghaxnSelect('sfwygkghaxnsel','${record.sfwygkghaxn}','80%');
|
|
|
});
|
|
|
function showgk(){
|
|
|
initgkSelect('szgksel','',$('.szdselectpicker').val(),'showgq','80%');
|
|
@@ -160,6 +161,47 @@
|
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
|
+
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <th>泊位编号: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" name="bwbh" value="${record.bwbh }">
|
|
|
+ </td>
|
|
|
+ <th>泊位代码: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" name="bwdm" value="${record.bwdm }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>岸别: </th>
|
|
|
+ <td>
|
|
|
+ <span id="absel">
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
+ <th>是否位于港口规划岸线内: </th>
|
|
|
+ <td>
|
|
|
+ <span id="sfwygkghaxnsel">
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>港口岸线使用证号: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" name="gkaxsyzh" value="${record.gkaxsyzh }">
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>靠泊船舶类型(按用途分): </th>
|
|
|
+ <td>
|
|
|
+ <div id="kbcblxsel"></div>
|
|
|
+ </td>
|
|
|
+ <!-- <th>泊位个数: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" name="bwgs"
|
|
|
+ onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
|
+ onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" >
|
|
|
+ </td> -->
|
|
|
+ </tr>
|
|
|
+
|
|
|
<tr>
|
|
|
|
|
|
<th><span class="needwrite">*</span>泊位用途: </th>
|
|
@@ -439,21 +481,6 @@
|
|
|
</td>
|
|
|
</tr> --%>
|
|
|
<tr>
|
|
|
-
|
|
|
- <th><span class="needwrite">*</span>靠泊船舶类型(按用途分): </th>
|
|
|
- <td>
|
|
|
- <div id="kbcblxsel"></div>
|
|
|
- </td>
|
|
|
- <%-- <th>泊位个数: </th>
|
|
|
- <td>
|
|
|
- <input type="text" class="form-control" name="bwgs"
|
|
|
- onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
|
- onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
|
- value="${record.bwgs }">
|
|
|
- </td> --%>
|
|
|
- </tr>
|
|
|
-
|
|
|
- <tr>
|
|
|
<th>备注: </th>
|
|
|
<td colspan="4">
|
|
|
<textarea class="form-control" id="bz" name="bz" style="width:92.5%;height:80px;" onkeyup="limitTextArea(this,1000)">${record.bz }</textarea>
|