188 lines
10 KiB
PHP
188 lines
10 KiB
PHP
@extends('layouts.dashboard.without_sidebar')
|
|
@section('title', 'گزارشات نگهداری حریم راه')
|
|
@section('styles')
|
|
<!-- data table links -->
|
|
<link rel="stylesheet" href="{{ asset('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('plugins/datatables-buttons/css/buttons.bootstrap4.min.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('plugins/datatables-responsive/css/responsive.bootstrap4.min.css') }}" />
|
|
<!-- select2 link -->
|
|
<link rel="stylesheet" href="{{ asset('plugins/select2/css/select2.min.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('dist/css/select2-bootstrap4.min.css') }}" />
|
|
<!-- date picker link -->
|
|
<link rel="stylesheet" href="{{ asset('dist/css/persian-datepicker.min.css') }}" />
|
|
<!-- tables main style link -->
|
|
<link rel="stylesheet" href="{{ asset('version2/css/dashboard_layouts/_tablesStyle.css') }}" />
|
|
<!-- map links -->
|
|
<link rel="stylesheet" href="{{ asset('dist/css/leaflet.css') }}" />
|
|
|
|
|
|
<link rel="stylesheet" href="{{ asset('dist/css/fullstyle.css') }}" />
|
|
|
|
<!-- this page styles -->
|
|
<link rel="stylesheet" href="{{ asset('version2/css/dashboard_pages/road_patrols/by_table_report.css?_=') }}" />
|
|
@endsection
|
|
@section('breadcrumb')
|
|
<nav class="breadcrumb-selfdesign">
|
|
<div class="container d-flex align-items-center justify-content-between">
|
|
<ul class="d-flex align-items-center">
|
|
<li class="breadcrumb-item-selfdesign"><a href="{{route('v2.dashboard')}}">داشبورد</a></li>
|
|
<i class="mr-2 fa fa-angle-left arrow-icon text-dark"></i>
|
|
<li class="current breadcrumb-item-selfdesign">گزارشات خسارات وارده به ابنیه فنی و تاسیسات راه</li>
|
|
</ul>
|
|
<a href="{{route('v2.dashboard')}}" class="btn breadcrumb-back">بازگشت</a>
|
|
</div>
|
|
</nav>
|
|
@endsection
|
|
@section('content')
|
|
|
|
|
|
<div class="container-fluid">
|
|
<div class="row pt-3 px-4 body-table-style">
|
|
<div class="card" style="width: 100%;">
|
|
<div class="card-header">
|
|
<div id="gozarehtown">
|
|
<span style="font-size:13px">تعداد گزارش های ثبت شده </span>
|
|
<div class="card-tools" style="margin-top:11px">
|
|
<div class="form-row">
|
|
<div class="form-group col-md-3">
|
|
<input type="text" class="form-control" placeholder="از تاریخ" id="fromDateshowrizitem"
|
|
autocomplete="off" />
|
|
</div>
|
|
<div class="form-group col-md-3">
|
|
<input type="text" class="form-control" placeholder=" تا تاریخ" id="toDateshowrizitem"
|
|
autocomplete="off" disabled />
|
|
</div>
|
|
<div class="form-group col-md-2 find-date">
|
|
<button class="btn btn-sm" id="sorttestitems"
|
|
style="background-color: #00669f; color: #ffffff;">
|
|
جستجو
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<table id="gozarehtowntable" dir="rtl" class="table table-striped table-bordered"
|
|
style="width: 100%;">
|
|
<thead>
|
|
<tr class="headercolortable">
|
|
<th rowspan="2" class="text-center th-head"></th>
|
|
|
|
<th rowspan="2" class="text-center th-head">
|
|
اداره کل
|
|
</th>
|
|
<th rowspan="2" class="text-center th-head">
|
|
تعداد کل
|
|
</th>
|
|
<th colspan="2" class="text-center th-head bluecolor">
|
|
نحوه شناسایی خسارت
|
|
</th>
|
|
<th rowspan="2" class="text-center th-head">
|
|
مبلغ کل خسارت ثبت شده (ریال)
|
|
</th>
|
|
<th rowspan="2" class="text-center th-head">
|
|
کل مبلغ وصول شده (ریال)
|
|
</th>
|
|
<th colspan="3" class="text-center th-head bluecolor">
|
|
مبلغ وصول شده به تفکیک نوع پرداخت (ریال)
|
|
</th>
|
|
</tr>
|
|
<tr >
|
|
<th class="text-center th-head">گزارش پلیس راه</th>
|
|
<th class="text-center th-head">گزارش گشت راهداری</th>
|
|
|
|
<th class="text-center th-head">بیمه</th>
|
|
<th class="text-center th-head">کسر داغی</th>
|
|
<th class="text-center th-head">شخص</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
<table id="cityTable" dir="rtl" class="table table-striped table-bordered"
|
|
style="width: 100%; display:none">
|
|
<thead>
|
|
<tr class="headercolortable">
|
|
<th rowspan="2" class="text-center th-head"></th>
|
|
|
|
<th rowspan="2" class="text-center th-head">
|
|
اداره کل
|
|
</th>
|
|
<th rowspan="2" class="text-center th-head">
|
|
تعداد کل
|
|
</th>
|
|
<th colspan="2" class="text-center th-head bluecolor">
|
|
نحوه شناسایی خسارت
|
|
</th>
|
|
<th rowspan="2" class="text-center th-head">
|
|
مبلغ کل خسارت ثبت شده (ریال)
|
|
</th>
|
|
<th rowspan="2" class="text-center th-head">
|
|
کل مبلغ وصول شده (ریال)
|
|
</th>
|
|
<th colspan="3" class="text-center th-head bluecolor">
|
|
مبلغ وصول شده به تفکیک نوع پرداخت (ریال)
|
|
</th>
|
|
</tr>
|
|
<tr >
|
|
<th class="text-center th-head">گزارش پلیس راه</th>
|
|
<th class="text-center th-head">گزارش گشت راهداری</th>
|
|
|
|
<th class="text-center th-head">بیمه</th>
|
|
<th class="text-center th-head">کسر داغی</th>
|
|
<th class="text-center th-head">شخص</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
{{-- --}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{-- <div class='parent-excel'>
|
|
<div class="row mt-2">
|
|
<div class="col-12 mb-2 mb-2 select-province-box">
|
|
<select id="select-province-excel-first-table" class="form-control"
|
|
name="select-province-excel-first-table">
|
|
</select>
|
|
</div>
|
|
<div class="form-group col-12 mb-2 mb-2">
|
|
<input type="text" id="datapicker-from-excel-first-table" class="form-control datepicker-excel-from"
|
|
placeholder="از تاریخ" autocomplete="off" />
|
|
</div>
|
|
<div class="form-group col-12 mb-2 mb-2">
|
|
<input type="text" id="datapicker-to-excel-first-table" class="form-control datepicker-excel-to"
|
|
placeholder=" تا تاریخ" autocomplete="off" disabled />
|
|
</div>
|
|
<div class="col-12 text-left"><button id="btn_excel_download"
|
|
class="btn-set-filter btn-set-excel px-2 py-1">دریافت فایل</button>
|
|
</div>
|
|
</div>
|
|
</div> --}}
|
|
@endsection
|
|
@section('scripts-body')
|
|
|
|
{{-- <script src="{{ asset('dist/js/jquery.rollNumber.js') }}"></script> --}}
|
|
{{-- <script src="{{ asset('dist/js/jQuery-Plugin-For-Creating-An-Animated-Counter-kCounter/js/kcounter.js') }}"></script> --}}
|
|
|
|
<!-- datatables script -->
|
|
<script src="{{ asset('plugins/datatables/jquery.dataTables.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-bs4/js/dataTables.bootstrap4.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-buttons/js/dataTables.buttons.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-buttons/js/buttons.html5.min.js') }}"></script>
|
|
<script src="{{ asset('dist/js/jszip.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-buttons/js/buttons.print.min.js') }}"></script>
|
|
<!-- map script -->
|
|
<script src="{{ asset('dist/js/leaflet.js') }}"></script>
|
|
<script src="{{ asset('dist/js/leaflet.markercluster.js') }}"></script>
|
|
<script src="{{ asset('dist/js/leaflet-routing-machine.js') }}"></script>
|
|
<!-- input mask -->
|
|
<script src="{{ asset('plugins/inputmask/min/jquery.inputmask.bundle.min.js') }}"></script>
|
|
<!-- select2 script -->
|
|
<script src="{{ asset('plugins/select2/js/select2.full.min.js') }}"></script>
|
|
<!-- date picker script -->
|
|
<script src="{{ asset('dist/js/persian-datepicker.min.js?_=v1.2') }}"></script>
|
|
<script src="{{ asset('dist/js/persian-date.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/moment/moment.min.js') }}"></script>
|
|
<script src="{{ asset('dist/js/jalali-moment.browser.js') }}"></script>
|
|
<!-- page script -->
|
|
<script src="{{ asset('version2/js/dashboard_pages/receipt/report.js?_=') }}"></script>
|
|
@endsection |