|
@@ -156,45 +156,43 @@
|
|
|
<li id="jyrLi" role="spp"><a href="#gkjyrxx"
|
|
|
aria-controls="gkjyrxx" role="tab" data-toggle="tab">港口理货业务</a></li>
|
|
|
</ul>
|
|
|
-
|
|
|
<div id=myTabcontent class="tab-content">
|
|
|
<div class="tab-pane fade" id="lhsq">
|
|
|
<div class="box">
|
|
|
<div class="box-content">
|
|
|
<div class="apply_fill">
|
|
|
-
|
|
|
<table class="apply" cellpadding="0" cellspacing="0">
|
|
|
<tr>
|
|
|
<th>申请人名称: </th>
|
|
|
- <td><input type="text" class="form-control" name="sqr"
|
|
|
+ <td><input type="text" class="form-control" name="sqr" style="width: 92.5%"
|
|
|
id="sqr" value="${gkjyr.gkjyr}"></td>
|
|
|
<th>法定代表人: </th>
|
|
|
- <td><input type="text" class="form-control" value="${gkjyr.fddbr }"></td>
|
|
|
+ <td><input type="text" class="form-control" style="width: 92.5%" value="${gkjyr.fddbr }"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>申请人联系方式: </th>
|
|
|
- <td><input type="text" class="form-control" id="sqrlxfs"
|
|
|
+ <td><input type="text" class="form-control" id="sqrlxfs" style="width: 92.5%"
|
|
|
name="sqrlxfs" value=""></td>
|
|
|
<th>申请人邮编: </th>
|
|
|
- <td><input type="text" class="form-control" id="sqryzbm"
|
|
|
+ <td><input type="text" class="form-control" id="sqryzbm" style="width: 92.5%"
|
|
|
name="sqryzbm"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>申请人住址 : </th>
|
|
|
- <td colspan="3"><input type="text" class="form-control"
|
|
|
+ <td colspan="3"><input type="text" class="form-control" style="width: 92.5%"
|
|
|
id="sqrdz" name="sqrdz"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>委托代理人姓名: </th>
|
|
|
- <td><input type="text" class="form-control" id="wtdlrxm"
|
|
|
+ <td><input type="text" class="form-control" id="wtdlrxm" style="width: 92.5%"
|
|
|
name="wtdlrxm"></td>
|
|
|
<th>委托代理人联系方式: </th>
|
|
|
- <td><input type="text" class="form-control"
|
|
|
+ <td><input type="text" class="form-control" style="width: 92.5%"
|
|
|
id="wtdlrlxfs" name="wtdlrlxfs"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>申请的交通行政许可事项及内容: </th>
|
|
|
- <td colspan="3"><textarea class="form-control"
|
|
|
+ <td colspan="3"><textarea class="form-control" style="width: 92.5%"
|
|
|
id="sqnr" name="sqnr"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -212,21 +210,20 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>申请日期: </th>
|
|
|
- <td><input type="text" class="form-control"
|
|
|
+ <td><input type="text" class="form-control" style="width: 92.5%"
|
|
|
readonly="readonly" value="${fn:substring(sqsj,0,10)}"></td>
|
|
|
<th>申请人签字或盖章:</th>
|
|
|
- <td><input type="text" class="form-control" name="sqrqz" id="sqrqz"></td>
|
|
|
+ <td><input type="text" class="form-control" name="sqrqz" id="sqrqz" style="width: 92.5%"></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- </form>
|
|
|
<div id="buttons">
|
|
|
<a class="btn btn-default btn-sm" href="#"
|
|
|
onclick="lhsq.detail.save()"> <i
|
|
|
class="glyphicon glyphicon-floppy-disk"></i> 保存
|
|
|
- </a> <a class="btn btn-default btn-sm" href="#"
|
|
|
- onclick="lhsq.detail.submit()"> <i
|
|
|
- class="glyphicon glyphicon-share"></i> 提交
|
|
|
- </a> <a class="btn btn-default btn-sm" href="#"
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#"
|
|
|
onclick="lhsq.detail.back()"> <i
|
|
|
class="glyphicon glyphicon-arrow-left"></i> 返回
|
|
|
</a>
|