补充
This commit is contained in:
@@ -264,14 +264,6 @@ export default {
|
||||
}
|
||||
return val + '时'
|
||||
}
|
||||
function setChargeSearchTimeUseQuickWay(quickDom) {
|
||||
const days = quickDom.attr("data-days");
|
||||
const today = new Date(new Date().setHours(0, 0, 0, 0));
|
||||
const todayStr = formatTime(today);
|
||||
const startTime = formatTime(new Date(today.getTime() - days * 24 * 60 * 60 * 1000));
|
||||
$('#chargeStartTime').val(startTime);
|
||||
$('#chargeEndTime').val(todayStr);
|
||||
}
|
||||
$('#btnToday').on('click', function () {
|
||||
const startTime = new Date(new Date().setHours(0, 0, 0, 0));
|
||||
const endTime = new Date(new Date().setHours(23, 59, 59, 0));
|
||||
|
Reference in New Issue
Block a user