4435 lines
228 KiB
PHP
4435 lines
228 KiB
PHP
<html>
|
|
|
|
<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() }}" />
|
|
<link rel="icon" href="../dist/images/fav.ico" type="image/ico" sizes="16x16">
|
|
<title>لیست قراردادها</title>
|
|
<link rel="stylesheet" href="../plugins/fontawesome-free/css/all.min.css" />
|
|
<link rel="stylesheet" href="../dist/css/adminlte.css" />
|
|
<link rel="stylesheet" href="../dist/css/fontiran.css">
|
|
<link rel="stylesheet" href="../plugins/bootstrap-slider/css/bootstrap-slider.min.css" />
|
|
<link rel="stylesheet" href="../plugins/chart.js/Chart.min.css" />
|
|
<link rel="stylesheet" href="../dist/css/leaflet.css">
|
|
<link rel="stylesheet" href="../dist/css/select.dataTables.min.css">
|
|
<link rel="stylesheet" href="../dist/css/persian-datepicker.min.css">
|
|
<link rel="stylesheet" href="../plugins/select2/css/select2.min.css" />
|
|
<link rel="stylesheet" href="../plugins/datatables-bs4/css/dataTables.bootstrap4.min.css">
|
|
<link rel="stylesheet" href="../plugins/datatables-buttons/css/buttons.bootstrap4.min.css">
|
|
<link rel="stylesheet" href="../dist/css/footer.css" />
|
|
|
|
<link rel="icon" href="../dist/images/fav.ico" type="image/ico" sizes="16x16">
|
|
|
|
<link rel="stylesheet" href="../dist/css/tablestyle.css" />
|
|
|
|
|
|
<style>
|
|
body {
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
#update-card {
|
|
width: 100%;
|
|
margin-bottom: 150px;
|
|
}
|
|
|
|
.swal2-icon {
|
|
display: none !important;
|
|
}
|
|
|
|
.swal2-title {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.swal2-styled {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.havig .arrow-changing1 {
|
|
width: 10px !important;
|
|
}
|
|
|
|
.swal2-content {
|
|
font-size: 17px !important;
|
|
}
|
|
|
|
.swal2-actions {
|
|
margin-top: 5px !important;
|
|
}
|
|
|
|
.swal2-confirm {
|
|
background-color: rgb(43, 125, 43) !important;
|
|
border-radius: 5px !important;
|
|
color: white !important;
|
|
border: 0 !important;
|
|
}
|
|
|
|
.swal2-popup {
|
|
width: 25em !important;
|
|
}
|
|
|
|
.navbar-nav {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.navbar-sp {
|
|
color: #ffffff !important;
|
|
font-size: 10px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.body-table-style {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.navbar-it {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.line {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.havig {
|
|
text-align: center;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.profile {
|
|
margin-left: 60px;
|
|
border: 2px solid #ff5c0f;
|
|
padding: 10px 15px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
header {
|
|
background-color: #ffffff;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.logoPart {
|
|
padding: 15px 40px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.contactUsPart {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.contactUsPart .time {
|
|
color: #ff5c0f;
|
|
unicode-bidi: embed;
|
|
}
|
|
|
|
.dropdown:hover .multi-level {
|
|
display: block;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.multi-level {
|
|
padding: 10px;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
background-image: linear-gradient(#212529, white);
|
|
}
|
|
|
|
.dropdown-item {
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.dropdown-item-bottom {
|
|
color: black;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown-item:hover {
|
|
background-color: #ff5c0f;
|
|
color: white;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.dropdown-item a {
|
|
color: black;
|
|
}
|
|
|
|
.dropdown-item a:hover {
|
|
color: white;
|
|
}
|
|
|
|
.dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
|
|
.dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -6px;
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
-moz-border-radius: 0 6px 6px;
|
|
border-radius: 0 6px 6px 6px;
|
|
}
|
|
|
|
.dropdown-submenu:hover>.dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.dropdown-submenu:hover>a:after {
|
|
border-left-color: #fff;
|
|
}
|
|
|
|
.dropdown-submenu.pull-left>.dropdown-menu {
|
|
left: -69%;
|
|
margin-left: 10px;
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
border-radius: 6px 0 6px 6px;
|
|
}
|
|
|
|
#dropdown-project {
|
|
left: -99%;
|
|
}
|
|
|
|
.table thead tr {
|
|
font-size: 12px;
|
|
background-color: #015688;
|
|
color: white;
|
|
}
|
|
|
|
.dt-buttons {
|
|
float: left;
|
|
}
|
|
|
|
.dataTables_length {
|
|
float: right;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.dataTables_filter {
|
|
float: right;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.table tbody {
|
|
font-size: 12px;
|
|
}
|
|
|
|
button.dt-button {
|
|
background-color: white;
|
|
border: 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.icon-color {
|
|
color: rgb(43, 125, 43);
|
|
font-size: 19px;
|
|
}
|
|
|
|
.dataTables_paginate {
|
|
margin-top: 20px !important;
|
|
}
|
|
|
|
.dataTables_paginate .pagination li.page-item a {
|
|
border: 0 !important;
|
|
color: black;
|
|
}
|
|
|
|
.page-item.active .page-link {
|
|
color: white !important;
|
|
background-color: rgb(255, 92, 15) !important;
|
|
}
|
|
|
|
.line-empty-col {
|
|
background-color: rgb(255, 92, 15);
|
|
width: 50px;
|
|
height: 1px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.content-center-dataTable {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
font-size: 11px;
|
|
}
|
|
|
|
.content-center-dataTable button {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
}
|
|
|
|
.scrollbar::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.scrollbar::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
.btn-dataTable {
|
|
border: 0;
|
|
background-color: rgba(220, 220, 220, 0);
|
|
}
|
|
|
|
.btn-dataTable i {
|
|
color: rgb(43, 125, 43);
|
|
font-size: 18px;
|
|
}
|
|
|
|
.line-btn-table {
|
|
width: 1px;
|
|
height: 20px;
|
|
background-color: rgb(255, 92, 15);
|
|
}
|
|
|
|
.btn-closeModal {
|
|
background-color: white;
|
|
border: 0;
|
|
}
|
|
|
|
.btn-closeModal span {
|
|
font-size: 25px;
|
|
}
|
|
|
|
.modal-header-me span {
|
|
letter-spacing: -0.8px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.parent-filter {
|
|
width: 223px;
|
|
min-height: 200px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 100px;
|
|
box-shadow: 0 0 3px;
|
|
top: 127px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.parent-excel {
|
|
width: 223px;
|
|
min-height: 200px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 100px;
|
|
box-shadow: 0 0 3px;
|
|
top: 127px;
|
|
padding: 8px;
|
|
}
|
|
.parent-word {
|
|
width: 223px;
|
|
min-height: 100px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 200px;
|
|
box-shadow: 0 0 3px;
|
|
top: 127px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.select2-search__field {
|
|
font-size: 10px !important;
|
|
}
|
|
|
|
.select2-results__options {
|
|
font-size: 10px !important;
|
|
}
|
|
|
|
.select2-selection__rendered {
|
|
font-size: 10px !important;
|
|
}
|
|
|
|
.form-control-me {
|
|
display: block;
|
|
width: 77%;
|
|
height: 33px;
|
|
padding: 0.375rem 0.75rem;
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #ffffff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
}
|
|
|
|
.btn-increase {
|
|
border: 0;
|
|
width: 26px;
|
|
height: 26px;
|
|
border-radius: 50%;
|
|
color: white;
|
|
background-color: rgb(255, 92, 15);
|
|
}
|
|
|
|
.btn-set-filter {
|
|
background-color: rgb(43, 125, 43);
|
|
border: 0;
|
|
margin-bottom: 5px;
|
|
border-radius: 5px;
|
|
font-size: 12px;
|
|
color: white;
|
|
}
|
|
|
|
button:disabled {
|
|
cursor: no-drop;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.modal-body-me {
|
|
position: relative;
|
|
flex: 1 1 auto;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#abrar-map {
|
|
width: 100%;
|
|
height: 250px;
|
|
}
|
|
|
|
#abrar-map_choose {
|
|
width: 100%;
|
|
height: 250px;
|
|
}
|
|
|
|
.parent-onmapButton {
|
|
width: 140px;
|
|
}
|
|
|
|
.parent-onmapButton button {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 160px;
|
|
z-index: 400;
|
|
border: 0;
|
|
color: white;
|
|
border-radius: 3px;
|
|
font-size: 10px;
|
|
height: 40px;
|
|
background-color: rgb(72, 99, 170);
|
|
}
|
|
|
|
.parent-onmapButton P {
|
|
position: absolute;
|
|
left: 5px;
|
|
text-align: center;
|
|
top: 206px;
|
|
z-index: 1000;
|
|
border: 0;
|
|
padding: 12px;
|
|
margin-top: auto;
|
|
color: white;
|
|
margin-bottom: auto;
|
|
width: 133px;
|
|
border-radius: 3px;
|
|
font-size: 10px;
|
|
height: 40px;
|
|
background-color: rgb(72, 99, 170);
|
|
}
|
|
|
|
.map-latlng-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.map-latlng-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.input-cord {
|
|
font-family: "IRANSans" !important;
|
|
text-align: center !important;
|
|
direction: ltr !important;
|
|
}
|
|
|
|
.form-control:focus {
|
|
background-color: #ffffff;
|
|
border-color: #80bdff;
|
|
outline: 0;
|
|
}
|
|
.is-invalid-input {
|
|
border-color: #dc3545 !important;
|
|
box-shadow: 0 0 10px #f1507f;
|
|
}
|
|
.parent-Coordinates {
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 180px;
|
|
z-index: 999;
|
|
}
|
|
|
|
.parent-Coordinates input {
|
|
width: 131px;
|
|
font-size: 12px;
|
|
height: 30px;
|
|
margin-top: 10px;
|
|
border-radius: 4px;
|
|
background-color: rgb(255, 205, 2);
|
|
}
|
|
|
|
.parent-filter::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-filter::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-excel::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-excel::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-word::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-word::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.stylescroll::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.stylescroll::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.select2-results__options::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.select2-results__options::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-data-project label {
|
|
font-size: 10;
|
|
}
|
|
|
|
.pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 71px;
|
|
font-family: "IRANSans";
|
|
}
|
|
|
|
.parent-data-project input {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.parent-data-project select {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.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-warn>.map-pin-marker>.pin-title-circle {
|
|
background-color: #e90a0a;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.leaflet-div-icon {
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.parent-data-project .form-control {
|
|
height: 32px !important;
|
|
}
|
|
|
|
.btn-increase-col {
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
color: rgb(43, 125, 43);
|
|
height: 20px;
|
|
}
|
|
|
|
.btn-decrease-col {
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
color: red;
|
|
height: 20px;
|
|
}
|
|
|
|
.btn-orange-me {
|
|
background-color: rgb(255, 92, 15);
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.modal-footer button {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.modal-footer-me {
|
|
padding: 0 !important;
|
|
border-top: 0;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.modal-content {
|
|
border-radius: 3px;
|
|
border: 3px solid rgb(255, 92, 15);
|
|
}
|
|
|
|
#title-update {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
top: 10px;
|
|
letter-spacing: -0.8px;
|
|
}
|
|
|
|
#distance-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
top: 10px;
|
|
letter-spacing: -0.8px;
|
|
}
|
|
|
|
.update-main .card-title {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.tool-main .card-title {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.add-project-update {
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.tooltiptextstart {
|
|
visibility: hidden;
|
|
width: 150px;
|
|
background-color: black;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
padding: 5px 0;
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 35px;
|
|
left: 100%;
|
|
font-size: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tooltiptextstart::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 100%;
|
|
margin-top: -5px;
|
|
border-width: 5px;
|
|
border-style: solid;
|
|
border-color: transparent black transparent transparent;
|
|
}
|
|
|
|
.tooltipstart1:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart2:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart3:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart4:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart5:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart6:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart7:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart8:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart9:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart10:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart11:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart12:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart13:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstartcost:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.slider.slider-horizontal {
|
|
width: 97%;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#abrar-map-2 {
|
|
height: 408px;
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.map-latlng-input-row {
|
|
position: absolute;
|
|
bottom: -11px;
|
|
z-index: 1000;
|
|
width: 240px;
|
|
left: 5px;
|
|
}
|
|
|
|
.map-latlng-form {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.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-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.map-latlng-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.input-cord {
|
|
font-family: "IRANSans" !important;
|
|
text-align: center !important;
|
|
direction: ltr !important;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.abrar-map-title2 {
|
|
position: absolute;
|
|
top: 40px;
|
|
right: 5px;
|
|
z-index: 1000;
|
|
padding: 4px 7px;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
font-weight: 500;
|
|
border-radius: 0.25rem;
|
|
background-color: rgba(255, 85, 7, 0.986);
|
|
}
|
|
|
|
.abrar-map-title2_choose {
|
|
position: absolute;
|
|
top: 40px;
|
|
right: 5px;
|
|
z-index: 1000;
|
|
padding: 4px 7px;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
font-weight: 500;
|
|
border-radius: 0.25rem;
|
|
background-color: rgba(255, 85, 7, 0.986);
|
|
}
|
|
|
|
.abrar-map-title22 {
|
|
position: absolute;
|
|
top: 40px;
|
|
right: 5px;
|
|
z-index: 1000;
|
|
padding: 4px 7px;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
font-weight: 500;
|
|
border-radius: 0.25rem;
|
|
background-color: rgba(255, 85, 7, 0.986);
|
|
}
|
|
|
|
.modal-body-scroll {
|
|
overflow-y: scroll;
|
|
height: 500px;
|
|
}
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
background-color: #007bff !important;
|
|
}
|
|
|
|
.body-table-style {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
#dropdown1 {
|
|
left: -113%;
|
|
}
|
|
|
|
#dropdown2 {
|
|
left: -302%;
|
|
}
|
|
|
|
#dropdown3 {
|
|
left: -160%;
|
|
}
|
|
|
|
.queen-size-nav {
|
|
display: none;
|
|
background-color: #ffffff;
|
|
box-shadow: -1px 1px 4px #212529;
|
|
width: 40%;
|
|
height: 55%;
|
|
border-bottom-left-radius: 10px;
|
|
margin-top: 40px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: 2;
|
|
}
|
|
|
|
.queen-ul-style {
|
|
display: none;
|
|
}
|
|
.logo-new-style {
|
|
display: none;
|
|
}
|
|
|
|
.new-style-profile {
|
|
display: none;
|
|
}
|
|
|
|
.eight-step-res {
|
|
display: none;
|
|
}
|
|
|
|
table.table-bordered.dataTable th:last-child,
|
|
table.table-bordered.dataTable th:last-child,
|
|
table.table-bordered.dataTable td:last-child,
|
|
table.table-bordered.dataTable td:last-child {
|
|
border-right-width: 1px;
|
|
}
|
|
|
|
.font-color-style-table {
|
|
color: #fff;
|
|
}
|
|
.dt-buttons .buttons-print {
|
|
display: none;
|
|
}
|
|
|
|
.slideroverlay {
|
|
display: none;
|
|
text-align: right;
|
|
direction: rtl;
|
|
position: fixed;
|
|
z-index: 1051;
|
|
padding-top: 77px;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
background-color: rgb(0, 0, 0);
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.slideroverlay>.upload-confirm {
|
|
z-index: 50;
|
|
display: block;
|
|
position: absolute;
|
|
background: transparent;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.slideroverlay>.modal-content {
|
|
background-color: #ffffff;
|
|
border-radius: 7px;
|
|
margin: auto;
|
|
padding: 20px 1.5% 1px 1.5%;
|
|
border: 3px solid #ff5c0f;
|
|
width: 70%;
|
|
position: relative;
|
|
z-index: 51;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close {
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 3px;
|
|
left: 20px;
|
|
color: #979797;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close::before {
|
|
content: "\00d7";
|
|
font-size: 22px;
|
|
position: absolute;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.close:hover,
|
|
.slideroverlay>.modal-content>.close:focus {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .mySlides {
|
|
display: none;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow img {
|
|
vertical-align: middle;
|
|
width: auto;
|
|
height: auto;
|
|
opacity: 1;
|
|
max-height: 500px;
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
border-radius: 10px;
|
|
box-shadow: -12px -2px 6px #b9b9b9;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .slideshow-container {
|
|
max-width: 100%;
|
|
position: relative;
|
|
margin: auto;
|
|
}
|
|
|
|
.textt {
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev,
|
|
.slideroverlay>.modal-content>.slideshow .next {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: auto;
|
|
padding: 16px;
|
|
margin-top: -22px;
|
|
color: #000;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
transition: 0.6s ease;
|
|
border-radius: 60px !important;
|
|
user-select: none;
|
|
border: 1px solid #e1e1e1;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .next {
|
|
right: 0;
|
|
border-radius: 0px 3px 3px 0;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev {
|
|
left: 0;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .prev:hover,
|
|
.slideroverlay>.modal-content>.slideshow .next:hover {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
color: #fff;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .text {
|
|
color: #f2f2f2;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
padding: 10px 15px;
|
|
position: absolute;
|
|
bottom: -3px;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-family: "IRANSans";
|
|
font-size: 12px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .numbertext {
|
|
color: #f2f2f2;
|
|
font-size: 14px;
|
|
padding: 8px 12px;
|
|
position: absolute;
|
|
background-color: #ff5c0f;
|
|
top: 0;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow #slideshow-dot {
|
|
margin-top: 15px !important;
|
|
margin-bottom: 10px;
|
|
direction: ltr;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .dot {
|
|
cursor: pointer;
|
|
height: 12px;
|
|
width: 12px;
|
|
margin: 0 2px;
|
|
background-color: #00669f;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
transition: background-color 0.6s ease;
|
|
}
|
|
|
|
#inputFile1 {
|
|
display: none;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .active,
|
|
.slideroverlay>.modal-content>.slideshow .dot:hover {
|
|
background-color: #ff5c0f;
|
|
}
|
|
|
|
.slideroverlay>.modal-content>.slideshow .fade {
|
|
-webkit-animation-name: fade;
|
|
-webkit-animation-duration: 1.5s;
|
|
animation-name: fade;
|
|
animation-duration: 1.5s;
|
|
}
|
|
|
|
.line-empty-col {
|
|
background-color: rgb(255, 92, 15);
|
|
width: 50px;
|
|
height: 1px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.just-padding {
|
|
padding: 0px !important;
|
|
}
|
|
|
|
.file-input-modal {
|
|
justify-content: center;
|
|
font-size: 11px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 80px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.file-input-modal-container {
|
|
width: 100%;
|
|
}
|
|
|
|
@media only screen and (min-width: 1700px) {
|
|
.justify-content-center {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
.king-size-nav {
|
|
display: none;
|
|
}
|
|
|
|
.eight-step-res {
|
|
display: none;
|
|
}
|
|
|
|
.new-style-profile {
|
|
display: block;
|
|
width: 20%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.navbar-sp {
|
|
font-size: 12px;
|
|
margin-top: 2px;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.first-step-res-design {
|
|
text-align: center;
|
|
list-style-type: none;
|
|
margin-top: 10px;
|
|
padding: 3px;
|
|
}
|
|
|
|
.first-step-res {
|
|
display: none;
|
|
padding-inline-start: 0px;
|
|
font-size: 11px;
|
|
border-bottom: 2px solid #ff5c0f;
|
|
border-top: 2px solid #ff5c0f;
|
|
}
|
|
|
|
.difrent-img-size {
|
|
width: 27px;
|
|
height: 26px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.logo-new-style {
|
|
display: inline;
|
|
}
|
|
|
|
.second-menu-img {
|
|
position: absolute;
|
|
margin-right: 12px;
|
|
margin-top: -8px;
|
|
width: 25px;
|
|
height: 55px;
|
|
}
|
|
.queen-ul-style {
|
|
display: block;
|
|
}
|
|
|
|
.queen-responsive-navbar {
|
|
justify-content: center;
|
|
margin-bottom: 20px;
|
|
margin-left: 0px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
footer {
|
|
position: fixed !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 530px) {
|
|
.queen-size-nav {
|
|
width: 50%;
|
|
}
|
|
|
|
.page-link {
|
|
padding: 0.4rem 0.55rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 450px) {
|
|
.queen-size-nav {
|
|
height: 60%;
|
|
}
|
|
|
|
.page-link {
|
|
padding: 0.4rem 0.40rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 370px) {
|
|
#example_length {
|
|
float: none !important;
|
|
}
|
|
|
|
#example_filter {
|
|
float: none !important;
|
|
}
|
|
|
|
.page-link {
|
|
padding: 0.4rem 0.35rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1000px) {
|
|
#dropdown1 {
|
|
position: absolute !important;
|
|
}
|
|
}
|
|
|
|
.abrar-map-layout>#abrar-map,
|
|
#abrar-map-2,
|
|
#abrar-map_choose {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout {
|
|
position: relative;
|
|
height: 368px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.abrar-map-layout>#abrar-map-static {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout>#abrarshow-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;
|
|
}
|
|
|
|
label {
|
|
font-size: 0.8rem;
|
|
font-weight: 500 !important;
|
|
color: #000;
|
|
}
|
|
|
|
.form-control {
|
|
font-size: 11px ;
|
|
}
|
|
|
|
.modal-title {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.modal-header .close,
|
|
.modal-header .mailbox-attachment-close {
|
|
padding: 1rem;
|
|
margin: -1rem auto -1rem -1rem;
|
|
}
|
|
|
|
.map-latlng-sec-input {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.submittool {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.select2-container {
|
|
box-sizing: border-box;
|
|
display: block !important;
|
|
margin: 0;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
float: right !important;
|
|
}
|
|
.setmiddle {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.aboveline {
|
|
border-top: 1px solid #e9ecef;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.borderdiv {
|
|
height: 40px;
|
|
width: 100%;
|
|
border: 1px solid rgb(255, 92, 15);
|
|
}
|
|
|
|
.checkboxshow {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-top: 5px;
|
|
padding: 0px 10px 0px 10px;
|
|
}
|
|
|
|
.eachcheck {
|
|
width: 25%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.checking {
|
|
margin: 5px;
|
|
}
|
|
|
|
.input_modal_table {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.input_modal_table_choose {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.input_modal_table1 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table12 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table1_choose {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table2 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table2_choose {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table3 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table4 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table5 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table6 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input_modal_table7 {
|
|
border: none;
|
|
border-bottom: 1px solid #ff5c0f;
|
|
height: 25px;
|
|
font-size: 15px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.lanel_end_modal_style {
|
|
width: 25%;
|
|
float: right;
|
|
line-height: calc(2.25rem + 2px);
|
|
margin-left: 30px;
|
|
margin-bottom: unset;
|
|
}
|
|
|
|
.file-input-modal-container1 {
|
|
width: 100%;
|
|
}
|
|
|
|
.file-input-modal-container2 {
|
|
width: 100%;
|
|
}
|
|
|
|
table.dataTable tbody tr.selected {
|
|
background-color: rgb(47, 125, 50) !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.setcontent {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.imgbox {
|
|
border: 1px solid #ccc;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
padding: 0;
|
|
margin: 0;
|
|
color: #666;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.img-preview {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.btn-delete-img {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.btn-danger.disabled,
|
|
.btn-danger:disabled {
|
|
font-size: 12px;
|
|
background-color: #007bff;
|
|
border: none;
|
|
}
|
|
|
|
.modal-lg,
|
|
.modal-xl {
|
|
max-width: 1259px;
|
|
}
|
|
|
|
input[type=number]::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
}input[type=number]::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.centertext {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.loader {
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 40px;
|
|
position: relative;
|
|
border: 4px solid #ff5c0f;
|
|
top: 0;
|
|
animation: loader 2s infinite ease;
|
|
}
|
|
|
|
.loader-inner {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
animation: loader-inner 2s infinite ease-in;
|
|
}
|
|
|
|
@keyframes loader {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
25% {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
50% {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
75% {
|
|
transform: rotate(360deg);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes loader-inner {
|
|
0% {
|
|
height: 0%;
|
|
}
|
|
|
|
25% {
|
|
height: 0%;
|
|
}
|
|
|
|
50% {
|
|
height: 100%;
|
|
}
|
|
|
|
75% {
|
|
height: 100%;
|
|
}
|
|
|
|
100% {
|
|
height: 0%;
|
|
}
|
|
}
|
|
|
|
.divloader {
|
|
display: none;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
z-index: 1053;
|
|
}
|
|
|
|
#examplesetadiedit_wrapper div.dataTables_scrollHead table.table-bordered {
|
|
width: 100% !important;
|
|
}
|
|
|
|
#examplemaliedit_wrapper div.dataTables_scrollHead table.table-bordered {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.dataTables_scroll {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.testshow {
|
|
direction: ltr !important
|
|
}
|
|
|
|
.finance_fieldset {
|
|
width: 100%;
|
|
border: 2px solid #ff5c0f;
|
|
border-radius: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.finance_fieldset legend {
|
|
display: block;
|
|
width: 18%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin-bottom: .5rem;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
.fieldset_img {
|
|
border: 2px solid #ff5c0f;
|
|
border-radius: 10px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.fieldset_img legend {
|
|
display: block;
|
|
width: 20%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin-bottom: .5rem;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
.finance_fieldset2 {
|
|
width: 100%;
|
|
border: 2px solid #ff5c0f;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.finance_fieldset2 legend {
|
|
display: block;
|
|
width: 16%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin-bottom: .5rem;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
#deviceImg1Title {
|
|
padding: 3px;
|
|
}
|
|
|
|
#deviceImg12Title {
|
|
padding: 3px;
|
|
}
|
|
|
|
#deviceImg1Title_choose {
|
|
padding: 3px;
|
|
}
|
|
|
|
#deviceImg2Title {
|
|
padding: 3px;
|
|
}
|
|
|
|
#deviceImg2Title_choose {
|
|
padding: 3px;
|
|
}
|
|
|
|
#deviceImg22Title {
|
|
padding: 3px;
|
|
}
|
|
#fieldset_second legend {
|
|
display: block;
|
|
width: 21%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin-bottom: .5rem;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
#fieldset_second {
|
|
width: 100%;
|
|
border: 2px solid #ff5c0f;
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
#fieldset_second_choose legend {
|
|
display: block;
|
|
width: 21%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin-bottom: .5rem;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
#fieldset_second_choose {
|
|
width: 100%;
|
|
border: 2px solid #ff5c0f;
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
#fieldset_first legend {
|
|
display: block;
|
|
width: 15%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin-bottom: .5rem;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
#fieldset_first {
|
|
width: 100%;
|
|
border: 2px solid #ff5c0f;
|
|
border-radius: 10px;
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
.showtonaj {
|
|
display: none;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--multiple {
|
|
background-color: white;
|
|
border-radius: 4px;
|
|
cursor: text;
|
|
border: 1px solid #ced4da;
|
|
}
|
|
|
|
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
|
border-color: #80bdff;
|
|
outline: 0;
|
|
}
|
|
.rizProjectType {
|
|
max-width: 500px !important;
|
|
}
|
|
|
|
[class*=icheck-]>label {
|
|
padding-right: 7px !important;
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.table {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.rizStepModal {
|
|
max-width: 1400px !important;
|
|
}
|
|
|
|
.modal-multi:nth-of-type(even) {
|
|
z-index: 1052 !important;
|
|
}
|
|
|
|
.modal-backdrop.show:nth-of-type(odd) {
|
|
z-index: 1051 !important;
|
|
}
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
.body-table-style {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.dt-buttons {
|
|
display: flex;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="divloader">
|
|
<span class="loader"><span class="loader-inner"></span></span>
|
|
</div>
|
|
@include('layouts.header')
|
|
<div class="container-fluid">
|
|
<div class="row pt-3 px-4 body-table-style">
|
|
<div class="col-12">
|
|
<div class="d-flex content-center-dataTable">
|
|
<span class="ml-1 pt-1">
|
|
لیست قراردادها
|
|
</span>
|
|
<button id="add-project-button" style="display: block;">
|
|
ثبت قرارداد جدید+
|
|
</button>
|
|
</div>
|
|
<table id="examplefinance" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
|
<thead>
|
|
<tr style="background-color :#00669f">
|
|
<th rowspan="3" style="width:2%">
|
|
کد یکتا
|
|
</th>
|
|
<th colspan="8" class="text-nowrap centertext">
|
|
اطلاعات شناسنامه ای
|
|
</th>
|
|
<th colspan="8" class="centertext">
|
|
اطلاعات مالی
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<th style="white-space: nowrap; text-align: center;" rowspan="3">
|
|
تاریخ ثبت
|
|
</th>
|
|
|
|
<th rowspan="3" class="text-nowrap" style="width:3%">ویرایش </th>
|
|
<th colspan="2" class="text-nowrap">
|
|
پروژه های قرارداد
|
|
</th>
|
|
</tr>
|
|
<tr style="background-color :#ff5c0f">
|
|
|
|
<th rowspan="2">استان </th>
|
|
<th rowspan="2" style="white-space: nowrap;">اداره کل </th>
|
|
<th rowspan="2" style="white-space: nowrap;">عنوان قرارداد</th>
|
|
<th rowspan="2" style="white-space: nowrap;">وضعیت قرارداد</th>
|
|
<th rowspan="2" style="white-space: nowrap;">تاریخ انعقاد قرارداد</th>
|
|
<th rowspan="2" style="white-space: nowrap;">نام پیمانکار </th>
|
|
<th rowspan="2" style="white-space: nowrap;">نام مشاور طراحی </th>
|
|
<th rowspan="2" style="white-space: nowrap;">نام مشاورت نظارت </th>
|
|
|
|
<th colspan="4" class="centertext">مجوز انعقاد قراداد</th>
|
|
|
|
<th rowspan="2" style="white-space: nowrap;"> شماره طرح های ملی </th>
|
|
<th rowspan="2" style="white-space: nowrap;"> مبلغ اعتبار استانی <br><small>(میلیون
|
|
ریال)</small>
|
|
</th>
|
|
|
|
<th rowspan="2" class="text-nowrap">
|
|
مبلغ اعتبار ملی <br> <small>(میلیون ریال)</small>
|
|
</th>
|
|
<th rowspan="2" style="white-space: nowrap;">مبلغ کل قرارداد <br> <small>(میلیون
|
|
ریال)</small>
|
|
</th>
|
|
<th rowspan="2">افزودن</th>
|
|
<th rowspan="2">نمایش</th>
|
|
|
|
|
|
</tr>
|
|
<tr style="background-color :#00669f">
|
|
|
|
<th style="white-space: nowrap;">ابلاغ اعتبار ملی <br></th>
|
|
<th style="white-space: nowrap;">ابلاغ اعتبار استانی <br></th>
|
|
<th style="white-space: nowrap;">مجوز صادره از ستاد</th>
|
|
<th style="white-space: nowrap;">مجوز صادره از استان</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div id="modalsecond" 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="titleset">
|
|
ثبت اطلاعات قرارداد
|
|
</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<fieldset class="finance_fieldset">
|
|
<legend>اطلاعات شناسنامه ای</legend>
|
|
<div class=" form-group col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
اداره کل
|
|
</label>
|
|
<select class="form-control" name="edarekol" id="edarekol">
|
|
<option value="0" option selected>اداره کل </option>
|
|
<option value="1">اداره کل راهداری </option>
|
|
<option value="2">اداره کل راه و شهرسازی </option>
|
|
</select>
|
|
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
|
|
<label>
|
|
استان
|
|
</label>
|
|
<select class="form-control" name="province" id="province-id">
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class=" form-group col-md-12">
|
|
<div class="form-group col-md-6 setmiddle">
|
|
<label for="axis-name-id">
|
|
عنوان قرارداد
|
|
</label>
|
|
<input type="text" class="form-control" name="project_title"
|
|
id="project_title" placeholder="عنوان قرارداد" />
|
|
</div>
|
|
</div>
|
|
<div class="form-group col-md-12">
|
|
<div class="row">
|
|
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
وضعیت قرارداد
|
|
</label>
|
|
<select class="form-control" name="project_status" id="project_status">
|
|
<option value="0">انتخاب نوع وضعیت</option>
|
|
<option value="1">منعقد شده </option>
|
|
<option value="2">در دست مناقصه </option>
|
|
<option value="3">خاتمه یافته </option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="form-group col-md-6">
|
|
</select>
|
|
<label> تاریخ انعقاد قرارداد </label>
|
|
<input type="text" class="form-control" name="dateofproject"
|
|
id="dateofproject" placeholder="تاریخ قرارداد" maxlength="50" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class=" form-group col-md-12">
|
|
<div class="row d-flex align-items-end">
|
|
<div class=" form-group col-md-3">
|
|
<label>
|
|
نام پیمانکار
|
|
</label>
|
|
<input type="text" class="form-control" name="peymankar_name"
|
|
id="peymankar_name" placeholder="نام پیمانکار " />
|
|
</div>
|
|
<div class=" form-group col-md-1">
|
|
<button class="btn btn-secondary" id="peyman_button">...</button>
|
|
</div>
|
|
<div class=" form-group col-md-3">
|
|
<label>
|
|
نام مشاور طراحی
|
|
</label>
|
|
<input type="text" class="form-control" name="designer_name"
|
|
id="designer_name" placeholder="نام مشاور طراحی " />
|
|
</div>
|
|
<div class=" form-group col-md-1">
|
|
<button class="btn btn-secondary" id="moshaver_button">...</button>
|
|
</div>
|
|
<div class=" form-group col-md-3">
|
|
<label>
|
|
نام مشاور نظارت
|
|
</label>
|
|
<input type="text" class="form-control" name="nezarat_name"
|
|
id="nezarat_name" placeholder="نام مشاور نظارت " />
|
|
</div>
|
|
<div class=" form-group col-md-1">
|
|
<button class="btn btn-secondary" id="nazer_button">...</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset class="finance_fieldset2">
|
|
<legend>اطلاعات مالی</legend>
|
|
<div class="form-group col-md-12">
|
|
<p> مجوز های انعقاد قرارداد <small style="color: #ce1212;"> (حداقل یک مورد را
|
|
انتخاب کنید )</small></p>
|
|
<div class="borderdiv">
|
|
<div class="checkboxshow">
|
|
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox1">
|
|
<p> ابلاغ اعتبار ملی </p>
|
|
</div>
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox2">
|
|
<p> ابلاغ اعتبار استانی </p>
|
|
</div>
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox3">
|
|
<p> مجوز صادره از ستاد </p>
|
|
|
|
</div>
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox4">
|
|
<p> مجوز صادره از استان </p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="form-group col-md-12" id="meliwrapper" style="display : none ">
|
|
<p style="font-size: 14px; color: #810000">با توجه به انتخاب ابلاغ اعتبار ملی
|
|
لطفا باکس های زیر را پر نمایید </p>
|
|
<div class="row">
|
|
<div class="form-group col-md-6 riali">
|
|
<label>
|
|
مبلغ اعتبار ملی <small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center">
|
|
<input type="number" class="col form-control" name="eblagh_mali"
|
|
id="eblagh_mali" placeholder="مبلغ اعتبار ملی ">
|
|
<span class="col text-center" style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
شماره طرح
|
|
</label>
|
|
<select class="form-control js-example-basic-multipletarh"
|
|
name="tarh_num" id="tarh_num" multiple="multiple">
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group col-md-12" id="setadiwrapper" style="display:none">
|
|
<p style="font-size: 14px; color: #810000;"> با توجه به انتخاب مجوز صادره از
|
|
ستاد لطفا باکس زیر را پر نمایید </p>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
مبلغ مجوز صادره از ستاد <small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center riali">
|
|
<input type="number" class="col form-control" name="setad_input"
|
|
id="setad_input" placeholder="مبلغ مجوز صادره از ستاد " />
|
|
<span class="col text-center" style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group col-md-12">
|
|
<div class="row">
|
|
|
|
<div class="form-group col-md-6">
|
|
<label style="display:none" id="ostani_label">
|
|
مبلغ اعتبار استانی<small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center riali">
|
|
<input type="number" class="col form-control" name="ostani_num"
|
|
id="ostani_num" placeholder="ابلاغ اعتبار استانی" />
|
|
<span class="col text-center showspanostani"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="form-group col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
مبلغ کل قرارداد<small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center riali">
|
|
<input min="0" type="number" class="col form-control"
|
|
name="contract_money" id="contract_money"
|
|
placeholder="مبلغ قراداد " />
|
|
<span class="col text-center" style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel" id="cancelsubmit">
|
|
انصراف
|
|
</button>
|
|
<button type="button" class="btn btn-primary btn-applyChange" id="submitNewRow">
|
|
ثبت تغییرات
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="modaledit" 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="titleset">
|
|
ویرایش اطلاعات قرارداد
|
|
</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<fieldset class="finance_fieldset">
|
|
<legend>اطلاعات شناسنامه ای</legend>
|
|
<div class=" form-group col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
اداره کل
|
|
</label>
|
|
<select class="form-control" name="edarekoledit" id="edarekoledit">
|
|
<option value="0" option selected>اداره کل </option>
|
|
<option value="1">اداره کل راهداری </option>
|
|
<option value="2">اداره کل راه و شهرسازی </option>
|
|
</select>
|
|
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
|
|
<label>
|
|
استان
|
|
</label>
|
|
<select class="form-control" name="provinceedit" id="province-idedit">
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class=" form-group col-md-12">
|
|
<div class="form-group col-md-6 setmiddle">
|
|
<label for="axis-name-id">
|
|
عنوان قرارداد
|
|
</label>
|
|
<input type="text" class="form-control" name="project_titleedit"
|
|
id="project_titleedit" placeholder="عنوان قرارداد" />
|
|
</div>
|
|
</div>
|
|
<div class="form-group col-md-12">
|
|
<div class="row">
|
|
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
وضعیت قرارداد
|
|
</label>
|
|
<select class="form-control" name="project_statusedit"
|
|
id="project_statusedit">
|
|
<option value="0">انتخاب نوع وضعیت</option>
|
|
<option value="1">منعقد شده </option>
|
|
<option value="2">در دست مناقصه </option>
|
|
<option value="3">خاتمه یافته </option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="form-group col-md-6">
|
|
</select>
|
|
<label> تاریخ انعقاد قرارداد </label>
|
|
<input type="text" class="form-control" name="dateofprojectedit"
|
|
id="dateofprojectedit" placeholder="تاریخ قرارداد" maxlength="50" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class=" form-group col-md-12">
|
|
<div class="row">
|
|
<div class=" form-group col-md-4">
|
|
<label>
|
|
نام پیمانکار
|
|
</label>
|
|
<input type="text" class="form-control" name="peymankar_nameedit"
|
|
id="peymankar_nameedit" placeholder="نام پیمانکار " />
|
|
</div>
|
|
<div class=" form-group col-md-4">
|
|
<label>
|
|
نام مشاور طراحی
|
|
</label>
|
|
<input type="text" class="form-control" name="designer_nameedit"
|
|
id="designer_nameedit" placeholder="نام مشاور طراحی " />
|
|
</div>
|
|
<div class=" form-group col-md-4">
|
|
<label>
|
|
نام مشاور نظارت
|
|
</label>
|
|
<input type="text" class="form-control" name="nezarat_nameedit"
|
|
id="nezarat_nameedit" placeholder="نام مشاور نظارت " />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset class="finance_fieldset2">
|
|
<legend> اطلاعات مالی</legend>
|
|
<div class="form-group col-md-12">
|
|
<p> مجوز های انعقاد قرارداد <small style="color: #ce1212;"> (حداقل یک مورد را
|
|
انتخاب
|
|
کنید )</small></p>
|
|
<div class="borderdiv">
|
|
<div class="checkboxshow">
|
|
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox1edit">
|
|
<p> ابلاغ اعتبار ملی </p>
|
|
</div>
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox2edit">
|
|
<p> ابلاغ اعتبار استانی </p>
|
|
</div>
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox3edit">
|
|
<p> مجوز صادره از ستاد </p>
|
|
|
|
</div>
|
|
<div class="eachcheck">
|
|
<input type="checkbox" name="checking" class="checking"
|
|
id="checkbox4edit">
|
|
<p> مجوز صادره از استان </p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="form-group col-md-12" id="meliwrapperedit" style="display : none ">
|
|
<p style="font-size: 14px; color: #810000">با توجه به انتخاب مجوز ابلاغ اعتبار
|
|
ملی حداقل یک مورد را از لیست ابلاغ اعتبارات انتخاب کنید .</p>
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
مبلغ اعتبار ملی <small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center riali">
|
|
<input type="number" class="col form-control" name="eblagh_maliedit"
|
|
id="eblagh_maliedit" placeholder="مبلغ اعتبار ملی " />
|
|
<span class="col text-center" id="eblagh_maliedit_span"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
شماره طرح
|
|
</label>
|
|
<select class="form-control js-example-basic-multipletarhedit"
|
|
name="tarh_numedit" id="tarh_numedit" multiple="multiple">
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group col-md-12" id="setadiwrapperedit" style="display:none">
|
|
<p style="font-size: 14px; color: #810000;">با توجه به انتخاب مجوز صادره از
|
|
استان حداقل یک مورد از لیست ابلاغ اعتبارات انتخاب کنید </p>
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
مبلغ مجوز صادره از ستاد <small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center riali">
|
|
<input type="number" class="col form-control" name="setad_inputedit"
|
|
id="setad_inputedit" placeholder="مبلغ مجوز صادره از ستاد " />
|
|
<span class="col text-center" id="setad_inputedit_span"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group col-md-12">
|
|
<div class="row">
|
|
|
|
<div class="form-group col-md-6">
|
|
<label style="display:none" id="ostani_labeledit">
|
|
مبلغ اعتبار استانی<small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center riali">
|
|
<input type="number" class="col form-control" name="ostani_numedit"
|
|
id="ostani_numedit" placeholder="ابلاغ اعتبار استانی" />
|
|
<span class="col text-center" id="ostani_numedit_span"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="form-group col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-6">
|
|
<label>
|
|
مبلغ کل قرارداد<small>(میلیون ریال)</small>
|
|
</label>
|
|
<div class="d-flex align-items-center riali">
|
|
<input type="number" class="col form-control"
|
|
name="contract_moneyedit" id="contract_moneyedit"
|
|
placeholder="مبلغ قراداد " />
|
|
<span class="col text-center" id="contract_moneyedit_span"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel"
|
|
id="cancelsubmitedit">
|
|
انصراف
|
|
</button>
|
|
<button type="button" class="btn btn-primary btn-applyChange" id="submitedit">
|
|
ثبت تغییرات
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="riz_project_select" class="modal animated zoomIn fade">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg rizProjectType">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title exampleModalLongTitle">
|
|
</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="col-md-12" style="text-align: center;">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<button type="button" class="btn btn-success btnnewpro">
|
|
ایجاد زیر پروژه جدید
|
|
</button>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<button type="button" class="btn btn-warning btnchoosepro">
|
|
انتخاب ماهیت پروژه
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="stepModalunderpro" class="modal animated zoomIn fade modal_same_work">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title exampleModalLongTitle">
|
|
|
|
</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<fieldset id="fieldset_first">
|
|
<legend>اطلاعات شناسنامه ای</legend>
|
|
<div class="form-group col-md-6" style="float: right;">
|
|
<label>
|
|
عنوان پروژه
|
|
</label>
|
|
<input type="text" class="form-control" placeholder="عنوان پروژه"
|
|
id="project_name" maxlength="50">
|
|
<label for="axis-name-id">
|
|
ماهیت پروژه
|
|
</label>
|
|
<select class="form-control" name="project_type" id="project_type">
|
|
<option value="0" disabled>ماهیت پروژه</option>
|
|
<option value="1">روکش آسفالت</option>
|
|
<option value="2">رفع نقاط حادثه خیز</option>
|
|
<option value="3">ایمنی راه</option>
|
|
<option value="4">ابنیه فنی</option>
|
|
<option value="5">راهدارخانه</option>
|
|
<option value="6">راه روستایی</option>
|
|
</select>
|
|
<label>
|
|
نوع عملیات
|
|
</label>
|
|
<table dir="rtl" class="for_all_type table table-secondary table-bordered"
|
|
style="width: 100%;">
|
|
<thead>
|
|
<tr style="background-color: #fff; text-align: center; color: #000;">
|
|
<th style="width: 60%;">نوع عملیات</th>
|
|
<th style="width: 20%;">مقدار</th>
|
|
<th style="width: 20%;">واحد</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id1" class="input_modal_table1"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount1"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center">
|
|
</th>
|
|
<th><input id="operation_type_unit1" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id2" class="input_modal_table1"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount2"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit2" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id3" class="input_modal_table1"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount3"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit3" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id4" class="input_modal_table1"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount4"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit4" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
<tfoot>
|
|
<th colspan="3" style="text-align: center; padding: 5px;"><button
|
|
class="btn btn-success sabte_satr"
|
|
style="font-size: 12px;">ثبت</button></th>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
<div class="col-md-6" style="height: fit-content; float: left;">
|
|
<div class="col-md-12 mb-3">
|
|
<div class="abrar-map-layout">
|
|
<span class="abrar-map-title d-inline">ثبت موقعیت پروژه روی
|
|
نقشه</span>
|
|
<span class="abrar-map-title2 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.999999) - (99.999999)'"
|
|
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.999999) - (99.999999)'"
|
|
data-mask
|
|
placeholder="(شروع) => (طول جغرافیایی) - (عرض جغرافیایی)" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="col-6" style="float: right;">
|
|
<label>
|
|
کارشناس ناظر پروژه
|
|
</label>
|
|
<input type="text" class="form-control" name="operator_name"
|
|
id="operator_name" placeholder="کارشناس ناظر پروژه" maxlength="50" />
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<label>
|
|
شماره کارشناس ناظر پروژه <span class="attent_num"
|
|
style="color: #810000; font-size: 11px;">(شماره تماس باید یازده رقم
|
|
باشد)</span>
|
|
</label>
|
|
<input type="number" class="form-control" name="operator_phone"
|
|
id="operator_phone" onkeypress="return event.charCode >= 46;"
|
|
onkeyup="phone_checker(); "
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value.slice(0 , 2) != '09'){this.value = '09'}"
|
|
placeholder="شماره کارشناس ناظر پروژه" maxlength="11" />
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
درجه اهمیت پروژه
|
|
</label>
|
|
<select class="form-control" name="projectrate" id="projectrateid">
|
|
<option value="0"> درجه اهمیت پروژه</option>
|
|
<option value="1">کم(تاثیرگذاری محلی)</option>
|
|
<option value="2">متوسط(تاثیرگذار در سطح استان یا شهرستان)</option>
|
|
<option value="3">زیاد(تاثیر گذار در سطح ملی)</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>
|
|
شهرستان
|
|
</label>
|
|
<select class="form-control" name="city_name" id="city_id">
|
|
|
|
</select>
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>نام محور</label>
|
|
<input type="text" class="form-control" name="mehvar_name" id="axis_name_fa"
|
|
placeholder="نام محور" maxlength="50" />
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>نوع محور</label>
|
|
<select class="form-control" name="axis_type_id" id="axis_type_id">
|
|
<option value="0">نوع محور</option>
|
|
<option value="1">آزادراه</option>
|
|
<option value="2">بزرگراه</option>
|
|
<option value="3">اصلی</option>
|
|
<option value="4">فرعی</option>
|
|
<option value="5">روستایی</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-3" style="float: left;">
|
|
<label>
|
|
درجه اهمیت پیگیری پروژه
|
|
</label>
|
|
<select class="form-control" name="followup_priority_project"
|
|
id="followup_priority_project">
|
|
<option value="0"> درجه اهمیت پروژه</option>
|
|
<option value="1">کم(ماهیت محلی و منطقه ای بدون پیگیری های ویژه در سطح
|
|
ملی)
|
|
</option>
|
|
<option value="2">متوسط(ماهیت ملی یا استانی)</option>
|
|
<option value="3">زیاد(مورد تاکید و پیگیری ویژه مسئولین محلی یا ملی)
|
|
</option>
|
|
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset id="fieldset_second">
|
|
<legend>اطلاعات پیشرفت فیزیکی و مالی</legend>
|
|
<div class="col-md-12">
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
آخرین وضعیت پروژه
|
|
</label>
|
|
<select class="form-control" id="last_status_id2" style="display: none;"
|
|
disabled>
|
|
<option value="3" selected>خاتمه یافته</option>
|
|
</select>
|
|
<select class="form-control" id="last_status_id3" style="display: none;"
|
|
disabled>
|
|
<option value="4" selected>در دست مناقصه</option>
|
|
</select>
|
|
<select class="form-control" name="last_status_id" id="last_status_id"
|
|
disabled>
|
|
<option value="0">آخرین وضعیت پروژه</option>
|
|
<option value="1">در حال تجهیز کارگاه</option>
|
|
<option value="2">درحال اجرا</option>
|
|
<option value="3">خاتمه یافته و بهره برداری شده</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
پیشرفت کلی پروژه(درصد) <span class="d-none" id="progress_project3_span"
|
|
style="color: #810000; font-size: 10px;">(عدد وارد شده بین 11 تا 99
|
|
باشد)</span>
|
|
</label>
|
|
<input min="11" max="99" type="number"
|
|
onkeypress="return event.charCode >= 46" class="form-control"
|
|
name="progress_project" id="progress_project"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
maxlength="2" placeholder="پیشرفت کلی پروژه(درصد)"
|
|
style="display: none;" />
|
|
<input min="11" max="99" type="number"
|
|
onkeypress="return event.charCode >= 46" class="form-control"
|
|
name="progress_project" id="progress_project3"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
maxlength="2" placeholder="پیشرفت کلی پروژه(درصد)"
|
|
style="display: none;" />
|
|
<input min="100" max="100" type="number" class="form-control"
|
|
name="progress_project" id="progress_project4" disabled
|
|
style="display: none;" />
|
|
<input min="10" max="10" type="number" class="form-control"
|
|
name="progress_project" id="progress_project5" disabled
|
|
style="display: none;" />
|
|
<input min="5" max="5" type="number" class="form-control"
|
|
name="progress_project" id="progress_project6" disabled
|
|
style="display: none;" />
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<fieldset class="col-6 fieldset_img"
|
|
style="float: right; margin-bottom: 15px;">
|
|
<legend>تصاویر از پروژه</legend>
|
|
<div class="col-6" style="float: right;">
|
|
<div class="img-box col d-flex justify-content-center"
|
|
style="margin-bottom: 17px;">
|
|
<div class="d-flex flex-column">
|
|
<label
|
|
class="imgbox d-flex align-items-center justify-content-center validity_checker"
|
|
for="deviceImg1">
|
|
<span class="img-title" id="deviceImg1Title">انتخاب
|
|
کنید</span>
|
|
<img class="img-preview" id="deviceImg1Preview" src=""
|
|
alt="" />
|
|
</label>
|
|
<button class="btn-delete-img btn btn-danger btn-sm"
|
|
id="deleteDeviceImg1" disabled><i class="fa fa-trash"
|
|
style="color: #fff;"></i></button>
|
|
</div>
|
|
<input type="file" name="deviceImg1" id="deviceImg1"
|
|
class="img-input d-none" accept=".jpg, .png">
|
|
</div>
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<div class="img-box col d-flex justify-content-center"
|
|
style="margin-bottom: 17px;">
|
|
<div class="d-flex flex-column">
|
|
<label
|
|
class="imgbox d-flex align-items-center justify-content-center validity_checker"
|
|
for="deviceImg2">
|
|
<span class="img-title" id="deviceImg2Title">انتخاب
|
|
کنید</span>
|
|
<img class="img-preview" id="deviceImg2Preview" src=""
|
|
alt="" />
|
|
</label>
|
|
<button class="btn-delete-img btn btn-danger btn-sm"
|
|
id="deleteDeviceImg2" disabled><i class="fa fa-trash"
|
|
style="color: #fff;"></i></button>
|
|
</div>
|
|
<input type="file" name="deviceImg2" id="deviceImg2"
|
|
class="img-input d-none" accept=".jpg, .png">
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 20px;">
|
|
<table dir="rtl" class="for_all_type table table-secondary table-bordered"
|
|
style="width: 100%;">
|
|
<thead>
|
|
<tr style="background-color: #fff; text-align: center; color: #000;">
|
|
<th style="width: 40%;">نوع عملیات</th>
|
|
<th style="width: 15%;">مقدار</th>
|
|
<th style="width: 15%;">واحد</th>
|
|
<th style="width: 15%;">پیشرفت</th>
|
|
<th class="showtonaj" style="width: 15%;">تناژ</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id11" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount11" class="input_modal_table4"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit11" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress1"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj1"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id22" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount22" class="input_modal_table4"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit22" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress2"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj2"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id33" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount33" class="input_modal_table4"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit33" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress3"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj3"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id44" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount44" class="input_modal_table4"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit44" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress4"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}; if(this.value == 0){this.value='';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj4"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
آخرین رقم ریالی پروژه (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali1"
|
|
placeholder="آخرین رقم ریالی پروژه (میلیون ریال)" maxlength="50" />
|
|
<span id="riali1_span" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ آخرین کارکرد پیمانکار (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali2"
|
|
placeholder="مبلغ آخرین کارکرد پیمانکار (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span id="riali2_span" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ پرداختی به پیمانکار (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali3"
|
|
placeholder="مبلغ پرداختی به پیمانکار (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span id="riali3_span" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ مورد نیاز برای تکمیل پروژه (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali4"
|
|
placeholder="مبلغ مورد نیاز برای تکمیل پروژه (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span id="riali4_span" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<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-applyChangeNew">
|
|
ثبت تغییرات
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- part three -->
|
|
<div id="tableProjectmodal" class="modal animated zoomIn fade">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg rizStepModal">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title exampleModalLongTitle">
|
|
</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="row pt-3 px-4 body-table-style">
|
|
<div class="col-12">
|
|
<div class="d-flex content-center-dataTable">
|
|
<select class="form-control" name="choosemahiatpro" id="choosemahiatpro">
|
|
<option value="1">روکش آسفالت</option>
|
|
<option value="2">رفع نقاط حادثه خیز</option>
|
|
<option value="3">ایمنی راه</option>
|
|
<option value="4">ابنیه فنی</option>
|
|
<option value="5">راهدارخانه</option>
|
|
</select>
|
|
|
|
</div>
|
|
<table id="mahiat_tables" dir="rtl" class="table table-striped table-bordered"
|
|
style="width: 100% !important;">
|
|
<thead>
|
|
<tr class="headercolortable">
|
|
<th>
|
|
ردیف
|
|
</th>
|
|
<th class="text-nowrap">
|
|
استان /اداره کل
|
|
</th>
|
|
<th>
|
|
شهرستان
|
|
</th>
|
|
<th class="text-nowrap">
|
|
نام محور
|
|
</th>
|
|
<th class="text-nowrap">
|
|
نوع محور
|
|
</th>
|
|
<th class="text-nowrap">
|
|
عنوان پروژه
|
|
</th>
|
|
<th>
|
|
پیمانکار
|
|
</th>
|
|
|
|
<th class="text-nowrap">
|
|
سال شروع
|
|
</th>
|
|
|
|
<th class="text-nowrap">
|
|
تاریخ ثبت
|
|
</th>
|
|
<!-- <th class="text-nowrap">
|
|
اخرین وضعیت پروژه
|
|
</th> -->
|
|
|
|
<th class="text-nowrap">
|
|
زیر قرارداد
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- part four -->
|
|
<div id="modalAfterTable" class="modal animated zoomIn fade modal_same_work modal-multi">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title exampleModalLongTitle">
|
|
|
|
</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<fieldset id="fieldset_first">
|
|
<legend>اطلاعات شناسنامه ای</legend>
|
|
<div class="form-group col-md-6" style="float: right;">
|
|
<label>
|
|
عنوان پروژه
|
|
</label>
|
|
<input type="text" class="form-control" placeholder="عنوان پروژه"
|
|
id="project_name_choose" maxlength="50">
|
|
<label>
|
|
ماهیت پروژه
|
|
</label>
|
|
<select class="form-control" name="project_type_choose" id="project_type_choose"
|
|
disabled>
|
|
<option value="0" disabled>ماهیت پروژه</option>
|
|
<option value="1">روکش آسفالت</option>
|
|
<option value="2">رفع نقاط حادثه خیز</option>
|
|
<option value="3">ایمنی راه</option>
|
|
<option value="4">ابنیه فنی</option>
|
|
<option value="5">راهدارخانه</option>
|
|
<option value="6">راه روستایی</option>
|
|
</select>
|
|
<label>
|
|
نوع عملیات
|
|
</label>
|
|
<table dir="rtl" class="for_all_type table table-secondary table-bordered"
|
|
style="width: 100%;">
|
|
<thead>
|
|
<tr style="background-color: #fff; text-align: center; color: #000;">
|
|
<th style="width: 60%;">نوع عملیات</th>
|
|
<th style="width: 20%;">مقدار</th>
|
|
<th style="width: 20%;">واحد</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="input_modal_parent_choose">
|
|
<th><select id="operation_type_id1_choose"
|
|
class="input_modal_table1_choose" type="text"
|
|
style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount1_choose"
|
|
class="input_modal_table_Choose"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center">
|
|
</th>
|
|
<th><input id="operation_type_unit1_choose"
|
|
class="input_modal_table2_choose" type="text"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent_choose">
|
|
<th><select id="operation_type_id2_choose"
|
|
class="input_modal_table1_choose" type="text"
|
|
style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount2_choose"
|
|
class="input_modal_table_Choose"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit2_choose"
|
|
class="input_modal_table2_choose" type="text"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent_choose">
|
|
<th><select id="operation_type_id3_choose"
|
|
class="input_modal_table1_choose" type="text"
|
|
style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount3_choose"
|
|
class="input_modal_table_Choose"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit3_choose"
|
|
class="input_modal_table2_choose" type="text"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent_choose">
|
|
<th><select id="operation_type_id4_choose"
|
|
class="input_modal_table1_choose" type="text"
|
|
style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount4_choose"
|
|
class="input_modal_table_Choose"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit4_choose"
|
|
class="input_modal_table2_choose" type="text"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
<tfoot>
|
|
<th colspan="3" style="text-align: center; padding: 5px;"><button
|
|
class="btn btn-success sabte_satr_choose"
|
|
style="font-size: 12px; margin-left: 10px;">ثبت</button><button
|
|
class="btn btn-warning pre_distance_choose"
|
|
style="font-size: 12px; color: #fff;">عملیات های پیشین</button>
|
|
</th>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
<div class="col-md-6" style="height: fit-content; float: left;">
|
|
<div class="col-md-12 mb-3">
|
|
<div class="abrar-map-layout">
|
|
<span class="abrar-map-title d-inline">ثبت موقعیت پروژه روی
|
|
نقشه</span>
|
|
<span class="abrar-map-title2_Choose d-inline">موقعیت پایان اختیاری
|
|
است</span>
|
|
<div id="abrar-map_choose"></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.999999) - (99.999999)'"
|
|
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.999999) - (99.999999)'"
|
|
data-mask
|
|
placeholder="(پایان) => (طول جغرافیایی) - (عرض جغرافیایی)" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="col-6" style="float: right;">
|
|
<label>
|
|
کارشناس ناظر پروژه
|
|
</label>
|
|
<input type="text" class="form-control" name="operator_name_choose"
|
|
id="operator_name_choose" placeholder="کارشناس ناظر پروژه"
|
|
maxlength="50" />
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<label>
|
|
شماره کارشناس ناظر پروژه <span class="attent_num_choose"
|
|
style="color: #810000; font-size: 11px;">(شماره تماس باید یازده رقم
|
|
باشد)</span>
|
|
</label>
|
|
<input type="number" class="form-control" name="operator_phone_choose"
|
|
id="operator_phone_choose" onkeypress="return event.charCode >= 46"
|
|
onkeyup="phone_checker_choose();"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value.slice(0 , 2) != '09'){this.value = '09'}"
|
|
placeholder="شماره کارشناس ناظر پروژه" maxlength="11" />
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
درجه اهمیت پروژه
|
|
</label>
|
|
<select class="form-control" name="projectrate_choose"
|
|
id="projectrateid_choose">
|
|
<option value="0"> درجه اهمیت پروژه</option>
|
|
<option value="1">کم(تاثیرگذاری محلی)</option>
|
|
<option value="2">متوسط(تاثیرگذار در سطح استان یا شهرستان)</option>
|
|
<option value="3">زیاد(تاثیر گذار در سطح ملی)</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>
|
|
شهرستان <span style="color: #810000;">(فعلی:<span id="shahr_name_past"
|
|
style="color: #810000;"></span>)</span></label>
|
|
</label>
|
|
<select class="form-control" name="city_name_choose" id="city_id_choose">
|
|
|
|
</select>
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>نام محور</label>
|
|
<input type="text" class="form-control" name="mehvar_name_choose"
|
|
id="axis_name_fa_choose" placeholder="نام محور" maxlength="50" />
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>نوع محور <span style="color: #810000;">(فعلی:<span
|
|
id="mehvar_name_past"
|
|
style="color: #810000;"></span>)</span></label>
|
|
<select class="form-control" name="axis_type_id_choose"
|
|
id="axis_type_id_choose">
|
|
<option value="0">نوع محور</option>
|
|
<option value="1">آزادراه</option>
|
|
<option value="2">بزرگراه</option>
|
|
<option value="3">اصلی</option>
|
|
<option value="4">فرعی</option>
|
|
<option value="5">روستایی</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-3" style="float: left;">
|
|
<label>
|
|
درجه اهمیت پیگیری پروژه
|
|
</label>
|
|
<select class="form-control" name="followup_priority_project_choose"
|
|
id="followup_priority_project_choose">
|
|
<option value="0"> درجه اهمیت پروژه</option>
|
|
<option value="1">کم(ماهیت محلی و منطقه ای بدون پیگیری های ویژه در سطح
|
|
ملی)
|
|
</option>
|
|
<option value="2">متوسط(ماهیت ملی یا استانی)</option>
|
|
<option value="3">زیاد(مورد تاکید و پیگیری ویژه مسئولین محلی یا ملی)
|
|
</option>
|
|
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset id="fieldset_second_choose">
|
|
<legend>اطلاعات پیشرفت فیزیکی و مالی</legend>
|
|
<div class="col-md-12">
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
آخرین وضعیت پروژه <span style="color: #810000;">(فعلی:<span
|
|
id="status_last_past" style="color: #810000;"></span>)</span>
|
|
</label>
|
|
<select class="form-control" name="last_status_id_choose"
|
|
id="last_status_id_choose">
|
|
<option value="0">آخرین وضعیت پروژه</option>
|
|
<option value="1">در حال تجهیز کارگاه</option>
|
|
<option value="2">درحال اجرا</option>
|
|
<option value="3">خاتمه یافته و بهره برداری شده</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
پیشرفت کلی پروژه(درصد) <span class="d-none"
|
|
id="progress_project3_choose_span"
|
|
style="color: #810000; font-size: 10px;">(عدد وارد شده بین 11 تا 99
|
|
باشد)</span>
|
|
</label>
|
|
|
|
<input min="11" max="99" type="number"
|
|
onkeypress="return event.charCode >= 46" class="form-control"
|
|
name="progress_project_choose" id="progress_project_choose"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
maxlength="2" placeholder="پیشرفت کلی پروژه(درصد)"
|
|
/>
|
|
<input min="11" max="99" type="number"
|
|
onkeypress="return event.charCode >= 46" class="form-control"
|
|
name="progress_project_choose" id="progress_project3_choose"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
maxlength="2" placeholder="پیشرفت کلی پروژه(درصد)"
|
|
style="display: none;" />
|
|
<input min="100" max="100" type="number" class="form-control"
|
|
name="progress_project_choose" id="progress_project4_choose" disabled
|
|
style="display: none;" />
|
|
<input min="10" max="10" type="number" class="form-control"
|
|
name="progress_project_choose" id="progress_project5_choose" disabled
|
|
style="display: none;" />
|
|
<input min="5" max="5" type="number" class="form-control"
|
|
name="progress_project_choose" id="progress_project6_choose" disabled
|
|
style="display: none;" />
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<fieldset class="col-6 fieldset_img"
|
|
style="float: right; margin-bottom: 15px;">
|
|
<legend>تصاویر از پروژه</legend>
|
|
<div class="col-6" style="float: right;">
|
|
<div class="img-box col d-flex justify-content-center"
|
|
style="margin-bottom: 17px;">
|
|
<div class="d-flex flex-column">
|
|
<small id="deviceImg1load_choose" class="text-info text-center mb-2">منتظر نمایش تصویر بمانید!</small>
|
|
<label
|
|
class="imgbox d-flex align-items-center justify-content-center"
|
|
for="deviceImg1_choose">
|
|
<span class="img-title"
|
|
id="deviceImg1Title_choose">انتخاب
|
|
کنید</span>
|
|
<img class="img-preview" id="deviceImg1Preview_choose"
|
|
src="" alt="" />
|
|
</label>
|
|
<button class="btn-delete-img btn btn-danger btn-sm"
|
|
id="deleteDeviceImg1_choose" disabled><i
|
|
class="fa fa-trash"
|
|
style="color: #fff;"></i></button>
|
|
</div>
|
|
<input type="file" name="deviceImg1_choose"
|
|
id="deviceImg1_choose" class="img-input d-none"
|
|
accept=".jpg, .png">
|
|
</div>
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<div class="img-box col d-flex justify-content-center"
|
|
style="margin-bottom: 17px;">
|
|
<div class="d-flex flex-column">
|
|
<small id="deviceImg2load_choose" class="text-info text-center mb-2">منتظر نمایش تصویر بمانید!</small>
|
|
<label
|
|
class="imgbox d-flex align-items-center justify-content-center"
|
|
for="deviceImg2_choose">
|
|
<span class="img-title"
|
|
id="deviceImg2Title_choose">انتخاب
|
|
کنید</span>
|
|
<img class="img-preview" id="deviceImg2Preview_choose"
|
|
src="" alt="" />
|
|
</label>
|
|
<button class="btn-delete-img btn btn-danger btn-sm"
|
|
id="deleteDeviceImg2_choose" disabled><i
|
|
class="fa fa-trash"
|
|
style="color: #fff;"></i></button>
|
|
</div>
|
|
<input type="file" name="deviceImg2_choose"
|
|
id="deviceImg2_choose" class="img-input d-none"
|
|
accept=".jpg, .png">
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 20px;">
|
|
<table dir="rtl" class="for_all_type table table-secondary table-bordered"
|
|
style="width: 100%;">
|
|
<thead>
|
|
<tr style="background-color: #fff; text-align: center; color: #000;">
|
|
<th style="width: 40%;">نوع عملیات</th>
|
|
<th style="width: 15%;">مقدار</th>
|
|
<th style="width: 15%;">واحد</th>
|
|
<th style="width: 15%;">پیشرفت</th>
|
|
<th class="showtonaj_choose" style="width: 15%;">تناژ</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id11_choose"
|
|
class="input_modal_table3" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount11_choose"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit11_choose"
|
|
class="input_modal_table5" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input min="0" max="100" id="operation_type_progress1_choose"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
onKeyUp="if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}; if(this.value == 0){this.value='';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj_choose"><input
|
|
id="operation_type_tonaj1_choose" class="input_modal_table7"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id22_choose"
|
|
class="input_modal_table3" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount22_choose"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit22_choose"
|
|
class="input_modal_table5" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input min="0" max="100" id="operation_type_progress2_choose"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
onKeyUp="if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}; if(this.value == 0){this.value='';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj_choose"><input
|
|
id="operation_type_tonaj2_choose" class="input_modal_table7"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id33_choose"
|
|
class="input_modal_table3" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount33_choose"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit33_choose"
|
|
class="input_modal_table5" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input min="0" max="100" id="operation_type_progress3_choose"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
onKeyUp="if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}; if(this.value == 0){this.value='';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj_choose"><input
|
|
id="operation_type_tonaj3_choose" class="input_modal_table7"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_id44_choose"
|
|
class="input_modal_table3" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input id="operation_type_amount44_choose"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit44_choose"
|
|
class="input_modal_table5" type="text" style="width: 100%;"
|
|
disabled>
|
|
</th>
|
|
<th><input min="0" max="100" id="operation_type_progress4_choose"
|
|
class="input_modal_table6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
onKeyUp="if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}; if(this.value == 0){this.value='';}"
|
|
maxlength="3" type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
<th class="showtonaj_choose"><input
|
|
id="operation_type_tonaj4_choose" class="input_modal_table7"
|
|
type="number" style="width: 100%;" disabled>
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
آخرین رقم ریالی پروژه (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali1_choose"
|
|
placeholder="آخرین رقم ریالی پروژه (میلیون ریال)" maxlength="50" />
|
|
<span class="col text-center" style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ آخرین کارکرد پیمانکار (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali2_choose"
|
|
placeholder="مبلغ آخرین کارکرد پیمانکار (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span class="col text-center" style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ پرداختی به پیمانکار (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali3_choose"
|
|
placeholder="مبلغ پرداختی به پیمانکار (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span class="col text-center" style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ مورد نیاز برای تکمیل پروژه (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali4_choose"
|
|
placeholder="مبلغ مورد نیاز برای تکمیل پروژه (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span class="col text-center" style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev cancel_choose" class="cancel">
|
|
انصراف
|
|
</button>
|
|
<button type="button" class="btn btn-primary btn-applyChangeNew_choose">
|
|
ثبت تغییرات
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- amaliat type showing -->
|
|
<div id="modal_distance" class="modal animated zoomIn fade modal-multi">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-m">
|
|
<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>
|
|
<div class="modal-body">
|
|
<div class="data_appender">
|
|
<table class="table table-bordered table-secondary">
|
|
<thead>
|
|
<tr class="appendhead"></tr>
|
|
<tr class="appendheadsecond" style="background-color: #ff5c0f;"></tr>
|
|
</thead>
|
|
<tbody class="appendbody"></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- new html -->
|
|
<!-- mohammad new added -->
|
|
<div id="stepmodaledit" 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>
|
|
<div class="modal-body">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<fieldset id="fieldset_first">
|
|
<legend>اطلاعات شناسنامه ای</legend>
|
|
<div class="form-group col-md-6" style="float: right;">
|
|
<label>
|
|
عنوان پروژه
|
|
</label>
|
|
<input type="text" class="form-control" placeholder="عنوان پروژه"
|
|
id="project_name2" maxlength="50">
|
|
<label for="axis-name-id">
|
|
ماهیت پروژه
|
|
</label>
|
|
<select class="form-control" name="project_type2" id="project_type2">
|
|
<option value="0" disabled>ماهیت پروژه</option>
|
|
<option value="1">روکش آسفالت</option>
|
|
<option value="2">رفع نقاط حادثه خیز</option>
|
|
<option value="3">ایمنی راه</option>
|
|
<option value="4">ابنیه فنی</option>
|
|
<option value="5">راهدارخانه</option>
|
|
<option value="6">راه روستایی</option>
|
|
</select>
|
|
<label>
|
|
نوع عملیات
|
|
</label>
|
|
<table dir="rtl" class="for_all_type table table-secondary table-bordered"
|
|
style="width: 100%;">
|
|
<thead>
|
|
<tr style="background-color: #fff; text-align: center; color: #000;">
|
|
<th style="width: 60%;">نوع عملیات</th>
|
|
<th style="width: 20%;">مقدار</th>
|
|
<th style="width: 20%;">واحد</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id12" class="input_modal_table12"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount12"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center">
|
|
</th>
|
|
<th><input id="operation_type_unit12" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id223" class="input_modal_table12"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount223"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit223" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id32" class="input_modal_table12"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount32"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit32" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent">
|
|
<th><select id="operation_type_id42" class="input_modal_table12"
|
|
type="text" style="width: 100%;">
|
|
</select>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount42"
|
|
class="input_modal_table"
|
|
onkeypress="return event.charCode >= 46" type="number"
|
|
style="width: 100%; text-align: center;">
|
|
</th>
|
|
<th><input id="operation_type_unit42" class="input_modal_table2"
|
|
type="text" style="width: 100%; text-align: center;">
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
<tfoot>
|
|
<th colspan="3" style="text-align: center; padding: 5px;"><button
|
|
class="btn btn-success sabte_satr2"
|
|
style="font-size: 12px;">ثبت</button></th>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
<div class="col-md-6" style="height: fit-content; float: left;">
|
|
<div class="col-md-12 mb-3">
|
|
<div class="abrar-map-layout">
|
|
<span class="abrar-map-title d-inline">ثبت موقعیت پروژه روی
|
|
نقشه</span>
|
|
<span class="abrar-map-title22 d-inline">موقعیت پایان اختیاری است</span>
|
|
<div id="abrar-map-2"></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.999999) - (99.999999)'"
|
|
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.999999) - (99.999999)'"
|
|
data-mask
|
|
placeholder="(پایان) => (طول جغرافیایی) - (عرض جغرافیایی)" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="col-6" style="float: right;">
|
|
<label>
|
|
کارشناس ناظر پروژه
|
|
</label>
|
|
<input type="text" class="form-control" name="operator_name2"
|
|
id="operator_name2" placeholder="کارشناس ناظر پروژه" maxlength="50" />
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<label>
|
|
شماره کارشناس ناظر پروژه <span class="attent_num"
|
|
style="color: #810000; font-size: 11px;">(شماره تماس باید یازده رقم
|
|
باشد)</span>
|
|
</label>
|
|
<input type="number" class="form-control" name="operator_phone2"
|
|
id="operator_phone2" onkeypress="return event.charCode >= 46"
|
|
onkeyup="phone_checker2();"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value.slice(0 , 2) != '09'){this.value = '09'}"
|
|
placeholder="شماره کارشناس ناظر پروژه" maxlength="11" />
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
درجه اهمیت پروژه
|
|
</label>
|
|
<select class="form-control" name="projectrate2" id="projectrateid2">
|
|
<option value="0"> درجه اهمیت پروژه</option>
|
|
<option value="1">کم(تاثیرگذاری محلی)</option>
|
|
<option value="2">متوسط(تاثیرگذار در سطح استان یا شهرستان)</option>
|
|
<option value="3">زیاد(تاثیر گذار در سطح ملی)</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>
|
|
شهرستان
|
|
</label>
|
|
<select class="form-control" name="city_name2" id="city_id2">
|
|
|
|
</select>
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>نام محور</label>
|
|
<input type="text" class="form-control" name="mehvar_name"
|
|
id="axis_name_fa2" placeholder="نام محور" maxlength="50" />
|
|
</div>
|
|
<div class="col-2" style="float: right;">
|
|
<label>نوع محور</label>
|
|
<select class="form-control" name="axis_type_id2" id="axis_type_id2">
|
|
<option value="0">نوع محور</option>
|
|
<option value="1">آزادراه</option>
|
|
<option value="2">بزرگراه</option>
|
|
<option value="3">اصلی</option>
|
|
<option value="4">فرعی</option>
|
|
<option value="5">روستایی</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-3" style="float: left;">
|
|
<label>
|
|
درجه اهمیت پیگیری پروژه
|
|
</label>
|
|
<select class="form-control" name="followup_priority_project2"
|
|
id="followup_priority_project2">
|
|
<option value="0"> درجه اهمیت پروژه</option>
|
|
<option value="1">کم(ماهیت محلی و منطقه ای بدون پیگیری های ویژه در سطح
|
|
ملی)
|
|
</option>
|
|
<option value="2">متوسط(ماهیت ملی یا استانی)</option>
|
|
<option value="3">زیاد(مورد تاکید و پیگیری ویژه مسئولین محلی یا ملی)
|
|
</option>
|
|
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset id="fieldset_second">
|
|
<legend>اطلاعات پیشرفت فیزیکی و مالی</legend>
|
|
<div class="col-md-12">
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
آخرین وضعیت پروژه
|
|
</label>
|
|
<select class="form-control" id="last_status_id22" style="display: none;"
|
|
disabled>
|
|
<option value="3" selected>خاتمه یافته</option>
|
|
</select>
|
|
<select class="form-control" id="last_status_id32" style="display: none;"
|
|
disabled>
|
|
<option value="4" selected>در دست مناقصه</option>
|
|
</select>
|
|
<select class="form-control" id="last_status_id12">
|
|
<option value="0">آخرین وضعیت پروژه</option>
|
|
<option value="1">در حال تجهیز کارگاه</option>
|
|
<option value="2">درحال اجرا</option>
|
|
<option value="3">خاتمه یافته و بهره برداری شده</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-3" style="float: right;">
|
|
<label>
|
|
پیشرفت کلی پروژه(درصد)<span class="d-none" id="progress_project2_span"
|
|
style="color: #810000; font-size: 10px;">(عدد وارد شده بین 11 تا 99
|
|
باشد)</span>
|
|
</label>
|
|
<input min="0" max="100" type="number" class="form-control"
|
|
name="progress_project" id="progress_project2"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
maxlength="2" placeholder="پیشرفت کلی پروژه(درصد)" />
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<fieldset class="col-6 fieldset_img"
|
|
style="float: right; margin-bottom: 15px;">
|
|
<legend>تصاویر از پروژه</legend>
|
|
<div class="col-6" style="float: right;">
|
|
<div class="img-box col d-flex justify-content-center"
|
|
style="margin-bottom: 17px;">
|
|
<div class="d-flex flex-column">
|
|
<small id="deviceImg12load" class="text-info text-center mb-2">منتظر نمایش تصویر بمانید!</small>
|
|
<label
|
|
class="imgbox d-flex align-items-center justify-content-center"
|
|
for="deviceImg12">
|
|
<span class="img-title" id="deviceImg12Title">انتخاب
|
|
کنید</span>
|
|
<img class="img-preview" id="deviceImg12Preview" src=""
|
|
alt="" />
|
|
</label>
|
|
<button class="btn-delete-img btn btn-danger btn-sm"
|
|
id="deleteDeviceImg12" disabled><i class="fa fa-trash"
|
|
style="color: #fff;"></i></button>
|
|
</div>
|
|
<input type="file" name="deviceImg12" id="deviceImg12"
|
|
class="img-input d-none" accept=".jpg, .png">
|
|
</div>
|
|
</div>
|
|
<div class="col-6" style="float: right;">
|
|
<div class="img-box col d-flex justify-content-center"
|
|
style="margin-bottom: 17px;">
|
|
<div class="d-flex flex-column">
|
|
<small id="deviceImg22load" class="text-info text-center mb-2">منتظر نمایش تصویر بمانید!</small>
|
|
<label
|
|
class="imgbox d-flex align-items-center justify-content-center"
|
|
for="deviceImg22">
|
|
<span class="img-title" id="deviceImg22Title">انتخاب
|
|
کنید</span>
|
|
<img class="img-preview" id="deviceImg22Preview" src=""
|
|
alt="" />
|
|
</label>
|
|
<button class="btn-delete-img btn btn-danger btn-sm"
|
|
id="deleteDeviceImg22" disabled><i class="fa fa-trash"
|
|
style="color: #fff;"></i></button>
|
|
</div>
|
|
<input type="file" name="deviceImg22" id="deviceImg22"
|
|
class="img-input d-none" accept=".jpg, .png">
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 20px;">
|
|
<table dir="rtl" class="for_all_type table table-secondary table-bordered"
|
|
style="width: 100%;">
|
|
<thead>
|
|
<tr style="background-color: #fff; text-align: center; color: #000;">
|
|
<th style="width: 40%;">نوع عملیات</th>
|
|
<th style="width: 15%;">مقدار</th>
|
|
<th style="width: 15%;">واحد</th>
|
|
<th style="width: 15%;">پیشرفت</th>
|
|
<th class="showtonaj" style="width: 15%;">تناژ</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_fa122" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount122"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit122" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress122"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}"
|
|
class="input_modal_table6" type="number"
|
|
maxlength="3"
|
|
style="width: 100%;">
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj122"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_fa222" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount222"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit222" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress222"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}"
|
|
class="input_modal_table6" type="number"
|
|
maxlength="3"
|
|
maxlength="3"
|
|
style="width: 100%;">
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj222"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_fa322" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount322"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit322" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress322"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}"
|
|
class="input_modal_table6" type="number"
|
|
maxlength="3"
|
|
style="width: 100%;">
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj322"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;">
|
|
</th>
|
|
</tr>
|
|
<tr class="input_modal_parent2">
|
|
<th><input id="operation_type_fa422" class="input_modal_table3"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="0" id="operation_type_amount422"
|
|
class="input_modal_table4" type="number"
|
|
style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input id="operation_type_unit422" class="input_modal_table5"
|
|
type="text" style="width: 100%;" disabled>
|
|
</th>
|
|
<th><input min="11" max="100" id="operation_type_progress422"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); if(this.value>100){this.value='100';}else if(this.value<0){this.value='0';}"
|
|
class="input_modal_table6" type="number"
|
|
maxlength="3"
|
|
style="width: 100%;">
|
|
</th>
|
|
<th class="showtonaj"><input id="operation_type_tonaj422"
|
|
class="input_modal_table7" type="number"
|
|
style="width: 100%;">
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
آخرین رقم ریالی پروژه (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali12"
|
|
placeholder="آخرین رقم ریالی پروژه (میلیون ریال)" maxlength="50" />
|
|
<span id="riali_edit_span1" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ آخرین کارکرد پیمانکار (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali22"
|
|
placeholder="مبلغ آخرین کارکرد پیمانکار (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span id="riali_edit_span2" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ پرداختی به پیمانکار (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali32"
|
|
placeholder="مبلغ پرداختی به پیمانکار (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span id="riali_edit_span3" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
<div class="col-12 d-flex align-items-center riali"
|
|
style="margin-bottom: 10px;">
|
|
<label class="col-3 lanel_end_modal_style">
|
|
مبلغ مورد نیاز برای تکمیل پروژه (میلیون ریال):
|
|
</label>
|
|
<input type="number" class="col-5 form-control" id="riali42"
|
|
placeholder="مبلغ مورد نیاز برای تکمیل پروژه (میلیون ریال)"
|
|
maxlength="50" />
|
|
<span id="riali_edit_span4" class="col text-center"
|
|
style="color: #810000;">0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel">
|
|
انصراف
|
|
</button>
|
|
<button type="button" class="btn btn-primary under_project_edit">
|
|
ثبت تغییرات
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- zapata -->
|
|
</div>
|
|
<div class="update-main upnext pt-3 px-4" id="update-table" style="display: none;">
|
|
<div class="card" id="update-card">
|
|
<div class="card-tools">
|
|
<div id="title-update">
|
|
<span class="pl-1">زیر پروژه های قرارداد</span><span id="title-update-unique">
|
|
</span>
|
|
</div>
|
|
<div class="col-12 my-3">
|
|
<table class="table table-striped table-bordered projects" id="example-update" style="width: 100%;">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="9" class="text-center">اطلاعات شناسایی پروژه</th>
|
|
<th colspan="6" class="text-center">اطلاعات فنی و مالی پروژه</th>
|
|
<th colspan="6" class="text-center">اطلاعات تکمیلی پروژه</th>
|
|
</tr>
|
|
<tr style="background-color :#00669f">
|
|
<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">پیشرفت کلی پروژه<br><small>(درصد)</small></th>
|
|
<th class="th-head">آخرین وضعیت پروژه</th>
|
|
<th class="th-head">آخرین رقم ریالی<br><small>(میلیون ریالی)</small></th>
|
|
<th class="th-head">مبلغ آخرین کارکرد پیمانکار<br><small>(میلیون ریال)</small></th>
|
|
<th class="th-head">مبلغ پرداختی به پیمانکار<br><small>(میلیون ریال)</small></th>
|
|
<th class="th-head">مبلغ مورد نیاز برای تکمیل پروژه<br><small>(میلیون ریال)</small></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>
|
|
</div>
|
|
</div>
|
|
<div tabindex="-1" role="dialog" id="subItemModal" 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">نوع عملیات</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="row mb-2 text-center">
|
|
<div class="col">
|
|
<span>نوع عملیات</span>
|
|
</div>
|
|
<div class="col">
|
|
<span>مقدار</span>
|
|
</div>
|
|
<div class="col">
|
|
<span>واحد</span>
|
|
</div>
|
|
<div class="col">
|
|
<span>پیشرفت</span>
|
|
</div>
|
|
<div class="col modal-op-tonaj">
|
|
<span>تناژ</span>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_fa1" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_amount1" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_unit1" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_progress1" disabled>
|
|
</div>
|
|
<div class="col modal-op-tonaj">
|
|
<input class="form-control" type="text" id="subItemModal_type_tonaj1" disabled>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_fa2" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_amount2" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_unit2" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_progress2" disabled>
|
|
</div>
|
|
<div class="col modal-op-tonaj">
|
|
<input class="form-control" type="text" id="subItemModal_type_tonaj2" disabled>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_fa3" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_amount3" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_unit3" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_progress3" disabled>
|
|
</div>
|
|
<div class="col modal-op-tonaj">
|
|
<input class="form-control" type="text" id="subItemModal_type_tonaj3" disabled>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_fa4" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_amount4" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_unit4" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemModal_type_progress4" disabled>
|
|
</div>
|
|
<div class="col modal-op-tonaj">
|
|
<input class="form-control" type="text" id="subItemModal_type_tonaj4" disabled>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- modal oprator -->
|
|
<div tabindex="-1" role="dialog" id="subItemOpratorModal" 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>
|
|
<div class="modal-body">
|
|
<div class="row mb-2 text-center">
|
|
<div class="col-sm-7">
|
|
<span>نام</span>
|
|
</div>
|
|
<div class="col">
|
|
<span>شماره تماس</span>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<div class="col-sm-7">
|
|
<input class="form-control" type="text" id="subItemOpratorModal_operator_name" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemOpratorModal_operator_phone" disabled>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- amiriis 1400/03/08 -->
|
|
<div tabindex="-1" role="dialog" id="subItemOpratorModal" 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>
|
|
<div class="modal-body">
|
|
<div class="row mb-2 text-center">
|
|
<div class="col-sm-7">
|
|
<span>نام</span>
|
|
</div>
|
|
<div class="col">
|
|
<span>شماره تماس</span>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<div class="col-sm-7">
|
|
<input class="form-control" type="text" id="subItemOpratorModal_operator_name" disabled>
|
|
</div>
|
|
<div class="col">
|
|
<input class="form-control" type="text" id="subItemOpratorModal_operator_phone" disabled>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- modal image subitem -->
|
|
<div tabindex="-1" role="dialog" id="subItemImgModal" 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">تصاویر</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="row">
|
|
<div class="col">
|
|
<img id="imgSubItem1" class="img-thumbnail" src="" alt="">
|
|
</div>
|
|
<div class="col">
|
|
<img id="imgSubItem2" class="img-thumbnail" src="" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- end amiriis -->
|
|
<div class='parent-filter'>
|
|
<div class="row mt-2">
|
|
<div class="col-12 mb-2">
|
|
<select id="select-province"
|
|
class=" select-province form-control-me stylescroll" multiple="multiple">
|
|
</select>
|
|
</div>
|
|
|
|
<div class="col-12 mt-2 mb-2">
|
|
<select class="last_statusfilter form-control" name="states[]"
|
|
multiple="multiple">
|
|
<option value="1">
|
|
منعقد شده
|
|
</option>
|
|
<option value="2">
|
|
در دست مناقصه
|
|
</option>
|
|
<option value="3">
|
|
خاتمه یافته
|
|
</option>
|
|
<option value="4">
|
|
در حال تجهیز کارگاه
|
|
</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-12 mt-2 mb-2">
|
|
<select class="project-type form-control" name="projecttype[]"
|
|
multiple="multiple">
|
|
<option value="1">
|
|
روکش آسفالت
|
|
</option>
|
|
<option value="2">
|
|
رفع نقاط حادثه خیز
|
|
</option>
|
|
<option value="3">
|
|
ایمنی راه
|
|
</option>
|
|
<option value="4">
|
|
ابنیه فنی
|
|
</option>
|
|
<option value="5">
|
|
راهدارخانه
|
|
</option>
|
|
<option value="6">
|
|
راه روستایی
|
|
</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-12 mb-2">
|
|
<select class="contain_project form-control">
|
|
<option value="0">
|
|
انتخاب حالت
|
|
</option>
|
|
<option value="1">
|
|
بدون پروژه
|
|
</option>
|
|
<option value="2">
|
|
دارای پروژه
|
|
</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-12 mb-2">
|
|
<select class="yearfilter form-control" name="yearfilter">
|
|
</select>
|
|
</div>
|
|
<div class="col-12 text-left"><button id="btn_filter_show"
|
|
class="btn-set-filter px-2 py-1">فیلتر</button></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class='parent-excel'>
|
|
<div class="row mt-2">
|
|
<div class="col-12 mb-2 mb-2">
|
|
<select id="select-province-excel" class="form-control" name="select-province-excel">
|
|
</select>
|
|
</div>
|
|
<div class="col-12 mt-2 mb-2">
|
|
<select class="form-control" name="select-status-excel">
|
|
<option value="0">
|
|
انتخاب وضعیت قرارداد
|
|
</option>
|
|
<option value="1">
|
|
منعقد شده
|
|
</option>
|
|
<option value="2">
|
|
در دست مناقصه
|
|
</option>
|
|
<option value="3">
|
|
خاتمه یافته
|
|
</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-12 mt-2 mb-2">
|
|
<select class="form-control" name="select-project-type-excel">
|
|
<option value="maintanance">
|
|
روکش آسفالت
|
|
</option>
|
|
<option value="dangerpoint">
|
|
رفع نقاط حادثه خیز
|
|
</option>
|
|
<option value="upgradesaifty">
|
|
ایمنی راه
|
|
</option>
|
|
<option value="technical">
|
|
ابنیه فنی
|
|
</option>
|
|
<option value="tollhouse">
|
|
راهدارخانه
|
|
</option>
|
|
<option value="village">
|
|
راه روستایی
|
|
</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-12 mb-2">
|
|
<select class="yearfilter form-control" name="select-year-excel">
|
|
</select>
|
|
</div>
|
|
<div class="col-12 text-left"><button id="btn_excel-download"
|
|
class="btn-set-filter px-2 py-1">دریافت فایل</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='parent-word'>
|
|
<div class="row mt-2">
|
|
<div class="col-12 mb-2 mb-2">
|
|
<select id="select-province-word" class="form-control" name="select-province-word">
|
|
</select>
|
|
</div>
|
|
<div class="col-12 text-left"><button id="btn_word_download"
|
|
class="btn-set-filter px-2 py-1">دریافت فایل</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
@include('layouts.footer')
|
|
</body>
|
|
<script src="../plugins/jquery/jquery.min.js"></script>
|
|
<script src="../dist/js/jquery.rollNumber.js"></script>
|
|
<script src="../dist/js/jQuery-Plugin-For-Creating-An-Animated-Counter-kCounter/js/kcounter.js"></script>
|
|
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<script src="../plugins/chart.js/Chart.min.js"></script>
|
|
<script src="../dist/js/leaflet.js"></script>
|
|
<script src="../dist/js/leaflet.markercluster.js"></script>
|
|
<script src="../dist/js/leaflet-routing-machine.js"></script>
|
|
<script src="../dist/js/persian-datepicker.min.js"></script>
|
|
<script src="../dist/js/persian-date.min.js"></script>
|
|
<script src="../plugins/datatables/jquery.dataTables.min.js"></script>
|
|
<script src="../plugins/datatables-bs4/js/dataTables.bootstrap4.js"></script>
|
|
<script src="../plugins/datatables-buttons/js/dataTables.buttons.min.js"></script>
|
|
<script src="../plugins/datatables-buttons/js/buttons.html5.min.js"></script>
|
|
<script src="../plugins/datatables-buttons/js/buttons.print.min.js"></script>
|
|
<script src="../dist/js/jszip.min.js"></script>
|
|
<script src="../dist/js/dataTables.select.min.js"></script>
|
|
<script src="../plugins/select2/js/select2.full.min.js"></script>
|
|
<script src="../plugins/inputmask/min/jquery.inputmask.bundle.min.js"></script>
|
|
<script src="../plugins/moment/moment.min.js"></script>
|
|
<script src="../dist/js/jalali-moment.browser.js"></script>
|
|
<script src="../plugins/moment/moment.min.js"></script>
|
|
<script src="../dist/js/jalali-moment.browser.js"></script>
|
|
<script src="../plugins/bootstrap-slider/bootstrap-slider.min.js"></script>
|
|
<script src="../dist/js/sweetalert2js.js"></script>
|
|
<script src="../dist/js/static.js"></script>
|
|
<script src="../dist/js/header.js"></script>
|
|
<script src="../dist/js/financelast.js?_={{ mt_rand(1, 99999999999) }}"></script>
|
|
</html>
|