106 lines
5.8 KiB
PHP
106 lines
5.8 KiB
PHP
@extends('layouts.dashboard.with_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') }}" />
|
|
<!-- this page styles -->
|
|
<link rel="stylesheet" href="{{ asset('version2/css/dashboard_pages/road_patrols/operation_cartable.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="d-flex align-items-center mb-2">
|
|
<div class="d-flex"><h6>نمایش فعالیت</h6></div>
|
|
<div class="col mx-2"><hr></div>
|
|
</div>
|
|
<div class="map-box mb-3 p-2 rounded"><div id="map" class="map rounded"></div></div>
|
|
<!-- main table -->
|
|
<div style="position: relative">
|
|
<table class="table table-striped table-bordered" id="operation_cartable" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<!-- 1 -->
|
|
<th class="text-center text-nowrap">کد یکتا</th>
|
|
<!-- 2 -->
|
|
<th class="text-center text-nowrap">نام مامور</th>
|
|
<!-- 3 -->
|
|
<th class="text-center text-nowrap">تلفن همراه</th>
|
|
<!-- 4 -->
|
|
<th class="text-center text-nowrap">شماره پلاک</th>
|
|
<!-- 5 -->
|
|
<th class="text-center text-nowrap">تاریخ شروع</th>
|
|
<!-- 6 -->
|
|
<th class="text-center text-nowrap">تاریخ پایان</th>
|
|
<!-- 7 -->
|
|
<th class="text-center text-nowrap">مسافت (کیلومتر)</th>
|
|
<!-- 8 -->
|
|
<th class="text-center text-nowrap">عملیات</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<!-- end main table -->
|
|
<!-- all modal -->
|
|
<!-- show supervisor description -->
|
|
<div class="modal fade" id="show_supervisor_description_modal" tabindex="-1" role="dialog">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header align-items-center">
|
|
<h5 class="modal-title">توضیحات کارشناس</h5>
|
|
<button type="button" class="close m-0 p-0" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="mx-2">
|
|
<textarea readonly class="form-control w-100 clean-textarea value-important" data-accept-decline="" data-id="" name="description" id="description" rows="3"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end show supervisor description -->
|
|
<!-- end all modal -->
|
|
@endsection
|
|
@section('scripts-body')
|
|
<!-- 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('plugins/datatables-buttons/js/buttons.print.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-responsive/js/dataTables.responsive.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-responsive/js/responsive.bootstrap4.min.js') }}"></script>
|
|
<!-- input mask -->
|
|
<script src="{{ asset('plugins/inputmask/min/jquery.inputmask.bundle.min.js') }}"></script>
|
|
<!-- map files -->
|
|
<script src="{{ asset('dist/js/leaflet.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/road_patrols/operation_cartable.js?_='). mt_rand(1, 99999999999) }}"></script>
|
|
@endsection |