30天預選
This commit is contained in:
parent
dc60934c99
commit
79d758af06
@ -155,6 +155,7 @@
|
||||
var countOperationRecodeFile = 0;
|
||||
|
||||
$(function () {
|
||||
|
||||
var url = new URL(location.href);
|
||||
stationId = url.searchParams.get('stationId');
|
||||
|
||||
@ -799,7 +800,7 @@
|
||||
$(this).trigger('change');
|
||||
});
|
||||
//#endregion
|
||||
|
||||
|
||||
//#region 運維作業記錄 DataTable
|
||||
powerids.push(stationId);
|
||||
operationRecodeTable = $("#operation_recode_table").DataTable({
|
||||
@ -1069,6 +1070,7 @@
|
||||
|
||||
//歷史第一個table
|
||||
getTable();
|
||||
$('#to30day').trigger('click');
|
||||
});
|
||||
|
||||
//#region 變更左邊電站Collapse選單箭頭
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<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 class="pr-6">
|
||||
<div class="form-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user