select
$("#order_store_branch").change(function(){
var branch_id = $(this).val();
$('#select_move_branch option[value="'+branch_id+'"]').attr('selected', true);
$("#select_move_branch option[contact_mobile='"+contact_mobile+"']").attr("selected","selected");
});

浙公网安备 33010602011771号