|
@@ -290,7 +290,7 @@
|
|
|
<th><span class="needwrite">*</span>港口经营人名称: </th>
|
|
|
<td colspan="3" style="position: relative;">
|
|
|
<input
|
|
|
- type="text" style="width: 88%" width="90%" readonly="readonly" class="form-control"
|
|
|
+ type="text" style="width: 85%" readonly="readonly" class="form-control"
|
|
|
id="xzjyr" name="jyrmc" value="${gkjyr.gkjyr}"> <c:if
|
|
|
test="${gkjyr.id == null }">
|
|
|
<a class="btn btn-primary btn-sm" href="#"
|
|
@@ -303,40 +303,40 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th><span class="needwrite">*</span>办公地点 : </th>
|
|
|
- <td colspan="3"><input type="text" style="width: 88%" class="form-control"
|
|
|
+ <td colspan="3"><input type="text" style="width: 85%" class="form-control"
|
|
|
id="bgdd" name="bgdd" value="${gkjyr.bgdz }"></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<th><span class="needwrite">*</span>经营地域: </th>
|
|
|
- <td colspan="3" style="position: relative;"><textarea style="width: 88%"
|
|
|
+ <td colspan="3" style="position: relative;"><textarea style="width: 85%"
|
|
|
readonly="readonly" id="jydyadd" class="form-control"></textarea>
|
|
|
<a class="btn btn-primary btn-sm"
|
|
|
- style="float: right; position: absolute; right: 5px; top: 15px;"
|
|
|
+ style="float: right; position: absolute; right: 3px; top: 15px;"
|
|
|
href="#" onclick="xkzsq.detail.jydyxz()">选择经营地域</a></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th><span class="needwrite">*</span>法定代表人: </th>
|
|
|
- <td><input type="text" class="form-control" id="fddbr"
|
|
|
+ <td><input type="text" class="form-control" id="fddbr" style="width: 57%"
|
|
|
name="fddbr" value="${gkjyr.fddbr }"></td>
|
|
|
<th><span class="needwrite">*</span>联系电话: </th>
|
|
|
- <td><input type="text" class="form-control" id="lxdh" style="width: 65%"
|
|
|
+ <td><input type="text" class="form-control" id="lxdh" style="width: 57%"
|
|
|
name="lxdh" value="${gkjyr.lxdh }"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th><span class="needwrite">*</span>联系人 : </th>
|
|
|
- <td><input type="text" class="form-control" id="lxr"
|
|
|
+ <td><input type="text" class="form-control" id="lxr" style="width: 57%"
|
|
|
name="lxr"></td>
|
|
|
<th>电话、传真: </th>
|
|
|
- <td><input type="text" class="form-control" id="cz" style="width: 65%"
|
|
|
+ <td><input type="text" class="form-control" id="cz" style="width: 57%"
|
|
|
name="cz" value="${gkjyr.cz }"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>申请从事的港口经营业务种类: </th>
|
|
|
- <td colspan="3" style="position: relative;"><textarea readonly="readonly" id="ywzladd" style="width: 88%"
|
|
|
+ <td colspan="3" style="position: relative;"><textarea readonly="readonly" id="ywzladd" style="width: 85%"
|
|
|
class="form-control"></textarea>
|
|
|
<a class="btn btn-primary btn-sm"
|
|
|
- style="float: right; position: absolute; right: 5px; top: 15px;"
|
|
|
+ style="float: right; position: absolute; right: 3px; top: 15px;"
|
|
|
href="#" onclick="xkzsq.detail.jydyxz()">选择经营范围</a>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -349,15 +349,15 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>申请说明: </th>
|
|
|
- <td colspan="3"><textarea class="form-control" style="width: 88%"
|
|
|
+ <td colspan="3"><textarea class="form-control" style="width: 85%"
|
|
|
style="width: 80%" name="sqyj" id="sqyj"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>申请人: </th>
|
|
|
- <td><input type="text" class="form-control"
|
|
|
+ <td><input type="text" class="form-control" style="width: 57%"
|
|
|
readonly="readonly" value="${sqr }"></td>
|
|
|
<th>申请时间: </th>
|
|
|
- <td><input type="text" class="form-control" style="width: 65%"
|
|
|
+ <td><input type="text" class="form-control" style="width: 57%"
|
|
|
readonly="readonly" value="${fn:substring(sqsj,0,10)}"></td>
|
|
|
</tr>
|
|
|
</table>
|