To improve Employee Engagement CSULfinance achieved prestigious award
CSULfinance was awarded as I
CSULfinance's Excitement When CSULfinance Held a Movie Nig
To improve Employee Engagement 1){
new_arr_option = '';
new_arr_option2 = '';
$('#product option[value='+data.id+']').prop('selected', true);
$('#product2 option[value='+data.id+']').prop('selected', true);
$('#alternative-input').html(new_arr_option);
$('#alternative-input2').html(new_arr_option2);
} else {
// for input text only (modal kerja)
var new_input = '';
var new_input2 = '';
$('#product option[value='+data.id+']').prop('selected', true);
$('#product2 option[value='+data.id+']').prop('selected', true);
$('#alternative-input').html(new_input);
$('#alternative-input2').html(new_input2);
}
}
},
})
}
function changePeriod(object) {
$('#period option[value='+object.value+']').prop('selected', true);
$('#period2 option[value='+object.value+']').prop('selected', true);
}