| xqd
@@ -53,18 +53,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
|
- <div class="form-group">
|
|
|
- <div class="row">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
|
|
|
<div class="col-xl-7 col-lg-10" id="filter_table">
|
|
|
<form method="GET" action="" accept-charset="UTF-8" id="filter_company">
|
|
|
+ {{ csrf_field() }}
|
|
|
<div class="row">
|
|
|
<div class="col-sm-2">
|
|
|
<select name="district" class="form-control" onchange="filter_company()">
|
| xqd
@@ -124,81 +116,7 @@
|
|
|
|
|
|
</div>
|
|
|
</form>
|
|
|
- {{--<table class="table table-striped table-bordered table-hover dataTables-example dataTable">--}}
|
|
|
- {{--<tr>--}}
|
|
|
- {{--<th> 过滤条件</th>--}}
|
|
|
- {{--<form method="GET" action="" accept-charset="UTF-8" id="filter_company">--}}
|
|
|
- {{--{{ csrf_field() }}--}}
|
|
|
- {{--<th>--}}
|
|
|
- {{--<select name="district" class="form-control" onchange="filter_company()">--}}
|
|
|
- {{--<option value="">所在地区</option>--}}
|
|
|
- {{--@foreach($fields['district'] as $district)--}}
|
|
|
- {{--<option value="{{$district['value']}}"--}}
|
|
|
- {{--@if($district['value'] == Request::get('district')) selected @endif>{{$district['name']}}</option>--}}
|
|
|
- {{--@endforeach--}}
|
|
|
- {{--</select>--}}
|
|
|
- {{--</th>--}}
|
|
|
- {{--<th>--}}
|
|
|
- {{--<select name="industry[]" data-placeholder="所属行业" class="form-control chosen-select" onchange="filter_company()" multiple="" tabindex="-1">--}}
|
|
|
- {{--<option value="">所属行业</option>--}}
|
|
|
- {{--@foreach($fields['industry'] as $industry)--}}
|
|
|
- {{--<option value="{{$industry['value']}}"--}}
|
|
|
- {{--@if(Request::get('industry') && in_array($industry['value'],Request::get('industry')) ) selected @endif>{{$industry['name']}}</option>--}}
|
|
|
- {{--@endforeach--}}
|
|
|
- {{--</select>--}}
|
|
|
- {{--</th>--}}
|
|
|
- {{--<th>--}}
|
|
|
- {{--<select name="regCapital" class="form-control" onchange="filter_company()">--}}
|
|
|
- {{--<option value="">注册资本</option>--}}
|
|
|
- {{--@foreach($fields['regCapital'] as $regCapital)--}}
|
|
|
- {{--<option value="{{$regCapital['value']}}"--}}
|
|
|
- {{--@if($regCapital['value']== Request::get('regCapital')) selected @endif>{{$regCapital['name']}}</option>--}}
|
|
|
- {{--@endforeach--}}
|
|
|
- {{--</select>--}}
|
|
|
- {{--</th>--}}
|
|
|
- {{--<th>--}}
|
|
|
- {{--<select name="startDate" class="form-control" onchange="filter_company()">--}}
|
|
|
- {{--<option value="">成立年限</option>--}}
|
|
|
- {{--@foreach($fields['startDate'] as $startDate)--}}
|
|
|
- {{--<option value="{{$startDate['value']}}"--}}
|
|
|
- {{--@if($startDate['value']== Request::get('startDate')) selected @endif>{{$startDate['name']}}</option>--}}
|
|
|
- {{--@endforeach--}}
|
|
|
- {{--</select>--}}
|
|
|
- {{--</th>--}}
|
|
|
- {{--<th>--}}
|
|
|
- {{--<select name="entType" class="form-control" onchange="filter_company()">--}}
|
|
|
- {{--<option value="">企业类型</option>--}}
|
|
|
- {{--@foreach($fields['entType'] as $entType)--}}
|
|
|
- {{--<option value="{{$entType['value']}}"--}}
|
|
|
- {{--@if($entType['value']== Request::get('entType')) selected @endif>{{$entType['name']}}</option>--}}
|
|
|
- {{--@endforeach--}}
|
|
|
- {{--</select>--}}
|
|
|
- {{--</th>--}}
|
|
|
- {{--<th>--}}
|
|
|
- {{--<select name="openStatus" class="form-control" onchange="filter_company()">--}}
|
|
|
- {{--<option value="">企业状态</option>--}}
|
|
|
- {{--@foreach($fields['openStatus'] as $openStatus)--}}
|
|
|
- {{--<option value="{{$openStatus['value']}}"--}}
|
|
|
- {{--@if($openStatus['value']== Request::get('openStatus')) selected @endif>{{$openStatus['name']}}</option>--}}
|
|
|
- {{--@endforeach--}}
|
|
|
- {{--</select>--}}
|
|
|
- {{--</th>--}}
|
|
|
|
|
|
- {{--<th>--}}
|
|
|
- {{--<div class="input-group">--}}
|
|
|
- {{--<input type="text" class="form-control"--}}
|
|
|
- {{--value="{{Request::get('companyName')}}"--}}
|
|
|
- {{--placeholder="请输入企业名称"--}}
|
|
|
- {{--name="companyName">--}}
|
|
|
- {{--<span class="input-group-append">--}}
|
|
|
- {{--<span class="btn btn-sm btn-default"--}}
|
|
|
- {{--style="height: 100%" onclick="filter_company()">搜索</span>--}}
|
|
|
- {{--</span>--}}
|
|
|
- {{--</div>--}}
|
|
|
- {{--</th>--}}
|
|
|
- {{--</form>--}}
|
|
|
- {{--</tr>--}}
|
|
|
- {{--</table>--}}
|
|
|
</div>
|
|
|
|
|
|
<div id="company-list" class="col-xl-7 col-lg-10" style="margin: auto">
|