1090 lines
43 KiB
PHP
1090 lines
43 KiB
PHP
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
|
|
|
<title>پروژههای نگهداری راه</title>
|
|
|
|
<!-- Font Awesome Icons -->
|
|
<link rel="stylesheet" href="../plugins/fontawesome-free/css/all.min.css" />
|
|
<!-- icheck bootstrap -->
|
|
<link rel="stylesheet" href="../plugins/icheck-bootstrap/icheck-bootstrap.min.css" />
|
|
<!-- Persian Datepicker -->
|
|
<link rel="stylesheet" href="../dist/css/persian-datepicker.min.css" />
|
|
<link rel="stylesheet" href="../dist/css/dataTables.bootstrap4.min.css" />
|
|
<!-- bootstrap slider -->
|
|
<link rel="stylesheet" href="../plugins/bootstrap-slider/css/bootstrap-slider.min.css" />
|
|
<!-- Leaflet -->
|
|
<link rel="stylesheet" href="../dist/css/leaflet.css" />
|
|
<!-- IRANSans Font -->
|
|
<link rel="stylesheet" href="../dist/css/fontiran.css" />
|
|
<!-- Theme style -->
|
|
<link rel="stylesheet" href="../dist/css/adminlte.css" />
|
|
|
|
<style>
|
|
.card-header {
|
|
padding: 0.75rem 1.25rem 0.2rem;
|
|
}
|
|
|
|
th {
|
|
font-size: 13px;
|
|
}
|
|
|
|
td {
|
|
font-size: 14px;
|
|
}
|
|
|
|
button.btn {
|
|
font-size: 12px;
|
|
}
|
|
|
|
i {
|
|
font-size: 10px;
|
|
}
|
|
|
|
label {
|
|
font-size: 0.8rem;
|
|
font-weight: 500 !important;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.icheck-primary label {
|
|
font-weight: 400 !important;
|
|
}
|
|
|
|
.form-control {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.required-label::after {
|
|
content: "*";
|
|
position: relative;
|
|
right: 2px;
|
|
color: #dc3545;
|
|
}
|
|
|
|
.card-body .radio-header {
|
|
font-size: 0.8rem;
|
|
font-weight: 500;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
display: inline-block;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.abrar-project-slider .tooltip {
|
|
font-family: "IRANSansFaNum" !important;
|
|
}
|
|
|
|
.abrar-project-slider .slider-selection,
|
|
.abrar-project-slider .slider-handle,
|
|
.abrar-project-slider .slider-tick.in-selection {
|
|
background: #007bff;
|
|
}
|
|
|
|
[class*="icheck-"] {
|
|
margin-top: 15px !important;
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.abrar-map-layout {
|
|
position: relative;
|
|
height: 200px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.abrar-map-layout>#abrar-map {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout>.pin-container {
|
|
position: absolute;
|
|
top: 34%;
|
|
right: 44%;
|
|
z-index: 1009;
|
|
}
|
|
|
|
.input-cord {
|
|
font-family: "IRANSans" !important;
|
|
text-align: center !important;
|
|
direction: ltr !important;
|
|
}
|
|
|
|
.listproject-main {
|
|
margin-top: 95px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.update-main {
|
|
margin-top: 36px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.tool-main {
|
|
margin-top: 70px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.card-footer {
|
|
text-align: left;
|
|
}
|
|
|
|
.map-btn {
|
|
border-radius: 0.25rem !important;
|
|
}
|
|
|
|
.is-invalid-input {
|
|
color: #dc3545 !important;
|
|
border-color: #dc3545;
|
|
}
|
|
|
|
.is-invalid-text {
|
|
color: #dc3545 !important;
|
|
}
|
|
|
|
.is-invalid-box {
|
|
border-color: #dc3545;
|
|
}
|
|
|
|
.menu_top {
|
|
z-index: 1040 !important;
|
|
}
|
|
|
|
.leaflet-div-icon {
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 71px;
|
|
font-family: "IRANSans";
|
|
}
|
|
|
|
.pin-marker.pin-move>.map-pin-marker {
|
|
transform: scale(0.75);
|
|
}
|
|
|
|
.pin-marker.pin-set>.map-pin-marker>.pin-title-circle {
|
|
background-color: #009900;
|
|
}
|
|
|
|
.pin-marker.pin-move>.pin-main-shadow {
|
|
transform: scale(1.35);
|
|
}
|
|
|
|
.map-pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 65px;
|
|
z-index: 10;
|
|
transform-origin: 22.5px 0;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.map-pin-marker>.pin-main-circle {
|
|
position: absolute;
|
|
width: 45px;
|
|
height: 45px;
|
|
left: 0;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
z-index: 12;
|
|
}
|
|
|
|
.map-pin-marker>.pin-white-circle {
|
|
position: absolute;
|
|
width: 39px;
|
|
height: 39px;
|
|
left: 3px;
|
|
top: 3px;
|
|
background-color: #ffffff;
|
|
border-radius: 50%;
|
|
z-index: 13;
|
|
}
|
|
|
|
.map-pin-marker>.pin-title-circle {
|
|
position: absolute;
|
|
width: 35px;
|
|
height: 35px;
|
|
left: 5px;
|
|
top: 5px;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 14;
|
|
transition: background-color 0.3s;
|
|
}
|
|
|
|
.map-pin-marker>.pin-title-circle>.title-circle-text {
|
|
line-height: 1;
|
|
font-size: 10px;
|
|
color: #ffffff;
|
|
font-weight: 600;
|
|
z-index: 15;
|
|
}
|
|
|
|
.map-pin-marker>.pin-main-line {
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 25px;
|
|
z-index: 11;
|
|
background-color: #000000;
|
|
top: 40px;
|
|
left: 20px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
|
|
.pin-marker>.pin-main-shadow {
|
|
position: absolute;
|
|
width: 11px;
|
|
height: 11px;
|
|
left: 17px;
|
|
top: 58px;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 10;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.pin-marker>.pin-main-shadow>.shadow-dot {
|
|
position: relative;
|
|
width: 1px;
|
|
height: 1px;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #000000;
|
|
border-radius: 50%;
|
|
z-index: 10;
|
|
}
|
|
|
|
.map-latlng-input-row {
|
|
position: absolute;
|
|
bottom: -11px;
|
|
z-index: 1000;
|
|
width: 240px;
|
|
left: 5px;
|
|
}
|
|
|
|
.map-latlng-form {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.map-latlng-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.map-latlng-label {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
border-radius: 0.25rem;
|
|
padding: 3px 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border: 1px solid #ced4da;
|
|
color: #000000;
|
|
border-bottom: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.map-latlng-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.map-latlng-first-input::placeholder {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.map-latlng-sec-input {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.map-latlng-sec-input::placeholder {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.abrar-map-title {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
z-index: 1000;
|
|
padding: 4px 7px;
|
|
color: #000;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
border-radius: 0.25rem;
|
|
background-color: rgba(255, 193, 7, 0.8);
|
|
}
|
|
|
|
.starter-loader-container {
|
|
z-index: 3000 !important;
|
|
}
|
|
|
|
.distance-input {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
label {
|
|
color: #000;
|
|
}
|
|
|
|
.second-round {
|
|
display: none;
|
|
}
|
|
|
|
.card-tools {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.error-message {
|
|
display: none;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.second-round-title {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.edit-description {
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.tablefontheader {
|
|
font-size: 12px;
|
|
}
|
|
|
|
table.table-bordered.dataTable tbody th,
|
|
table.table-bordered.dataTable tbody td {
|
|
border-bottom-width: 0;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.headercolortable {
|
|
background-color: #a6dcef;
|
|
}
|
|
|
|
table.dataTable tbody tr.selected {
|
|
background-color: #99cc99;
|
|
}
|
|
|
|
.div.dataTables_wrapper div.dataTables_length label {
|
|
float: left;
|
|
}
|
|
|
|
.dataTables_length {
|
|
float: left;
|
|
}
|
|
|
|
table.dataTable thead>tr>th.sorting_asc,
|
|
table.dataTable thead>tr>th.sorting_desc,
|
|
table.dataTable thead>tr>th.sorting,
|
|
table.dataTable thead>tr>td.sorting_asc,
|
|
table.dataTable thead>tr>td.sorting_desc,
|
|
table.dataTable thead>tr>td.sorting {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.table.dataTable thead .sorting:before,
|
|
table.dataTable thead .sorting_asc:before,
|
|
table.dataTable thead .sorting_desc:before,
|
|
table.dataTable thead .sorting_asc_disabled:before,
|
|
table.dataTable thead .sorting_desc_disabled:before {
|
|
display: none;
|
|
}
|
|
|
|
.table.dataTable thead .sorting:after,
|
|
table.dataTable thead .sorting_asc:after,
|
|
table.dataTable thead .sorting_desc:after,
|
|
table.dataTable thead .sorting_asc_disabled:after,
|
|
table.dataTable thead .sorting_desc_disabled:after {
|
|
display: none;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_info {
|
|
padding-top: 0.85em;
|
|
white-space: nowrap;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.preview-template {
|
|
border-left: 2px solid black;
|
|
border-right: 2px solid black;
|
|
}
|
|
|
|
.template-section {
|
|
border-top: 2px solid black;
|
|
border-bottom: 2px solid black;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 11px;
|
|
text-align: center;
|
|
background-color: lightgrey;
|
|
font-weight: 600;
|
|
padding: 10px 15px;
|
|
border-bottom: 2px solid black;
|
|
}
|
|
|
|
.section-table>table {
|
|
width: 100%;
|
|
}
|
|
|
|
.section-table>table,
|
|
th,
|
|
td {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.section-table th {
|
|
text-align: center;
|
|
font-size: 8px;
|
|
font-weight: 600;
|
|
padding: 4px 5px;
|
|
}
|
|
|
|
.section-table th.sub-title {
|
|
text-align: center;
|
|
font-size: 8px;
|
|
font-weight: 500;
|
|
padding: 4px 5px;
|
|
}
|
|
|
|
.section-table td {
|
|
text-align: center;
|
|
padding: 4px 2px;
|
|
}
|
|
|
|
.section-table th.w-2 {
|
|
width: 3%;
|
|
}
|
|
|
|
.section-table th.w-3 {
|
|
width: 3%;
|
|
}
|
|
|
|
.section-table th.w-4 {
|
|
width: 4%;
|
|
}
|
|
|
|
.section-table th.w-5 {
|
|
width: 5%;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_processing {
|
|
position: absolute;
|
|
top: 70%;
|
|
left: 50%;
|
|
width: 200px;
|
|
margin-left: -100px;
|
|
margin-top: -26px;
|
|
text-align: center;
|
|
padding: 1em 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed starter-project-page">
|
|
<div class="wrapper">
|
|
<!-- Content Wrapper. Contains page content -->
|
|
<div class="content-wrapper">
|
|
<!-- TOP MENU -->
|
|
<header>
|
|
<div class="menu_top" id="navbarmenu_top">
|
|
<div class="rahdariLogo">
|
|
<a href="#"><img src="../dist/images/icons/alertInstallAppLogo.png" alt=""
|
|
title="سازمان راهداری و حمل و نقل جاده ای" /></a>
|
|
</div>
|
|
<button class="responsiveTopMenuBtn routinghover" onclick="window.open('/rmto', '_self');">
|
|
<img src="../dist/images/icons/home.svg" />صفحه اصلی
|
|
</button>
|
|
<button class="responsiveTopMenuBtn hovercoridor" onclick="window.open('/rmto', '_self');">
|
|
<img src="../dist/images/icons/settings.svg" />تنظیمات
|
|
</button>
|
|
<button class="responsiveTopMenuBtn hovercoridor" onclick="event.preventDefault();
|
|
document.getElementById('logout-form').submit();">
|
|
<img src="../dist/images/icons/logout.svg" />خروج از سیستم
|
|
</button>
|
|
<div class="clearfix"></div>
|
|
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
|
|
@csrf
|
|
</form>
|
|
</div>
|
|
</header>
|
|
<!-- END TOP MENU -->
|
|
<!-- Main content -->
|
|
<div class="content">
|
|
<div class="starter-loader-container">
|
|
<div class="starter-loader"></div>
|
|
</div>
|
|
<div class="container-fluid">
|
|
<div class="row m-0">
|
|
<div class="col-sm-12">
|
|
<div class="listproject-main" id="listproject-main">
|
|
<!-- Default box -->
|
|
<div id="project-list-card" class="card">
|
|
<div class="card-header">
|
|
<h3 class="card-title">
|
|
فهرست پروژههای نگهداری راه
|
|
</h3>
|
|
<div class="card-tools">
|
|
<button class="btn btn-success btn-sm" id="add-project-button">
|
|
<i class="fas fa-plus" style="font-size: 16px; vertical-align: middle;"></i>
|
|
<span style="font-size: 14px;"><b>پروژه جدید</b></span>
|
|
</button>
|
|
<button type="button" class="btn btn-tool" id="minimize-button" data-card-widget="collapse"
|
|
data-toggle="tooltip" title="Collapse" style="display: none;">
|
|
<i class="fas fa-minus"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body table-responsive p-4" style="margin-top: 16px;">
|
|
<table class="table table-striped table-bordered projects p-2" id="example">
|
|
<thead>
|
|
<tr class="headercolortable">
|
|
<th class="tablefontheader" style="width: 3%;padding-right: 10px;">
|
|
ردیف</th>
|
|
<th class="tablefontheader" style="width: 8%;">استان /اداره کل
|
|
</th>
|
|
<th class="tablefontheader" style="width: 8%;"> شهرستان </th>
|
|
<th class="tablefontheader" style="width: 12%;">
|
|
نام محور </th>
|
|
<th class="tablefontheader" style="width: 7%;"> نوع محور </th>
|
|
<th class="tablefontheader" style="width: 9%;"> عنوان پروژه</th>
|
|
<th class="tablefontheader" style="width: 8%; font-size: 11px;">
|
|
پیمانکار
|
|
</th>
|
|
<th class="tablefontheader" style="width: 7%;"> مشاور </th>
|
|
<th class="tablefontheader" style="width: 6%;"> تاریخ قرارداد </th>
|
|
<th class="tablefontheader" style="width: 6%;white-space: nowrap;"> مبلغ قرارداد </th>
|
|
<th class="tablefontheader" style="width: 6%;"> تاریخ ثبت </th>
|
|
<th class="tablefontheader" style="width: 7%;"> تاریخ بروزرسانی </th>
|
|
<th class="tablefontheader" style="width: 22%;"> عملیات</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<!-- /.card-body -->
|
|
</div>
|
|
<!-- /.card -->
|
|
</div>
|
|
<div class="update-main" id="update-main" style="display: none;">
|
|
<!-- Default box -->
|
|
<div id="projectupdate-list-card" class="card">
|
|
<div class="card-header">
|
|
<h3 class="card-title">
|
|
بروزرسانی آخرین وضعیت پروژه
|
|
</h3>
|
|
</div>
|
|
<div class="card-body table-responsive p-4" style="margin-top: 16px;">
|
|
<table class="table table-striped table-bordered projects p-2" id="exampleupdate">
|
|
<thead>
|
|
<tr class="headercolortable">
|
|
<th colspan="2" class="tablefontheader" style="width: 3%;padding-right: 10px;">
|
|
روکش آسفالت</th>
|
|
<th colspan="2" class="tablefontheader" style="width: 8%;"> ماسه آسفالت و رگلاژی
|
|
</th>
|
|
<th colspan="2" class="tablefontheader" style="width: 8%;"> بازیافت سرد/گرم </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 12%;">
|
|
میکروسرفیسینگ </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 7%;"> چیپ سیل </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 9%;"> اسلاری سیل</th>
|
|
<th colspan="2" class="tablefontheader" style="width: 8%; font-size: 11px;">
|
|
اسکراب سیل
|
|
</th>
|
|
<th colspan="2" class="tablefontheader" style="width: 7%;"> فوگ سیل </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 6%;"> سیل کت </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 6%;white-space: nowrap;"> کیپ سیل </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 6%;"> آسفالت سرد/ردمیکس </th>
|
|
<th colspan="3" class="tablefontheader" style="width: 6%;"> لکه گیری </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 6%;"> درز گیری </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 6%;"> آخرین وضعیت پروژه </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 6%;"> درصد پیشرفت فیزیکی </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 22%;"> عملیات</th>
|
|
</tr>
|
|
<tr style="background-color: #9abbd3;">
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;"><small>کیلومتر</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small>متر مربع</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small> تناژ</small></th>
|
|
<th style="font-size: 10px;font-weight: 500;width: 3%;"><small> کیلومتر</small></th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<!-- /.card-body -->
|
|
</div>
|
|
<!-- /.card -->
|
|
</div>
|
|
<div class="tool-main up" id="tool-main" style="display: none;">
|
|
<!-- Default box -->
|
|
<div id="projecttool-list-card" class="card">
|
|
<div class="card-header">
|
|
<h3 class="card-title">
|
|
طول پروژه به کیلومتر
|
|
</h3>
|
|
</div>
|
|
<div class="card-body table-responsive p-4" style="margin-top: 16px;">
|
|
<table class="table table-striped table-bordered projects" id="exampletool">
|
|
<thead>
|
|
<tr class="headercolortable" style="background-color: #a6dcef;">
|
|
<th class="tablefontheader" style=" width: 6%;">روکش آسفالت
|
|
</th>
|
|
<th class="tablefontheader" style=" width: 6%">ماسه آسفالت
|
|
</th>
|
|
<th class="tablefontheader" style=" width: 7%">بازیافت سرد و گرم</th>
|
|
<th class="tablefontheader" style=" width: 5%">میگروسرفیسینگ</th>
|
|
<th class="tablefontheader" style=" width: 5%">چیپ سیل
|
|
</th>
|
|
<th class="tablefontheader" style="width: 6%">اسلاری سیل</th>
|
|
<th class="tablefontheader" style="width: 6%">اسکراب سیل</th>
|
|
<th class="tablefontheader" style="width: 5%">فوگ سیل
|
|
</th>
|
|
<th class="tablefontheader" style="width: 5%"> سیل کت
|
|
</th>
|
|
<th class="tablefontheader" style="width: 5%"> کیپ سیل </th>
|
|
<th class="tablefontheader" style="width: 9%"> آسفالت سرد/رد میکس </th>
|
|
<th class="tablefontheader" style="width: 5%"> لگه گیری </th>
|
|
<th class="tablefontheader" style="width: 5%"> درزگیری </th>
|
|
<th class="tablefontheader" style="width: 12%;text-align: center;"> عملیات </th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<!-- /.card-body -->
|
|
</div>
|
|
<!-- /.card -->
|
|
</div>
|
|
</div>
|
|
<div id="stepModalmaintenance" class="modal animated zoomIn fade ">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="exampleModalLongTitle">موقعیت پروژه روی نقشه</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<!-- Modal body -->
|
|
<div class="modal-body" style="overflow: hidden;">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="col-md-12 ">
|
|
<div class="col-md-12 mb-3">
|
|
<div class="abrar-map-layout">
|
|
<span class="abrar-map-title d-inline"
|
|
>ثبت موقعیت پروژه روی نقشه</span
|
|
>
|
|
<div id="abrar-map"></div>
|
|
<div class="row map-latlng-input-row">
|
|
<div class="col-md-12">
|
|
<div class="form-group map-latlng-form">
|
|
<label
|
|
class="required-label d-block text-center map-latlng-label"
|
|
>
|
|
ثبت دستی مختصات
|
|
</label>
|
|
<input
|
|
name="abrar-project-latlng-start"
|
|
type="text"
|
|
class="form-control input-cord map-latlng-input map-latlng-first-input"
|
|
data-inputmask="'mask': '(99.9999999999) - (99.9999999999)'"
|
|
data-mask
|
|
placeholder="(شروع) => (طول جغرافیایی) - (عرض جغرافیایی)"
|
|
/>
|
|
</div>
|
|
<div class="form-group">
|
|
<input
|
|
name="abrar-project-latlng-end"
|
|
type="text"
|
|
class="form-control input-cord map-latlng-input map-latlng-sec-input"
|
|
data-inputmask="'mask': '(99.9999999999) - (99.9999999999)'"
|
|
data-mask
|
|
placeholder="(پایان) => (طول جغرافیایی) - (عرض جغرافیایی)"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-4">
|
|
<label>
|
|
اداره کل / استان
|
|
</label>
|
|
<select
|
|
class="form-control"
|
|
name="province"
|
|
id="province-id"
|
|
>
|
|
</select>
|
|
</div>
|
|
<div class="form-group col-md-4">
|
|
<label for="axis-name-id">
|
|
نام محور
|
|
</label>
|
|
<input
|
|
type="text"
|
|
class="form-control"
|
|
name="axis-name"
|
|
id="axis-name-id"
|
|
placeholder="نام محور"
|
|
/>
|
|
</div>
|
|
<div class="form-group col-md-4">
|
|
<label>
|
|
نوع محور
|
|
</label>
|
|
<select
|
|
class="form-control"
|
|
name="axis-type"
|
|
id="axis-type-id"
|
|
>
|
|
<option value="0">انتخاب نوع محور</option>
|
|
<option value="1">شریانی</option>
|
|
<option value="2">اصلی</option>
|
|
<option value="3">فرعی</option>
|
|
<option value="4">روستایی</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12" >
|
|
<div class="row" >
|
|
<div class="col-md-1" >
|
|
<div class="row" >
|
|
<div class="form-group col-md-1">
|
|
<i class="fa fa-plus-circle" style="font-size:20px; margin-top: 40px; color: #007bff;" aria-hidden="true" onclick="addTownBox()"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-11" >
|
|
<div class="row" id="subTown">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
|
|
<div class="form-group col-md-4">
|
|
<label> عنوان پروژه </label>
|
|
<input
|
|
type="text"
|
|
class="form-control"
|
|
name="edit-project-title"
|
|
id="project-title-id"
|
|
/>
|
|
</div>
|
|
<div class="form-group col-md-4">
|
|
<label> نام پیمانکار </label>
|
|
<input
|
|
type="text"
|
|
class="form-control"
|
|
name="edit-contractor"
|
|
id="contractor-id"
|
|
/>
|
|
</div>
|
|
<div class="form-group col-md-4">
|
|
<label> مشاور </label>
|
|
<input
|
|
type="text"
|
|
class="form-control"
|
|
name="edit-contractor"
|
|
id="consultant-id"
|
|
/>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
تاریخ قرارداد
|
|
</label>
|
|
<input
|
|
type="text"
|
|
class="form-control"
|
|
name="contract-date"
|
|
placeholder="انتخاب تاریخ"
|
|
id="contract-date-id"
|
|
/>
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label for="project-price-id">
|
|
مبلغ قرارداد (میلیون ریال)
|
|
</label>
|
|
<input
|
|
type="number"
|
|
min="1"
|
|
class="form-control"
|
|
name="project-price"
|
|
placeholder="مبلغ (به میلیون ریال)"
|
|
id="contract-price-id"
|
|
/>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- Modal footer -->
|
|
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel">انصراف</button>
|
|
|
|
<!-- <button type="button" class="btn btn-primary btn-next">ثبت</button> -->
|
|
<!-- <button type="button" class="btn btn-danger btn-applyChangeCancel"
|
|
style="display: none">انصراف</button> -->
|
|
<button type="button" class="btn btn-primary btn-applyChange" id="submitNewRow">ثبت
|
|
تغییرات</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="show-projecttool" class="modal animated zoomIn fade ">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title">ویرایش طول پروژه</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<!-- Modal body -->
|
|
<div class="modal-body">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
روکش آسفالت
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-1"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
ماسه آسفالت
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-2"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
بازیافت سرد/گرم
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-3"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
میکروسرفیسینگ
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-4"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
چیپ سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-5"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
اسلاری سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-6"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
اسکراب سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-7"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
فوگ سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-8"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
سیل کت
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-9"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
کیپ سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-10"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
آسفالت سرد/ردمیکس
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-11"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
لکه گیری
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-12"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
درزگیری
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name" id="project-distance-input-13"
|
|
placeholder="طول پروژه (به کیلومتر)" min="0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Modal footer -->
|
|
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel" id="rejectoolfinal">انصراف</button>
|
|
|
|
<!-- <button type="button" class="btn btn-primary btn-next">ثبت</button> -->
|
|
<!-- <button type="button" class="btn btn-danger btn-applyChangeCancel"
|
|
style="display: none">انصراف</button> -->
|
|
<button type="button" class="btn btn-primary btn-applyChange" id="submitoolfinal">ثبت
|
|
تغییرات</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
</div>
|
|
<!-- /.content -->
|
|
</div>
|
|
<!-- /.content-wrapper -->
|
|
</div>
|
|
<!-- ./wrapper -->
|
|
|
|
<!-- REQUIRED SCRIPTS -->
|
|
|
|
<!-- jQuery -->
|
|
<script src="../plugins/jquery/jquery.min.js"></script>
|
|
<!-- Bootstrap 4 -->
|
|
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<!-- InputMask -->
|
|
<script src="../plugins/inputmask/min/jquery.inputmask.bundle.min.js"></script>
|
|
<!-- Leaflet -->
|
|
<script src="../dist/js/leaflet.js"></script>
|
|
<!-- Leaflet Routing Machine js -->
|
|
<script src="../dist/js/leaflet-routing-machine.js"></script>
|
|
<script src="../plugins/sweetalert2/sweetalert2.all.min.js"></script>
|
|
<script src="../plugins/datatables/jquery.dataTables.min.js"></script>
|
|
<script src="../dist/js/dataTables.bootstrap4.min.js"></script>
|
|
<script src="../dist/js/datatables/persian.js"></script>
|
|
<script src="../plugins/datatables-buttons/js/dataTables.buttons.min.js"></script>
|
|
<script src="../plugins/datatables-buttons/js/buttons.html5.min.js"></script>
|
|
<!-- Persian Datepicker -->
|
|
<script src="../dist/js/persian-date.min.js"></script>
|
|
<script src="../dist/js/persian-datepicker.min.js"></script>
|
|
<!-- Bootstrap slider -->
|
|
<script src="../plugins/bootstrap-slider/bootstrap-slider.min.js"></script>
|
|
<!-- AdminLTE App -->
|
|
<script src="../dist/js/adminlte.min.js"></script>
|
|
<!-- Page Script -->
|
|
<script src="../dist/js/road-maintenance.js?v=0.11"></script>
|
|
</body>
|
|
|
|
</html>
|