add make table js
This commit is contained in:
parent
56834b8498
commit
e63e6c2c1e
|
@ -34,6 +34,7 @@
|
|||
<script src="js/navbar.js"></script>
|
||||
<script src="js/citydetails.js"></script>
|
||||
<script src="js/id-coords.js"></script>
|
||||
<script src="js/maketable.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.14.0/themes/base/jquery-ui.min.css">
|
||||
<!-- <script src="https://code.jquery.com/jquery-3.7.1.js"></script> -->
|
||||
|
@ -81,6 +82,8 @@
|
|||
<div id="cityList"></div>
|
||||
</div>
|
||||
<input type="text" id="datepicker" autocomplete="off" onchange="getCityDetails()">
|
||||
|
||||
<button id="downloadButton">Download</button>
|
||||
</div>
|
||||
|
||||
<div class="dropdown">
|
||||
|
@ -112,6 +115,22 @@
|
|||
form=""> </textarea>
|
||||
<button id="removeFixes" class="btn-remove"> <i class="fa-solid fa-delete-left"></i> </button>
|
||||
</div>
|
||||
|
||||
<div id="excelTableContainer">
|
||||
<table id="excelTable" border="1">
|
||||
<tr >
|
||||
<td>Модель
|
||||
</td>
|
||||
<td>Сер.номер
|
||||
</td>
|
||||
<td>Заявленная неисправность
|
||||
</td>
|
||||
<td>Произведенная работа
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="lastThree" class="last-records">
|
||||
</div>
|
||||
<div id="history"></div>
|
||||
|
|
Loading…
Reference in New Issue