|
@@ -40,6 +40,8 @@
|
|
bw.detail.initBwxs('bwxssel','','showbwxs');
|
|
bw.detail.initBwxs('bwxssel','','showbwxs');
|
|
bw.detail.initZlsSelect('zlssel','');
|
|
bw.detail.initZlsSelect('zlssel','');
|
|
bw.detail.initXpSelect('xpsel','');
|
|
bw.detail.initXpSelect('xpsel','');
|
|
|
|
+ bw.detail.initAbSelect('absel','','80%');
|
|
|
|
+ bw.detail.initSfwygkghaxnSelect('sfwygkghaxnsel','','80%');
|
|
bw.detail.needCondtion();
|
|
bw.detail.needCondtion();
|
|
$('#ajyrselect').css('display','none');
|
|
$('#ajyrselect').css('display','none');
|
|
});
|
|
});
|
|
@@ -146,6 +148,44 @@
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
|
|
+ <th>泊位编号: </th>
|
|
|
|
+ <td>
|
|
|
|
+ <input type="text" class="form-control" name="bwbh" >
|
|
|
|
+ </td>
|
|
|
|
+ <th>泊位代码: </th>
|
|
|
|
+ <td>
|
|
|
|
+ <input type="text" class="form-control" name="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" >
|
|
|
|
+ </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>
|
|
<th><span class="needwrite">*</span>泊位名称: </th>
|
|
<td>
|
|
<td>
|
|
<input type="text" class="form-control" name="bwmc" >
|
|
<input type="text" class="form-control" name="bwmc" >
|
|
@@ -157,6 +197,7 @@
|
|
</td>
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
|
+
|
|
<tr>
|
|
<tr>
|
|
<th><span class="needwrite">*</span>泊位用途: </th>
|
|
<th><span class="needwrite">*</span>泊位用途: </th>
|
|
<td>
|
|
<td>
|
|
@@ -413,19 +454,6 @@
|
|
<input type="text" class="form-control" name="lkgs">
|
|
<input type="text" class="form-control" name="lkgs">
|
|
</td>
|
|
</td>
|
|
</tr> -->
|
|
</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,''))" >
|
|
|
|
- </td> -->
|
|
|
|
- </tr>
|
|
|
|
|
|
|
|
<tr>
|
|
<tr>
|
|
<th>备注: </th>
|
|
<th>备注: </th>
|