@extends('layouts.admin') @section('content') {{--修改表格--}} @include('admin.table.style') @include('admin.left-sidebar')

受理案件

{{--content--}}

违章建筑自行拆除费用申领表


{{ csrf_field() }}
项目名称:
编号:


姓 名 身份证号码 电 话 违章建筑地址
计算明细 面积 单价 金额 总金额
合计
违章面积(㎡) 拆除金额:
违章建筑自拆费用申取人(签字):       年     月     日
工作小组执法人员全体(签字):

      年     月     日

区征拆局工作人员(签字):

      年     月     日

工作小组组长(签字):

      年     月     日

督查专员(签字):

      年     月     日

工作组负责人(签字):

      年     月     日

分管领导(签字):

      年     月     日

工作组意见,经我们核实,该违章户已按要求自行完成违章建筑的拆除,同意 发放自行拆除费用

      年     月     日

财务负责人(签字):

      年     月     日

核算(签字):
初审(签字):
监审(签字):

复核(签字):
初审(签字):
监审(签字):

提交说明 :
{{--model--}} {{--end model--}}
@if($table->status == null || $table->status<3) @if($user->role == 0 && $table->status == 0) @endif @if($user->role == $table->status) @if($table->status == 0) @else 驳回 @endif @endif 返回 打印 @else 返回 打印 @endif
@endsection