$('#start_date').focusout(function () {
  if (compareDateRange() < 0) {
    $('#end_date').val($('#start_date').val());
    $('#detect_date').val($('#start_date').val());
    $('#status_date').val($('#start_date').val());