| | |
| | | $(blockList[i]).toggle('fast'); |
| | | }); |
| | | } |
| | | $('#btn_history_table').on('click', function () { |
| | | $('#history_table_summary_wrap').toggle('fast'); |
| | | }); |
| | | } |
| | | |
| | | function initSetRangeEvent() { |
| | |
| | | var times = tS.val().split(';'); |
| | | $('#starttime_text').text(times[0]); |
| | | $('#endtime_text').text(times[1]); |
| | | $('#select_device_code').val(times[2]) |
| | | $('#select_device_code').val(times[2]); |
| | | timePicker.setStartDate(times[0]); |
| | | timePicker.setEndDate(times[1]); |
| | | }); |
| | |
| | | MapController.prototype = { |
| | | init: function () { |
| | | this.hMode.init(); |
| | | // this.rMode.init(); |
| | | this.rMode.init(); |
| | | // this.gridMonitor.init(); |
| | | // this.companyLayer.init(); |
| | | // this.complaintLayer.init(); |
| | |
| | | var times = $(this).val().split(';'); |
| | | $('#starttime_text').text(times[0]); |
| | | $('#endtime_text').text(times[1]); |
| | | $('#select_device_code').val(times[2]) |
| | | $('#select_device_code').val(times[2]); |
| | | timePicker.setStartDate(times[0]); |
| | | timePicker.setEndDate(times[1]); |
| | | }); |