Sorunuzun cevabına gelecek olursak ve projenizde jQuery dahil olduğunu varsayarsak;
$('#exampleFormControlSelect1').change(function(){
if($(this).val() == 'Kargoya Verildi'){
$('input[name=kargo_takip]').removeAttr("disabled");
}
});
$('#exampleFormControlSelect1').change(function(){
if($(this).val() == 'Kargoya Verildi'){
$('input[name=kargo_takip]').removeAttr("disabled");
}
});