2387 lines
138 KiB
PHP
2387 lines
138 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_items/reports.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 class="th-head" rowspan="2"></th>
|
||
<th rowspan="2" class="text-center th-head">
|
||
اداره کل
|
||
</th>
|
||
<th colspan="17" class="text-nowrap text-center bluecolor">
|
||
فعالیت روزانه و جاری راهداری
|
||
</th>
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="th-head">مرمت رویه </th>
|
||
<th class="th-head">پاکسازی </th>
|
||
<th class="th-head">علائم</th>
|
||
<th class="th-head">حفاظ</th>
|
||
<th class="th-head">روشنایی</th>
|
||
<th class="th-head">خط کشی</th>
|
||
<th class="th-head">رنگ آمیزی</th>
|
||
<th class="th-head">شستشو</th>
|
||
<th class="th-head">ایمن سازی</th>
|
||
<th class="th-head">حریم </th>
|
||
<th class="th-head">پل</th>
|
||
<th class="th-head">تونل و گالری </th>
|
||
<th class="th-head">عملیات زمستانی</th>
|
||
<th class="th-head">ماشین آلات</th>
|
||
<th class="th-head">راهدارخانه</th>
|
||
<th class="th-head">موارد اضطراری</th>
|
||
<th class="th-head">مجموع</th>
|
||
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
</div>
|
||
<div class="col-12">
|
||
<div class="card-tools">
|
||
<div class="form-row">
|
||
<div class="form-group col-md-3">
|
||
<input type="text" class="form-control" placeholder="از تاریخ" id="fromdatamaremat"
|
||
autocomplete="off" />
|
||
</div>
|
||
<div class="form-group col-md-3">
|
||
<input type="text" class="form-control" placeholder=" تا تاریخ" id="todatemaremat"
|
||
autocomplete="off" disabled />
|
||
</div>
|
||
<div class="form-group col-md-2 find-date">
|
||
<button class="btn btn-sm" id="marematsort"
|
||
style="background-color: #00669f; color: #ffffff;">
|
||
جستجو
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="d-flex content-center-dataTable">
|
||
<span class="titlesecondtable">تعداد و حجم فعالیت های روزانه</span>
|
||
<select style="margin-top: 46px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;"
|
||
class="form-control" name="optionfilter" id="optionfilter">
|
||
<option value="1">مرمت رویه</option>
|
||
<option value="2">پاکسازی</option>
|
||
<option value="3">علائم </option>
|
||
<option value="4">حفاظ</option>
|
||
<option value="5">روشنایی</option>
|
||
<option value="6">خط کشی </option>
|
||
<option value="7">رنگ آمیزی </option>
|
||
<option value="8">شستشو </option>
|
||
<option value="9">ایمن سازی </option>
|
||
<option value="10">حریم </option>
|
||
<option value="11">پل </option>
|
||
<option value="12">تونل و گالری </option>
|
||
<option value="13">عملیات زمستانی </option>
|
||
<option value="14">ماشین آلات </option>
|
||
<option value="15"> راهدارخانه </option>
|
||
<option value="16"> موارد اضطراری </option>
|
||
|
||
</select>
|
||
<span class="titlesecondtable">ثبت شده </span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="marematt">
|
||
|
||
<table id="maremat" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
<th rowspan="3" class="text-center text-nowrap th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ترمیم افتادگی لبه آسفالت
|
||
</th>
|
||
<th colspan="2" class="text-center ">
|
||
شانه سازی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پر کردن گودافتادگی یا چاله با آسفالت
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
لکه گیری هندسی راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
درزگیری
|
||
</th>
|
||
<th colspan="2" class=" text-nowrap text-center">
|
||
مضرس کردن سطح راه ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تراش رویه های موج زده
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
مرمت آبشستگی راه ها و شانه راه ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تنظیم سطح بستر حریم
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تیغ زنی راه های روستایی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">شن ریزی ،تسطیح و کمپکت راه
|
||
روستایی</th>
|
||
<th colspan="2" class="text-nowrap text-center">عملیات تسطیح ،خاکبرداری و
|
||
خاکریزی در رفوژ
|
||
میانی</th>
|
||
<th colspan="2" class="text-nowrap text-center">عملیات ترانشه برداری</th>
|
||
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-center">(کیلومتر) </th>
|
||
<th colspan="2" class="text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-center">(تن)</th>
|
||
<th colspan="2" class="text-center">(مترمربع)</th>
|
||
<th colspan="2" class="text-center">(مترطول)</th>
|
||
<th colspan="2" class="text-center">(مترمربع)</th>
|
||
<th colspan="2" class="text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-center">(متر مکعب)</th>
|
||
<th colspan="2" class="text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-center">(متر مکعب) </th>
|
||
<th colspan="2" class="text-center">(متر مکعب) </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>
|
||
<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>
|
||
<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>
|
||
<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>
|
||
<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>
|
||
<th class="text-center th-head">مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="maremattTown" style="display:none">
|
||
<table id="marematTown" style="background-color:#f3ba0c;width:100%;border:1px black dotted"
|
||
dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead id="marematchild" style="display:none">
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
ترمیم افتادگی لبه آسفالت
|
||
</th>
|
||
<th colspan="2">
|
||
شانه سازی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پر کردن گودافتادگی یا چاله با آسفالت
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
لکه گیری هندسی راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
درزگیری
|
||
</th>
|
||
<th colspan="2">
|
||
مضرس کردن سطح راه ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
تراش رویه های موج زده
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
مرمت آبشستگی راه ها و شانه راه ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تنظیم سطح بستر حریم
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تیغ زنی راه های روستایی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">شن ریزی ،تسطیح و کمپکت راه روستایی</th>
|
||
<th colspan="2" class="text-nowrap">عملیات تسطیح ،خاکبرداری و خاکریزی در رفوژ
|
||
میانی</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
<!-- yasiu show -->
|
||
<div id="paksazii" style="display:none">
|
||
<table id="paksazi" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
<th rowspan="3" class="text-center text-nowrap th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاک سازی و جاروزنی سطح راه
|
||
</th>
|
||
<th colspan="2" class="text-center text-nowrap">
|
||
پاکسازی پارکینگ راه ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاکسازی کنار قرنیز پلها ،دیواره تونل ها ، جداول و نیوجرسی از مصالح انباشته
|
||
شده
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاکسازی و تمیز کاری جزیره های میانی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاک سازی و تنقیه آبروهای کوچک
|
||
</th>
|
||
<th colspan="2" class=" text-nowrap text-center">
|
||
پاکسازی و تنقیه داخل پل ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاکسازی و تنقیه سیفون ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاکسازی و جمع آوری شاخه درختان از دهانه آبنماهای لوله ای
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاک سازی قنوها و آبروهای طولی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاک سازی سطح راه از لاشه حیوانات
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">پاک سازی سطح راه از آثار تصادفات
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">پاکسازی سطح راه از مواد نفتی یا
|
||
روغنی</th>
|
||
<th colspan="2" class="text-nowrap text-center">علف کنی و بوته کنی </th>
|
||
<th colspan="2" class="text-nowrap text-center">علف کنی و بوته کنی بصورت دستی
|
||
اطراف تابلو ، علائم ،... </th>
|
||
<th colspan="2" class="text-nowrap text-center">پاک سازی حریم راه از مواد زائد و
|
||
نخاله های ساختمانی. </th>
|
||
<th colspan="2" class="text-nowrap text-center">جمع آوری قطعات آسیب دیده حفاظ،
|
||
علائم و ... </th>
|
||
<th colspan="2" class="text-nowrap text-center">ریزش برداری </th>
|
||
<th colspan="2" class="text-nowrap text-center">جمع آوری خرده سنگهای ریزشی </th>
|
||
<th colspan="2" class="text-nowrap text-center">لایروبی </th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2">(کیلومتر - باند) </th>
|
||
<th colspan="2">(مترمربع)</th>
|
||
<th colspan="2">(متر مکعب)</th>
|
||
<th colspan="2">(متر مربع)</th>
|
||
<th colspan="2">(متر مکعب)</th>
|
||
<th colspan="2">(متر مکعب)</th>
|
||
<th colspan="2">(متر مکعب)</th>
|
||
<th colspan="2"> (نفر ساعت)</th>
|
||
<th colspan="2"> (متر طول) </th>
|
||
<th colspan="2"> (تعداد) </th>
|
||
<th colspan="2"> (مترطول-باند) </th>
|
||
<th colspan="2"> (مترطول-باند) </th>
|
||
<th colspan="2"> (کیلومتر) </th>
|
||
<th colspan="2">(متر مربع) </th>
|
||
<th colspan="2"> (کیلومتر) </th>
|
||
<th colspan="2"> (تن) </th>
|
||
<th colspan="2"> (مقطع) </th>
|
||
<th colspan="2"> (نفر-ساعت )</th>
|
||
<th colspan="2">(متر مکعب) </th>
|
||
|
||
<!-- <th colspan="2">کیلو</th> -->
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
<th class="th-head">تعداد </th>
|
||
<th class="th-head">مجموع </th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="paksaziiTown" style="display:none">
|
||
<table id="paksaziTown" style="background-color:#f3ba0c;width:100%;border:1px black dotted"
|
||
dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead id="paksazitownheader" style="display:none">
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پاک سازی و جاروزنی سطح راه
|
||
</th>
|
||
<th colspan="2">
|
||
پاکسازی پارکینگ راه ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پاکسازی کنار قرنیز پلها ،دیواره تونل ها ، جداول و نیوجرسی از مصالح انباشته
|
||
شده
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پاکسازی و تمیز کاری جزیره های میانی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پاک سازی و تنقیه آبروهای کوچک
|
||
</th>
|
||
<th colspan="2">
|
||
پاکسازی و تنقیه داخل پل ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
پاکسازی و تنقیه سیفون ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
پاکسازی و جمع آوری شاخه درختان از دهانه آبنماهای لوله ای
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پاک سازی قنوها و آبروهای طولی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پاک سازی سطح راه از لاشه حیوانات
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">پاک سازی سطح راه از آثار تصادفات</th>
|
||
<th colspan="2" class="text-nowrap">پاکسازی سطح راه از مواد نفتی یا روغنی</th>
|
||
<th colspan="2">علف کنی و بوته کنی </th>
|
||
<th colspan="2">علف کنی و بوته کنی بصورت دستی اطراف تابلو ، علائم ،... </th>
|
||
<th colspan="2">پاک سازی حریم راه از مواد زائد و نخاله های ساختمانی. </th>
|
||
<th colspan="2">جمع آوری قطعات آسیب دیده حفاظ، علائم و ... </th>
|
||
<th colspan="2">ریزش برداری </th>
|
||
<th colspan="2">جمع آوری خرده سنگهای ریزشی </th>
|
||
<th colspan="2">لایروبی </th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="alaemmm" style="display:none">
|
||
<table id="alaem" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نصب تابلوهای اخطاری ، انتظامی و مسیرنمای جدید
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعویض صفحه های تابلوهای اخطاری ، انتظامی فاقد بازتاب و معیوب
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نصب تابلو های اطلاعاتی جدید
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعویض شبرنگ تابلوهای اطلاعاتی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
مرمت شکستگی ، خم شدگی و ... تابلوهای اطلاعاتی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اصلاح کج شدگی پایه تابلوها و علائم
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نصب یا برداشتن علائم موقت
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نصب بازتاب بر روی گاردریل و حفاظ های حاشیه راه و چشم گربه ای
|
||
</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد) </th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد) </th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع )</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع )</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع) </th>
|
||
<th colspan="2" class="text-nowrap text-center"> (عدد) </th>
|
||
<th colspan="2" class="text-nowrap text-center"> (عدد) </th>
|
||
<th colspan="2" class="text-nowrap text-center"> (تعداد) </th>
|
||
|
||
</tr>
|
||
<tr>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
<div id="alaemmmTown" style="display:none">
|
||
<table id="alaemTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable ">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
نصب تابلوهای اخطاری ، انتظامی و مسیرنمای جدید
|
||
</th>
|
||
<th colspan="2">
|
||
تعویض صفحه های تابلوهای اخطاری ، انتظامی فاقد بازتاب و معیوب
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
نصب تابلو های اطلاعاتی جدید
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تعویض شبرنگ تابلوهای اطلاعاتی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
مرمت شکستگی ، خم شدگی و ... تابلوهای اطلاعاتی
|
||
</th>
|
||
<th colspan="2">
|
||
اصلاح کج شدگی پایه تابلوها و علائم
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
نصب یا برداشتن علائم موقت
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
نصب بازتاب بر روی گاردریل و حفاظ های حاشیه راه و چشم گربه ای
|
||
</th>
|
||
<!-- <th rowspan="2" >عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="heafzz" style="display:none">
|
||
<table id="hefaz" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ارتقای حفاظ موجود میانی راه ها با حفاظ های مرسوم یا سایر روش ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ارتقای حفاظ موجود پل ها و پرتگاه ها با حفاظ های مرسوم یا سایر روش ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
بهسازی حفاظ های موجود و آسیب دیده
|
||
</th>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<!-- <th>تعداد </th>
|
||
<th>مجموع</th> -->
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="heafzzTown" style="display:none">
|
||
<table id="hefazTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable ">
|
||
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
ارتقای حفاظ موجود میانی راه ها با حفاظ های مرسوم یا سایر روش ها
|
||
</th>
|
||
<th colspan="2">
|
||
ارتقای حفاظ موجود پل ها و پرتگاه ها با حفاظ های مرسوم یا سایر روش ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
بهسازی حفاظ های موجود و آسیب دیده
|
||
</th>
|
||
<!-- <th colspan="2" class="text-nowrap">
|
||
لکه گیری هندسی راه
|
||
</th> -->
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد </th>
|
||
<th>مجموع</th>
|
||
<th>تعداد </th>
|
||
<th>مجموع</th>
|
||
<th>تعداد </th>
|
||
<th>مجموع</th>
|
||
<!-- <th>تعداد </th>
|
||
<th>مجموع</th> -->
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
<div id="lightingg" style="display:none">
|
||
|
||
<table id="lighting" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری و پاکسازی روشنایی طولی راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری و پاکسازی روشنایی نقطه ای در حاشیه راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری و پاکسازی روشنایی نقطه ای تقاطع در حاشیه راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری و پاکسازی روشنایی نقطه ای محل نصب دوربین در حاشیه راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری و پاکسازی روشنایی طولی نواحی یا گردنه های مه گیر
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری و پاکسازی روشنایی تونل
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات شبکه روشنایی (کابل)
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات شبکه روشنایی (کله چراغ)
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات شبکه روشنایی (مفصل زنی )
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات شبکه روشنایی (تعمیر تابلو )
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">تعمیرات برج نوری</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(موردی)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(موردی)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(موردی)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول) </th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
<div id="lightinggTown" style="display:none">
|
||
|
||
<table id="lightingTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
نگهداری و پاکسازی روشنایی طولی راه
|
||
</th>
|
||
<th colspan="2">
|
||
نگهداری و پاکسازی روشنایی نقطه ای در حاشیه راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
نگهداری و پاکسازی روشنایی نقطه ای تقاطع در حاشیه راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
نگهداری و پاکسازی روشنایی نقطه ای محل نصب دوربین در حاشیه راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
نگهداری و پاکسازی روشنایی طولی نواحی یا گردنه های مه گیر
|
||
</th>
|
||
<th colspan="2">
|
||
نگهداری و پاکسازی روشنایی تونل
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیرات شبکه روشنایی (کابل)
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیرات شبکه روشنایی (کله چراغ)
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیرات شبکه روشنایی (مفصل زنی )
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیرات شبکه روشنایی (تعمیر تابلو )
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">تعمیرات برج نوری</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div id="ruller" style="display:none">
|
||
<table id="ruler" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
خط کشی با رنگ گرم ترافیکی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
خط کشی با رنگ سرد ترافیکی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پر کردن گودافتادگی یا چاله با آسفالت
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ترسیم نقوش، فلش، خط نوشته و ...
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اجرای اکستروژن طولی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اجرای اکستروژن عرضی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاک کردن خطوط ترافیکی از سطح راه
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر-رنگ)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر-رنگ)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="rullerTown" style="display:none">
|
||
<table id="rulerTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2" class="th-head">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap ">
|
||
خط کشی با رنگ گرم ترافیکی
|
||
</th>
|
||
<th colspan="2">
|
||
خط کشی با رنگ سرد ترافیکی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
پر کردن گودافتادگی یا چاله با آسفالت
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
ترسیم نقوش، فلش، خط نوشته و ...
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
اجرای اکستروژن طولی
|
||
</th>
|
||
<th colspan="2">
|
||
اجرای اکستروژن عرضی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
پاک کردن خطوط ترافیکی از سطح راه
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="coloringgg" style="display:none">
|
||
<table id="coloring" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
رنگ آمیزی پایه تابلوها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
رنگ آمیزی پایه چراغ ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
رنگ آمیزی پایه های روشنایی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
رنگ آمیزی پل های عابر پیاده
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
رنگ آمیزی پایه تابلوهای دروازه ای
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
رنگ آمیزی حفاظهای فلزی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
|
||
رنگ آمیری نیوجرسی ها و سایر حفاظ بتنی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
رنگ آمیزی سرعتگاه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
رنگ آمیزی پایه و کوله پل ها جهت آشکارسازی
|
||
</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(اصله)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(دستگاه)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
</div>
|
||
|
||
<div id="coloringggTown" style="display:none">
|
||
<table id="coloringTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
رنگ آمیزی پایه تابلوها
|
||
</th>
|
||
<th colspan="2">
|
||
رنگ آمیزی پایه چراغ ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
رنگ آمیزی پایه های روشنایی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
رنگ آمیزی پل های عابر پیاده
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
رنگ آمیزی پایه تابلوهای دروازه ای
|
||
</th>
|
||
<th colspan="2">
|
||
رنگ آمیزی حفاظهای فلزی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
|
||
رنگ آمیری نیوجرسی ها و سایر حفاظ بتنی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
رنگ آمیزی سرعتگاه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
رنگ آمیزی پایه و کوله پل ها جهت آشکارسازی
|
||
</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
</div>
|
||
|
||
<div id="washingg" style="display:none">
|
||
<table id="washed" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشوی علائم ایمنی اخطاری، انتظامی، مسیرنما و ...
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشوی تابلوهای اطلاعاتی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشوی جداول
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشوی نیوجرسی ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشوی گاردریل ها و هندریل ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشوی دیواره تونل ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشوی تکیه گاه پل ها
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مربع)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="washinggTown" style="display:none">
|
||
<table id="washedTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
شستشوی علائم ایمنی اخطاری، انتظامی، مسیرنما و ...
|
||
</th>
|
||
<th colspan="2">
|
||
شستشوی تابلوهای اطلاعاتی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
شستشوی جداول
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
شستشوی نیوجرسی ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
شستشوی گاردریل ها و هندریل ها
|
||
</th>
|
||
<th colspan="2">
|
||
شستشوی دیواره تونل ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
شستشوی تکیه گاه پل ها
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
<div id="safteyy" style="display:none">
|
||
<table id="saftey" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ایمن سازی سرگاردریل، موانع صلب، دماغه ها و موانع صلب
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات چراغ های آذرخشی و چشمک زن
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ایجاد شیارهای لرزاننده ی طولی در لاین کنار
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ایجاد شیار های لرزاننده طولی در اکس راه های دو طرفی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
ضربه گیر استوانه ای
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
استوانه ایمنی جهت هدایت ترافیک
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نصب سرعت گیر استاندارد پلاستیکی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
احداث سرعت گیر آسفالتی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اجرای هره خاکی نقطه ای
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اجرای هره خاکی طولی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">تعریض مقطعی جهت خروج اضطراری در
|
||
سراشیبی ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">حذف یا جابه جایی موانع صلب در
|
||
حاشیه راه در
|
||
محدوده عاری از مانع</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center"> (تعداد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(دستگاه)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر-شیار)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر-شیار)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(موردی)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center"> (عدد)</th>
|
||
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
<div id="safteyyTown" style="display:none">
|
||
<table id="safteyTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
ایمن سازی سرگاردریل، موانع صلب، دماغه ها و موانع صلب
|
||
</th>
|
||
<th colspan="2">
|
||
تعمیرات چراغ های آذرخشی و چشمک زن
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
ایجاد شیارهای لرزاننده ی طولی در لاین کنار
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
ایجاد شیار های لرزاننده طولی در اکس راه های دو طرفی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
ضربه گیر استوانه ای
|
||
</th>
|
||
<th colspan="2">
|
||
استوانه ایمنی جهت هدایت ترافیک
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
نصب سرعت گیر استاندارد پلاستیکی
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
احداث سرعت گیر آسفالتی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
اجرای هره خاکی نقطه ای
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
اجرای هره خاکی طولی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">تعریض مقطعی جهت خروج اضطراری در سراشیبی ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">حذف یا جابه جایی موانع صلب در حاشیه راه در
|
||
محدوده عاری از مانع</th>
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
<div id="harimm" style="display:none">
|
||
<table id="harim" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اخطار،تخریب،بازدیدو یا تهیه اطلاعات از ساخت و ساز در حریم
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اخطار ،تخریب،بازدیدو یا تهیه اطلاعات از راه دسترسی در حریم
|
||
</th>
|
||
<!-- <th colspan="2" class="text-nowrap">
|
||
ایجاد شیارهای لرزاننده ی طولی در لاین کنار
|
||
</th> -->
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
اخطار ،تخریب،بازدیدو یا تهیه اطلاعات از عبور تاسیسات زیربنایی در حریم
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
برخورد با دستفروشان حاشیه راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
جمع آوری تابلوهای غیرمجاز در حاشیه راه ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
جمع آوری بنر های تبلیغاتی غیر مجاز
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(مورد) </th>
|
||
<th colspan="2" class="text-nowrap text-center">(مورد) </th>
|
||
<!-- <th colspan="2">مورد </th> -->
|
||
<th colspan="2" class="text-nowrap text-center">(مورد) </th>
|
||
<th colspan="2" class="text-nowrap text-center">(مورد) </th>
|
||
<th colspan="2" class="text-nowrap text-center">(مورد) </th>
|
||
<th colspan="2" class="text-nowrap text-center">(مورد) </th>
|
||
|
||
</tr>
|
||
<tr>
|
||
<!-- <th>تعداد </th>
|
||
<th>مجموع </th> -->
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head ">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
<div id="harimmTown" style="display:none">
|
||
<table id="harimTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
اخطار،تخریب،بازدیدو یا تهیه اطلاعات از ساخت و ساز در حریم
|
||
</th>
|
||
<th colspan="2">
|
||
اخطار ،تخریب،بازدیدو یا تهیه اطلاعات از راه دسترسی در حریم
|
||
</th>
|
||
<!-- <th colspan="2" class="text-nowrap">
|
||
ایجاد شیارهای لرزاننده ی طولی در لاین کنار
|
||
</th> -->
|
||
<th colspan="2" class="text-nowrap">
|
||
اخطار ،تخریب،بازدیدو یا تهیه اطلاعات از عبور تاسیسات زیربنایی در حریم
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
برخورد با دستفروشان حاشیه راه
|
||
</th>
|
||
<th colspan="2">
|
||
جمع آوری تابلوهای غیرمجاز در حاشیه راه ها
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
جمع آوری بنر های تبلیغاتی غیر مجاز
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<!-- <th>تعداد </th>
|
||
<th>مجموع </th> -->
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div id="poll" style="display:none">
|
||
<table id="pol" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
احداث یا مرمت قرنیز پل
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
لوله گذاری آبروها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تطویل و رفع انسداد آبچکان پل ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
بازسازی نرده پل
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات آبرو شامل کوله دستک و دال
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
مرمت و بازسازی درز انبساط
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات رادیه و برید
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center"> (متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">( متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center"> (تعداد) </th>
|
||
<th colspan="2" class="text-nowrap text-center"> (متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مکعب)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مکعب)</th>
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div id="pollTown" style="display:none">
|
||
<table id="polTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
احداث یا مرمت قرنیز پل
|
||
</th>
|
||
<th colspan="2">
|
||
لوله گذاری آبروها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تطویل و رفع انسداد آبچکان پل ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
بازسازی نرده پل
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیرات آبرو شامل کوله دستک و دال
|
||
</th>
|
||
<th colspan="2">
|
||
مرمت و بازسازی درز انبساط
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیرات رادیه و برید
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div id="tunell" style="display:none">
|
||
<table id="tunnelGaleri" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
زهکشی طاق تونل
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
مرمت و بازرسی آبروهای هدایت آب
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
لاینینگ
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیر و بازسازی گالری
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
گاباریت
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری دوربین ها و ابزار دقیق
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
نگهداری تهویه تونل
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
جمع آوری بنر های تبلیغاتی غیر مجاز
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(مورد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر طول)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(متر مکعب)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(عدد)</th>
|
||
|
||
|
||
|
||
</tr>
|
||
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
</div>
|
||
|
||
<div id="tunellTown" style="display:none">
|
||
<table id="tunnelGaleriTown" dir="rtl" class="table table-striped table-bordered"
|
||
style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2">
|
||
زهکشی طاق تونل
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
مرمت و بازرسی آبروهای هدایت آب
|
||
</th>
|
||
<th colspan="2">
|
||
لاینینگ
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیر و بازسازی گالری
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
گاباریت
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
نگهداری دوربین ها و ابزار دقیق
|
||
</th>
|
||
<th colspan="2">
|
||
نگهداری تهویه تونل
|
||
</th>
|
||
|
||
<th colspan="2" class="text-nowrap">
|
||
جمع آوری بنر های تبلیغاتی غیر مجاز
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
</div>
|
||
|
||
|
||
<div id="zemestani" style="display:none">
|
||
<table id="zemestanii" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
عملیات یخ زدایی با شن و نمک پاشی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
برف روبی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
میزان نمک شن و ماسه مصرفی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
مسافرین اسکان داده شده
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
کمک رسانی به خودرو
|
||
</th>
|
||
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر-باند)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(کیلومتر-باند)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تن)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(نفر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد)</th>
|
||
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="zemestaniTown" style="display:none">
|
||
<table id="zemestaniiTown" dir="rtl" class="table table-striped table-bordered"
|
||
style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
عملیات یخ زدایی با شن و نمک پاشی
|
||
</th>
|
||
<th colspan="2">
|
||
برف روبی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
میزان نمک شن و ماسه مصرفی
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
مسافرین اسکان داده شده
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
کمک رسانی به خودرو
|
||
</th>
|
||
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div id="mashinAlattt" style="display:none">
|
||
<table id="mashinAlat" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head"> استان </th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
بنزین مصرفی کل ماشین آلات فعال - ماهانه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
گازوئیل مصرفی کل ماشین آلات فعال - ماهانه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
مواد مصرفی نفتی و انواع روغن - ماهانه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
بازسازی و راه اندازی ماشین آلات
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
سرویس کاری و تعمیرات جزئی روزانه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
شستشو نمک پاش ها و سایر ماشین آلات
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
جا به جایی دستگاه های سنگین راهداری
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(لیتر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(لیتر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(لیتر)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداددستگاه)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد دستگاه)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد دستگاه)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(مسافت کیلومتر)</th>
|
||
|
||
</tr>
|
||
<tr>
|
||
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head"> مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head"> مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head "> مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head"> مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head"> مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head"> مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head"> مجموع </th>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="mashinAlatttTown" style="display:none">
|
||
<table id="mashinAlatTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2"> شهرستان </th>
|
||
<th colspan="2">
|
||
بنزین مصرفی کل ماشین آلات فعال - ماهانه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
گازوئیل مصرفی کل ماشین آلات فعال - ماهانه
|
||
</th>
|
||
<th colspan="2">
|
||
مواد مصرفی نفتی و انواع روغن - ماهانه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
بازسازی و راه اندازی ماشین آلات
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
سرویس کاری و تعمیرات جزئی روزانه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
شستشو نمک پاش ها و سایر ماشین آلات
|
||
</th>
|
||
<th colspan="2">
|
||
جا به جایی دستگاه های سنگین راهداری
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
|
||
<th>تعداد</th>
|
||
<th> مجموع </th>
|
||
<th>تعداد</th>
|
||
<th> مجموع </th>
|
||
<th>تعداد</th>
|
||
<th> مجموع </th>
|
||
<th>تعداد</th>
|
||
<th> مجموع </th>
|
||
<th>تعداد</th>
|
||
<th> مجموع </th>
|
||
<th>تعداد</th>
|
||
<th> مجموع </th>
|
||
<th>تعداد</th>
|
||
<th> مجموع </th>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="tollhousee" style="display:none">
|
||
<table id="tollhouse" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head">
|
||
استان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
تعمیرات جزئی و موردی راهدارخانه ها
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
|
||
جلسات تشکیل شده در خصوص مدیریت بحران و پدافند غیرعامل
|
||
</th>
|
||
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(مورد)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(توضیح)</th>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
<th class="text-nowrap text-center th-head">تعداد </th>
|
||
<th class="text-nowrap text-center th-head">مجموع </th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
<div id="tollhouseeTown" style="display:none">
|
||
<table id="tollhouseTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th rowspan="2">
|
||
شهرستان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
تعمیرات جزئی و موردی راهدارخانه ها
|
||
</th>
|
||
<th colspan="2">
|
||
|
||
جلسات تشکیل شده در خصوص مدیریت بحران و پدافند غیرعامل
|
||
</th>
|
||
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
<th>تعداد </th>
|
||
<th>مجموع </th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
<div id="emer" style="display:none">
|
||
|
||
<table id="emergency" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th rowspan="3" class="th-head"></th>
|
||
|
||
<th rowspan="3" class="text-nowrap text-center th-head"> استان </th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
پاک سازی سطح راه و رفع انسداد ناشی از ریزش کوه و سقوط بهمن
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
برقراری تردد و رفع انسداد ناشی از وقوع تصادف یا واژگونی وسایط نقلیه و پخش
|
||
محموله در سطح راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
برقراری ارتباط و رفع انسداد ناشی از شن های روان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
برقراری ارتباط در راه هایی که به دلیل آب بردگی دچار قطع ارتباط شده اند
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
برقراری ارتباط موقت در راه هایی که به دلیل شکستگی پل یا ریزش تونل یا ... قطع
|
||
شده اند
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
بستن راه و هدایت ترافیکی در مواقع اضطراری
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
بازگشایی محور هایی گه به علت کولاک مسدود شده اند
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
جا به جایی ماشین های سنگین گرفتار در سطح راه
|
||
</th>
|
||
<th colspan="2" class="text-nowrap text-center">
|
||
لق گیری
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد دستگاه)</th>
|
||
<th colspan="2" class="text-nowrap text-center">(تعداد محور)</th>
|
||
|
||
</tr>
|
||
<tr>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
<th class="text-nowrap text-center th-head">تعداد</th>
|
||
<th class="text-nowrap text-center th-head">مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
<div id="emerTown" style="display:none">
|
||
|
||
<table id="emergencyTown" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable ">
|
||
<th rowspan="2"> شهرستان </th>
|
||
<th colspan="2">
|
||
پاک سازی سطح راه و رفع انسداد ناشی از ریزش کوه و سقوط بهمن
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
برقراری تردد و رفع انسداد ناشی از وقوع تصادف یا واژگونی وسایط نقلیه و پخش
|
||
محموله در سطح راه
|
||
</th>
|
||
<th colspan="2">
|
||
برقراری ارتباط و رفع انسداد ناشی از شن های روان
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
برقراری ارتباط در راه هایی که به دلیل آب بردگی دچار قطع ارتباط شده اند
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
برقراری ارتباط موقت در راه هایی که به دلیل شکستگی پل یا ریزش تونل یا ... قطع
|
||
شده اند
|
||
</th>
|
||
<th colspan="2" class="text-nowrap">
|
||
بستن راه و هدایت ترافیکی در مواقع اضطراری
|
||
</th>
|
||
<th colspan="2">
|
||
بازگشایی محور هایی گه به علت کولاک مسدود شده اند
|
||
</th>
|
||
<th colspan="2">
|
||
جا به جایی ماشین های سنگین گرفتار در سطح راه
|
||
</th>
|
||
<th colspan="2">
|
||
لق گیری
|
||
</th>
|
||
|
||
<!-- <th rowspan="2">عملیات </th> -->
|
||
</tr>
|
||
<tr>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
<th>تعداد</th>
|
||
<th>مجموع</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
<!-- yaisucontrol -->
|
||
<div id="controltown" style="display:none">
|
||
<table id="controltownn" dir="rtl" class="table table-striped table-bordered" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable bluecolor">
|
||
<th></th>
|
||
|
||
<th class="text-nowrap text-center"> استان </th>
|
||
<th class="text-nowrap text-center">
|
||
توضیحات
|
||
</th>
|
||
|
||
|
||
<!-- <th rowspan="2">عملیات </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/road_items/reports.js?_=') }}"></script>
|
||
@endsection |