30天預選

This commit is contained in:
b110212000 2021-08-12 18:37:54 +08:00
parent dc60934c99
commit 79d758af06
2 changed files with 4 additions and 2 deletions

View File

@ -155,6 +155,7 @@
var countOperationRecodeFile = 0; var countOperationRecodeFile = 0;
$(function () { $(function () {
var url = new URL(location.href); var url = new URL(location.href);
stationId = url.searchParams.get('stationId'); stationId = url.searchParams.get('stationId');
@ -799,7 +800,7 @@
$(this).trigger('change'); $(this).trigger('change');
}); });
//#endregion //#endregion
//#region 運維作業記錄 DataTable //#region 運維作業記錄 DataTable
powerids.push(stationId); powerids.push(stationId);
operationRecodeTable = $("#operation_recode_table").DataTable({ operationRecodeTable = $("#operation_recode_table").DataTable({
@ -1069,6 +1070,7 @@
//歷史第一個table //歷史第一個table
getTable(); getTable();
$('#to30day').trigger('click');
}); });
//#region 變更左邊電站Collapse選單箭頭 //#region 變更左邊電站Collapse選單箭頭

View File

@ -6,7 +6,7 @@
</div> </div>
</div> </div>
<div class="pr-3"> <div class="pr-3">
<button type="button" class="btn btn-secondary waves-effect waves-themed" onclick="ChangeDate30exception()">近30天</button> <button type="button" class="btn btn-secondary waves-effect waves-themed" onclick="ChangeDate30exception()" id="to30day">近30天</button>
</div> </div>
<div class="pr-6"> <div class="pr-6">
<div class="form-group"> <div class="form-group">