|
|
|
@ -102,10 +102,10 @@
|
|
|
|
|
const Modal1Search = () => {
|
|
|
|
|
let params = {}
|
|
|
|
|
if ($('#startTime1').val()) {
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime1').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime1').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
if ($('#endTime1').val()) {
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime1').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime1').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
params.timeInterval = $('#timeInterval1').val();
|
|
|
|
|
$.get(ctx + 'broad/home/queryParamListA', params, (e) => {
|
|
|
|
@ -225,10 +225,10 @@
|
|
|
|
|
let params = {}
|
|
|
|
|
params.timeInterval = $('#timeInterval').val();
|
|
|
|
|
if ($('#startTime2').val()) {
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
if ($('#endTime2').val()) {
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
await Modal2SearchReq(params)
|
|
|
|
|
$($(".page")[0]).addClass('active')
|
|
|
|
@ -242,10 +242,10 @@
|
|
|
|
|
let params = {}
|
|
|
|
|
params.timeInterval = $('#timeInterval').val();
|
|
|
|
|
if ($('#startTime2').val()) {
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
if ($('#endTime2').val()) {
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
Modal2SearchReq(params)
|
|
|
|
|
}
|
|
|
|
@ -258,10 +258,10 @@
|
|
|
|
|
let params = {}
|
|
|
|
|
params.timeInterval = $('#timeInterval').val();
|
|
|
|
|
if ($('#startTime2').val()) {
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
if ($('#endTime2').val()) {
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
Modal2SearchReq(params)
|
|
|
|
|
}
|
|
|
|
@ -273,10 +273,10 @@
|
|
|
|
|
let params = {}
|
|
|
|
|
params.timeInterval = $('#timeInterval').val();
|
|
|
|
|
if ($('#startTime2').val()) {
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
if ($('#endTime2').val()) {
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
Modal2SearchReq(params)
|
|
|
|
|
}
|
|
|
|
@ -296,10 +296,10 @@
|
|
|
|
|
|
|
|
|
|
params.timeInterval = $('#timeInterval').val();
|
|
|
|
|
if ($('#startTime2').val()) {
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
if ($('#endTime2').val()) {
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
|
|
|
|
|
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
|
|
|
|
|
}
|
|
|
|
|
if ($('#name').val()) {
|
|
|
|
|
params.name = $('#name').val()
|
|
|
|
|