|
@@ -23,6 +23,9 @@
|
|
margin: 15px 0px 15px 0px;
|
|
margin: 15px 0px 15px 0px;
|
|
width: 80%;
|
|
width: 80%;
|
|
}
|
|
}
|
|
|
|
+ .font>li>a{
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<!--左侧菜单栏-->
|
|
<!--左侧菜单栏-->
|
|
@@ -68,8 +71,8 @@
|
|
<ul class="treeview-menu">
|
|
<ul class="treeview-menu">
|
|
<li class="active"><a href="{{ url('/table') }}"><i class="fa fa-file-text-o"></i>受理案件
|
|
<li class="active"><a href="{{ url('/table') }}"><i class="fa fa-file-text-o"></i>受理案件
|
|
<i class="fa fa-angle-left pull-right"></i></a>
|
|
<i class="fa fa-angle-left pull-right"></i></a>
|
|
- <ul class="treeview-menu">
|
|
|
|
- <li class="active"><a href="{{ url('/table/1') }}"><i class="fa fa-circle-o"></i>安置单(货币化安置)</a></li>
|
|
|
|
|
|
+ <ul class="treeview-menu font">
|
|
|
|
+ <li class="active"><a style="font-size: 12px;" href="{{ url('/table/1') }}"><i class="fa fa-circle-o"></i>安置单(货币化安置)</a></li>
|
|
<li><a href="{{ url('/table/2') }}"><i class="fa fa-circle-o"></i>违章建筑自行拆除费用申领表</a></li>
|
|
<li><a href="{{ url('/table/2') }}"><i class="fa fa-circle-o"></i>违章建筑自行拆除费用申领表</a></li>
|
|
<li><a href="{{ url('/table/3') }}"><i class="fa fa-circle-o"></i>残疾人房征补贴审批确认单</a></li>
|
|
<li><a href="{{ url('/table/3') }}"><i class="fa fa-circle-o"></i>残疾人房征补贴审批确认单</a></li>
|
|
<li><a href="{{ url('/table/4') }}"><i class="fa fa-circle-o"></i>房屋征收提前搬迁奖励单</a></li>
|
|
<li><a href="{{ url('/table/4') }}"><i class="fa fa-circle-o"></i>房屋征收提前搬迁奖励单</a></li>
|
|
@@ -138,22 +141,23 @@
|
|
<div class="row" style="text-align: center">
|
|
<div class="row" style="text-align: center">
|
|
<h3>国有土地房屋征收与补偿安置单(货币化安置)</h3><br>
|
|
<h3>国有土地房屋征收与补偿安置单(货币化安置)</h3><br>
|
|
</div>
|
|
</div>
|
|
|
|
+ <form action="" method="post">
|
|
|
|
+ {{ csrf_field() }}
|
|
<div id="example2_wrapper" class="dataTables_wrapper form-inline dt-bootstrap">
|
|
<div id="example2_wrapper" class="dataTables_wrapper form-inline dt-bootstrap">
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col-sm-1" style="text-align: right">项目名称:</div>
|
|
|
|
- <div class="col-sm-8">
|
|
|
|
- <input style="margin: 0px;" class="form-control" type="text" placeholder="必填项">
|
|
|
|
|
|
+ <div class="col-sm-2" style="text-align: right">项目名称:</div>
|
|
|
|
+ <div class="col-sm-7">
|
|
|
|
+ <input name="project_name" style="margin: 0px;" class="form-control" type="text" placeholder="必填项">
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-1" style="text-align: right">编号:</div>
|
|
<div class="col-sm-1" style="text-align: right">编号:</div>
|
|
<div class="col-sm-2">
|
|
<div class="col-sm-2">
|
|
- <input style="margin: 0px;" class="form-control" type="text" placeholder="必填项">
|
|
|
|
|
|
+ <input name="num" style="margin: 0px;" class="form-control" type="text" placeholder="必填项">
|
|
</div><br><br>
|
|
</div><br><br>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<div class="col-sm-12">
|
|
|
|
|
|
- <form action="" method="post">
|
|
|
|
- {{ csrf_field() }}
|
|
|
|
|
|
+
|
|
@if(count($errors)>0)
|
|
@if(count($errors)>0)
|
|
<div class="callout callout-danger">
|
|
<div class="callout callout-danger">
|
|
@if(is_object($errors))
|
|
@if(is_object($errors))
|
|
@@ -181,23 +185,23 @@
|
|
<td colspan="2" width="20%">被征收人姓名:</td>
|
|
<td colspan="2" width="20%">被征收人姓名:</td>
|
|
<td colspan="2" ><input name="bzc_name" class="form-control" type="text" placeholder=""></td>
|
|
<td colspan="2" ><input name="bzc_name" class="form-control" type="text" placeholder=""></td>
|
|
<td colspan="2" width="20%" >被征收房屋地址</td>
|
|
<td colspan="2" width="20%" >被征收房屋地址</td>
|
|
- <td colspan="2" ><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="2" ><input name="bzc_addr" class="form-control" type="text" placeholder=""></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td colspan="2" width="20%">联系电话:</td>
|
|
<td colspan="2" width="20%">联系电话:</td>
|
|
- <td colspan="2" ><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="2" ><input name="bzc_tel" class="form-control" type="text" placeholder=""></td>
|
|
<td colspan="2" width="20%" >被征收人身份证号码:</td>
|
|
<td colspan="2" width="20%" >被征收人身份证号码:</td>
|
|
- <td colspan="2" ><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="2" ><input name="bzc_id_card" class="form-control" type="text" placeholder=""></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td colspan="2" width="20%">产权性质:</td>
|
|
<td colspan="2" width="20%">产权性质:</td>
|
|
- <td colspan="2" ><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="2" ><input name="property" class="form-control" type="text" placeholder=""></td>
|
|
<td colspan="2" width="20%" >用途:</td>
|
|
<td colspan="2" width="20%" >用途:</td>
|
|
- <td colspan="2" ><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="2" ><input name="used" class="form-control" type="text" placeholder=""></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td width="10%">拆迁补偿总金额:</td>
|
|
<td width="10%">拆迁补偿总金额:</td>
|
|
- <td colspan="7">¥ <input name="" class="form-control" type="text" placeholder="">( 元 )</td>
|
|
|
|
|
|
+ <td colspan="7">¥ <input name="total_money" class="form-control" type="text" placeholder="">( 元 )</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td rowspan="3" colspan="2">货币化安置</td>
|
|
<td rowspan="3" colspan="2">货币化安置</td>
|
|
@@ -210,23 +214,23 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>住宅</td>
|
|
<td>住宅</td>
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td><input name="money_home_area" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_home_dprice" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_home_price" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_home_jchae" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_homr_tchae" class="form-control" type="text" placeholder=""></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>商业</td>
|
|
<td>商业</td>
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
- <td><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td><input name="money_bus_area" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_bus_dprice" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_bus_price" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_bus_jchae" class="form-control" type="text" placeholder=""></td>
|
|
|
|
+ <td><input name="money_bus_tchae" class="form-control" type="text" placeholder=""></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>购买房屋位置</td>
|
|
<td>购买房屋位置</td>
|
|
- <td colspan="7"><input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="7"><input name="home_addr" class="form-control" type="text" placeholder=""></td>
|
|
</tr>
|
|
</tr>
|
|
<tr style="height: 5em">
|
|
<tr style="height: 5em">
|
|
<td rowspan="2" colspan="2">征收实施单位(章)</td>
|
|
<td rowspan="2" colspan="2">征收实施单位(章)</td>
|
|
@@ -234,7 +238,7 @@
|
|
<td colspan="2">代理人(签字):</td>
|
|
<td colspan="2">代理人(签字):</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td colspan="6">签约时间:<input name="" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="6">签约时间:<input name="table_time" class="form-control" type="text" placeholder=""></td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
@@ -258,10 +262,11 @@
|
|
<a href="{{ url('/table') }}" class="btn btn-info">返回</a>
|
|
<a href="{{ url('/table') }}" class="btn btn-info">返回</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </form>
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </form>
|
|
</div>
|
|
</div>
|
|
<!-- /.box-body -->
|
|
<!-- /.box-body -->
|
|
</div>
|
|
</div>
|