This commit is contained in:
SBD
2023-11-29 19:05:40 +03:00
parent cd1b8d4579
commit ebdc84f7e1

View File

@@ -334,9 +334,12 @@ function selectItemAddrPoint(id, name, ctrl_name,){
tap_cont.value = id; tap_cont.value = id;
changeWidthEL(tap_txt_cont) changeWidthEL(tap_txt_cont)
input_list.classList.remove('show'); input_list.classList.remove('show');
if (document.querySelector(".container_form_search_carrier")){
document.querySelector(".container_form_search_carrier").style.zIndex = 'unset' document.querySelector(".container_form_search_carrier").style.zIndex = 'unset'
} }
}
function insertSearchList(data, ctrl_name) { function insertSearchList(data, ctrl_name) {