940 lines
53 KiB
PHP
940 lines
53 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">
|
||
<!-- bootstrap slider -->
|
||
<link rel="stylesheet" href="../plugins/bootstrap-slider/css/bootstrap-slider.min.css" />
|
||
<!-- chartjs -->
|
||
<link rel="stylesheet" href="../plugins/chart.js/Chart.min.css" />
|
||
<!-- leaflet -->
|
||
<link rel="stylesheet" href="../dist/css/leaflet.css">
|
||
<!-- persian-datepicker -->
|
||
<link rel="stylesheet" href="../dist/css/persian-datepicker.min.css">
|
||
<!-- select2 -->
|
||
<link rel="stylesheet" href="../plugins/select2/css/select2.min.css" />
|
||
<!-- datatable -->
|
||
<link rel="stylesheet" href="../plugins/datatables-bs4/css/dataTables.bootstrap4.min.css">
|
||
<!-- datatable button -->
|
||
<link rel="stylesheet" href="../plugins/datatables-buttons/css/buttons.bootstrap4.min.css">
|
||
<link rel="stylesheet" href="../dist/css/footer.css" />
|
||
<link rel="stylesheet" href="../dist/css/tablestyle.css" />
|
||
<link rel="stylesheet" href="../dist/css/fullstyle.css" />
|
||
<link rel="stylesheet" href="../dist/css/responsive.css" />
|
||
|
||
<link rel="icon" href="../dist/images/fav.ico" type="image/ico" sizes="16x16">
|
||
|
||
|
||
|
||
</head>
|
||
|
||
<body>
|
||
@include('layouts.header')
|
||
<div class="divloader">
|
||
<span class="loader"><span class="loader-inner"></span></span>
|
||
</div>
|
||
<div class="container-fluid">
|
||
<div class=" 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:none">
|
||
پروژه جدید +
|
||
</button>
|
||
</div>
|
||
<table id="example" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
||
<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>
|
||
<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 class="tool-main up" id="tool-main" style="display: none;">
|
||
<!-- Default box -->
|
||
<div id="projecttool-list-card" class="card">
|
||
<div class="card-header">
|
||
<h3 class="card-title">
|
||
نوع عملیات
|
||
</h3>
|
||
</div>
|
||
<div class="card-body table-responsive p-4">
|
||
<table class="table table-striped table-bordered projects" id="exampletool" style="width: 100%;">
|
||
<thead>
|
||
<tr class="headercolortable" style="">
|
||
<th class="tablefontheader" style="width: 5%;">
|
||
نصب حفاظ بتنی
|
||
</th>
|
||
<th class="tablefontheader" style="width: 8%;">
|
||
نصب حفاظ فلزی /گارد ریل
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%;">
|
||
اجرای روشنایی طولی
|
||
</th>
|
||
<th class="tablefontheader" style="width: 7%;">
|
||
اجرای روشنایی نقطه ای
|
||
</th>
|
||
<th class="tablefontheader" style="width: 7%;">
|
||
نصب علائم ایمنی (اخباری)
|
||
</th>
|
||
<th class="tablefontheader" style="width: 8%;">
|
||
نصب علائم ایمنی (سایر )
|
||
</th>
|
||
<th class="tablefontheader" style="width: 4%;">
|
||
|
||
خط کشی
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%;">
|
||
اصلاح شیب شیروانی
|
||
</th>
|
||
<th class="tablefontheader" style="width: 10%;">
|
||
سایر اقدامات
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%; text-align: center;">
|
||
عملیات
|
||
</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
<!-- /.card-body -->
|
||
</div>
|
||
<!-- /.card -->
|
||
</div>
|
||
<div class="modal fade" id="project-update-modal">
|
||
<div class="modal-dialog modal-dialog-centered ">
|
||
<div class="modal-content">
|
||
<!-- Modal Header -->
|
||
<div class="modal-header">
|
||
<h4 class="modal-title">
|
||
بروزرسانی آخرین وضعیت پروژه
|
||
</h4>
|
||
<button type="button" class="close" data-dismiss="modal">
|
||
×
|
||
</button>
|
||
</div>
|
||
<!-- Modal body -->
|
||
<div class="modal-body" style="display: block;">
|
||
<!-- <div
|
||
class="alert alert-danger modal-error-message"
|
||
role="alert"
|
||
>
|
||
لطفا تمامی فیلدهای ضروری (*) را کامل کنید!
|
||
</div> -->
|
||
<form>
|
||
<div class="second-round">
|
||
<p class="second-round-title">
|
||
* پیشرفت عملیات
|
||
</p>
|
||
|
||
|
||
|
||
<div class="row" id="item1">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-2" class="labelupdatemodal">
|
||
نصب حفاظ بتنی
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item1-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart1">
|
||
<label>کیلومتر <small id="kilo1" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin1" style="color: red;display: none;">از
|
||
کیلومتر گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-1-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress1">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage1"
|
||
id="project-progress-percentage1" />
|
||
</div>
|
||
|
||
</div>
|
||
<div class="row" id="item2">
|
||
<label for="project-distance-3" class="labelupdatemodal">
|
||
نصب حفاظ فلزی /گارد ریل
|
||
</label>
|
||
</div>
|
||
<!-- change hamine start -->
|
||
<!-- </div> -->
|
||
<!-- change hamine end -->
|
||
<div class="row" id="item2-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart2">
|
||
<label>کیلومتر <small id="kilo2" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin2" style="color: red;display: none;">از
|
||
کیلومتر گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-2-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress2" style="color: #fff !important;">درصد
|
||
پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage2"
|
||
id="project-progress-percentage2" />
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item3">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-4" class="labelupdatemodal">
|
||
اجرای روشنایی طولی
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item3-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart3">
|
||
<label>کیلومتر <small id="kilo3" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin3" style="color: red;display: none;">از
|
||
کیلومتر گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-3-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress3">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage3"
|
||
id="project-progress-percentage3" />
|
||
</div>
|
||
|
||
</div>
|
||
<div class="row" id="item4">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-5" class="labelupdatemodal">
|
||
اجرای روشنایی نقطه ای
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item4-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart4">
|
||
<label>تعداد <small id="kilo4" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin4" style="color: red;display: none;">از تعداد
|
||
گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-4-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress4">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage4"
|
||
id="project-progress-percentage4" />
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item5">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-5" class="labelupdatemodal">
|
||
نصب علائم ایمنی (اخبار )
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item5-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart5">
|
||
<label>تعداد <small id="kilo5" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin5" style="color: red;display: none;">از تعداد
|
||
گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-5-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress5">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage5"
|
||
id="project-progress-percentage5" />
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row" id="item6">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-6" class="labelupdatemodal">
|
||
نصب علائم ایمنی (سایر )
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item6-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart6">
|
||
<label>تعداد <small id="kilo6" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin6" style="color: red;display: none;">از تعداد
|
||
گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-6-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress6">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage6"
|
||
id="project-progress-percentage6" />
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item7">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-7" class="labelupdatemodal">
|
||
خط کشی
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item7-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart7">
|
||
<label>کیلومتر <small id="kilo7" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin7" style="color: red;display: none;">از
|
||
کیلومتر گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-7-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress7">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage7"
|
||
id="project-progress-percentage7" />
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item8">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-8" class="labelupdatemodal">
|
||
اصلاح شیب شیروانی
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item8-data">
|
||
<div class="form-group col-md-6 distance-input tooltipstart8">
|
||
<label>کیلومتر <small id="kilo8" style="color: red;display: none;">مقدار
|
||
باید از طول پروژه کمتر
|
||
باشد </small><small id="kilomin8" style="color: red;display: none;">از
|
||
کیلومتر گذشته
|
||
نمیتواند کمتر شود </small></label>
|
||
<input type="number" class="form-control" name="axis-name"
|
||
id="project-distance-input-8-1" min="0" />
|
||
</div>
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress8">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage8"
|
||
id="project-progress-percentage8" />
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item9">
|
||
<div class="d-inline col-md-6">
|
||
<label for="project-distance-9" class="labelupdatemodal">
|
||
سایر اقدامات
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="row" id="item9-data">
|
||
<div class="form-group col-md-12 distance-input">
|
||
<label id="alertshowprogress9">درصد پیشرفت فیزیکی</label>
|
||
<input type="text" class="form-control" name="progress-percentage9"
|
||
id="project-progress-percentage9" />
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="form-group col-md-6 distance-input">
|
||
<label>آخرین وضعیت پروژه</label>
|
||
<select class="form-control" id="project_last_status">
|
||
<option value="0">توسط استان بروز رسانی نشده است </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>
|
||
<option value="7"> در حال آماده سازی برای افتتاح</option>
|
||
<option value="8"> تکمیل و خاتمه یافته و بهره برداری شده </option>
|
||
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- change hamine start -->
|
||
<div id="stop-reason-text-div" class="row form-group col-md-12 distance-input"
|
||
style="display: none;">
|
||
<textarea maxlength="190" id="stop-reason-text" class="form-control"></textarea>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-12 ">
|
||
<div class="abrar-map-layout">
|
||
<span class="abrar-map-title d-inline"> موقعیت پروژه و اکیپ روی
|
||
نقشه</span>
|
||
<div id="abrar-map-2"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<!-- change hamine end -->
|
||
|
||
<hr />
|
||
<button type="button" class="btn btn-success float-left" id="add-update-button">
|
||
ثبت و بروزرسانی
|
||
</button>
|
||
|
||
|
||
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="stepModalmaintenance" class="modal animated zoomIn fade">
|
||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title" id="exampleModalLongTitle">
|
||
ثبت پروژه رفع نقاط حادثه خیز / پرتصادف
|
||
</h5>
|
||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||
<span aria-hidden="true">×</span>
|
||
</button>
|
||
</div>
|
||
<!-- Modal body -->
|
||
<div class="modal-body">
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
<div class="form-group col-md-4">
|
||
<label>
|
||
اداره کل / استان
|
||
</label>
|
||
<select class="form-control" name="province" id="province-id">
|
||
</select>
|
||
<label for="axis-name-id">
|
||
نام محور
|
||
</label>
|
||
<input type="text" class="form-control" name="axis-name" id="axis-name-id"
|
||
placeholder="نام محور" maxlength="50" />
|
||
<label>
|
||
نوع محور
|
||
</label>
|
||
<select class="form-control" name="axis-type" id="axis-type-id">
|
||
<option value="0">انتخاب نوع محور</option>
|
||
<option value="1">شریانی</option>
|
||
<option value="2">اصلی</option>
|
||
<option value="3">فرعی</option>
|
||
<option value="4">روستایی</option>
|
||
</select>
|
||
<label> عنوان پروژه </label>
|
||
<input type="text" class="form-control" name="edit-project-title" id="project-title-id"
|
||
placeholder="عنوان" maxlength="50" />
|
||
<label> نام پیمانکار </label>
|
||
<input type="text" class="form-control" name="edit-contractor" id="contractor-id"
|
||
placeholder="پیمانکار" maxlength="50" />
|
||
<label>
|
||
سال شروع
|
||
</label>
|
||
<select class="form-control" name="yearshown" id="yearshown">
|
||
<option value="0" selected> انتخاب سال</option>
|
||
<option value="1400">1400</option>
|
||
<option value="1399">1399</option>
|
||
<option value="1398">1398</option>
|
||
<option value="1397">1397</option>
|
||
<option value="1396">1396</option>
|
||
<option value="1395">1395 و ماقبل</option>
|
||
</select>
|
||
</div>
|
||
<div class="col-md-8">
|
||
|
||
<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-md-12">
|
||
<div class="row">
|
||
<div class="col-md-1">
|
||
<div class="row">
|
||
<div class="form-group col-md-1">
|
||
<i class="fa fa-plus-circle" style="
|
||
font-size: 20px;
|
||
margin-top: 30px;
|
||
color: #007bff;
|
||
" aria-hidden="true" onclick="addTownBox()"></i>
|
||
<i class="fa fa-minus-circle" style="
|
||
font-size: 20px;
|
||
color: #007bff;" aria-hidden="true" onclick="removeTownBox()"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-11">
|
||
<div class="row" id="subTown"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
{{-- yasiutest --}}
|
||
<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>
|
||
</div>
|
||
|
||
<!-- <div class="col-md-12">
|
||
<div class="row"></div>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
|
||
</div>
|
||
</div> -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Modal footer -->
|
||
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel">
|
||
انصراف
|
||
</button>
|
||
|
||
<!-- <button type="button" class="btn btn-primary btn-next">ثبت</button> -->
|
||
<!-- <button type="button" class="btn btn-danger btn-applyChangeCancel"
|
||
style="display: none">انصراف</button> -->
|
||
<button type="button" class="btn btn-primary btn-applyChange" id="submitNewRow">
|
||
ثبت تغییرات
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="update-main upnext" id="update-table" style="display: none;">
|
||
<div class="card" id="update-card">
|
||
<div class="card-tools">
|
||
<div class="parent-add-project-update">
|
||
<button class="add-project-update btn" id="add-project-update">بروزرسانی +</button>
|
||
</div>
|
||
</div>
|
||
<div class="card-body table-responsive p-5">
|
||
<!-- yasi -->
|
||
<div class="d-flex content-center-dataTable">
|
||
<div id="title-update"></div>
|
||
|
||
|
||
</div>
|
||
<table class="table table-striped table-bordered projects" id="example-update"
|
||
style="width: 100%; !important">
|
||
<thead>
|
||
<tr class="colorset">
|
||
<th rowspan="2" style="width: 1%; white-space: nowrap;">ردیف</th>
|
||
<th rowspan="2" style="width: 5%; white-space: nowrap;">
|
||
تاریخ به روز رسانی
|
||
</th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">نصب حفاظ بتنی </th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
نصب حفاظ فلزی /گارد ریل
|
||
</th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
اجرای روشنایی طولی
|
||
</th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
اجرای روشنایی نقطه ای
|
||
</th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
نصب علائم ایمنی (اخباری )
|
||
</th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
نصب علائم ایمنی (سایر )
|
||
</th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
خط کشی
|
||
</th>
|
||
<th colspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
اصلاح شیب شیروانی
|
||
</th>
|
||
<th colspan="1" style="font-size: 12px; white-space: nowrap;">
|
||
سایر اقدامات
|
||
</th>
|
||
|
||
<th rowspan="2" style="font-size: 12px; white-space: nowrap;">
|
||
آخرین وضعیت پروژه
|
||
</th>
|
||
|
||
<th rowspan="2">عملیات</th>
|
||
</tr>
|
||
<tr style="background-color: #ff5c0f;">
|
||
<th> کیلومتر </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> کیلومتر </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> کیلومتر </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> تعداد </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> تعداد </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> تعداد </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> کیلومتر </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> کیلومتر </th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
<th> درصد پیشرفت فیزیکی</th>
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
@include('layouts.footer')
|
||
|
||
<div id="stepModalmaintenanceedit" 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="exampleModalLongTitleedit">
|
||
ثبت پروژه نگهداری راه
|
||
</h5>
|
||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||
<span aria-hidden="true">×</span>
|
||
</button>
|
||
</div>
|
||
<!-- Modal body -->
|
||
<div class="modal-body">
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<div class="col-md-12 mb-3">
|
||
<div class="abrar-map-layout">
|
||
<span class="abrar-map-title d-inline">ثبت موقعیت پروژه روی
|
||
نقشه</span>
|
||
<div id="abrar-mapedit"></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-md-12">
|
||
<div class="row">
|
||
<div class="form-group col-md-4">
|
||
<label>
|
||
اداره کل / استان
|
||
</label>
|
||
<select class="form-control" name="province" id="province-idedit">
|
||
</select>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="axis-name-id">
|
||
نام محور
|
||
</label>
|
||
<input type="text" class="form-control" name="axis-name" id="axis-name-id"
|
||
placeholder="نام محور" />
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label>
|
||
نوع محور
|
||
</label>
|
||
<select class="form-control" name="axis-type" id="axis-type-id">
|
||
<option value="0">انتخاب نوع محور</option>
|
||
<option value="1">شریانی</option>
|
||
<option value="2">اصلی</option>
|
||
<option value="3">فرعی</option>
|
||
<option value="4">روستایی</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
<div class="col-md-1">
|
||
<div class="row">
|
||
<div class="form-group col-md-1">
|
||
<i class="fa fa-plus-circle" style="
|
||
font-size: 20px;
|
||
margin-top: 40px;
|
||
color: #007bff;
|
||
" aria-hidden="true" onclick="addTownBox()"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-11">
|
||
<div class="row" id="subTown"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
<div class="form-group col-md-4">
|
||
<label> عنوان پروژه </label>
|
||
<input type="text" class="form-control" name="edit-project-title"
|
||
id="project-title-id" placeholder="عنوان" />
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label> نام پیمانکار </label>
|
||
<input type="text" class="form-control" name="edit-contractor"
|
||
id="contractor-id" placeholder="پیمانکار" />
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label> نام مشاور </label>
|
||
<input type="text" class="form-control" name="edit-contractor"
|
||
id="consultant-id" placeholder="مشاور" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<div class="row"></div>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
<div class="form-group col-md-6">
|
||
<label>
|
||
سال شروع
|
||
</label>
|
||
<input type="text" class="form-control" name="contract-date"
|
||
placeholder="انتخاب تاریخ" id="contract-date-id" />
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<label for="project-price-id">
|
||
مبلغ قرارداد (میلیون ریال)
|
||
</label>
|
||
<input type="number" min="1" class="form-control" name="project-price"
|
||
placeholder="مبلغ (به میلیون ریال)" id="contract-price-id" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Modal footer -->
|
||
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel">
|
||
انصراف
|
||
</button>
|
||
|
||
<!-- <button type="button" class="btn btn-primary btn-next">ثبت</button> -->
|
||
<!-- <button type="button" class="btn btn-danger btn-applyChangeCancel"
|
||
style="display: none">انصراف</button> -->
|
||
<button type="button" class="btn btn-primary btn-applyChange" id="submitNewRow">
|
||
ثبت تغییرات
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Image Upload Modal -->
|
||
<div class="modal fade" id="image-upload-modal">
|
||
<div class="modal-dialog modal-dialog-centered">
|
||
<div class="modal-content">
|
||
<!-- Modal Header -->
|
||
<div class="modal-header">
|
||
<h4 class="modal-title">
|
||
آپلود عکس
|
||
</h4>
|
||
|
||
<button type="button" class="close" data-dismiss="modal">
|
||
×
|
||
</button>
|
||
</div>
|
||
<!-- Modal body -->
|
||
<div class="modal-body" style="display: block;">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- End Image Upload Modal -->
|
||
|
||
<div class="modal fade" id="exampleModalCenterStatic" tabindex="-1" role="dialog"
|
||
aria-labelledby="exampleModalCenterTitleStatic" aria-hidden="true">
|
||
<div class="modal-dialog modal-dialog-centered" role="document">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
{{-- <h5 class="modal-title" id="exampleModalLongTitleStatic">موقعیت محلی</h5> --}}
|
||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||
<span aria-hidden="true">×</span>
|
||
</button>
|
||
</div>
|
||
<div class="modal-body">
|
||
|
||
|
||
<div style="width: 100%;">
|
||
<div class="row">
|
||
<div class="col-md-12 mb-3">
|
||
|
||
<div class="abrar-map-layout">
|
||
|
||
<span class="abrar-map-title d-inline">مشاهده موقعیت پروژه و اکیپ روی نقشه</span>
|
||
<div id="abrar-map-static"></div>
|
||
|
||
<div class="row map-latlng-input-row">
|
||
<div class="col-md-12">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-danger btn-prev" data-dismiss="modal">انصراف</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Slider Modal -->
|
||
<div id="slideroverlay" class="slideroverlay">
|
||
<div class="upload-confirm"></div>
|
||
<!-- Modal content -->
|
||
<div class="modal-content">
|
||
<span class="close"></span>
|
||
<div class="slideshow">
|
||
<div id="slideshow-slide" class="slideshow-container">
|
||
<a class="prev">❯</a>
|
||
<a class="next">❮</a>
|
||
</div>
|
||
<br />
|
||
<div id="slideshow-dot" style="text-align: center;"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
|
||
<!-- jQuery -->
|
||
<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>
|
||
<!-- Bootstrap 4 -->
|
||
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
<!-- ChartJS -->
|
||
<script src="../plugins/chart.js/Chart.min.js"></script>
|
||
<!-- leaflet -->
|
||
<script src="../dist/js/leaflet.js"></script>
|
||
<script src="../dist/js/leaflet.markercluster.js"></script>
|
||
<script src="../dist/js/leaflet-routing-machine.js"></script>
|
||
<!-- persian-datepicker -->
|
||
<script src="../dist/js/persian-datepicker.min.js"></script>
|
||
<script src="../dist/js/persian-date.min.js"></script>
|
||
<!-- datatable -->
|
||
<script src="../plugins/datatables/jquery.dataTables.min.js"></script>
|
||
<script src="../plugins/datatables-bs4/js/dataTables.bootstrap4.js"></script>
|
||
<!-- datable button -->
|
||
<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>
|
||
<!-- select2 -->
|
||
<script src="../plugins/select2/js/select2.full.min.js"></script>
|
||
<script src="../plugins/moment/moment.min.js"></script>
|
||
<script src="../dist/js/jalali-moment.browser.js"></script>
|
||
<!-- inputmask -->
|
||
<script src="../plugins/inputmask/min/jquery.inputmask.bundle.min.js"></script>
|
||
|
||
<!-- slider-bootstarp -->
|
||
<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 page -->
|
||
<script src="../dist/js/header.js"></script>
|
||
<script src="../dist/js/roadupgradeSaftyNew.js"></script>
|
||
|
||
</html> |