Загрузка данных
$("#appType").on("change", function () { let appType = $(this).val(); if (appType == "NP" || appType == "SPV") { $("#startDateBlock").hide(); } else { $("#startDateBlock").show(); } });