fix : asf및 코로나19 관련조치현황 수정사항 42,43 수정완료

master
TaehunPark 2023-01-30 11:01:50 +09:00
parent 1ea93f8c08
commit 46f558a6dc
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
$(document).on('change', '#pressurizedYn', function (){
if($("#pressurizedYn").val() == 'N'){
if($("#pressurizedYn").val() == 'Y'){
$("#pressurizedN").attr("disabled",true);
$("#pressurizedN").val("");
}else{
$("#pressurizedN").removeAttr("disabled");
}
@ -118,7 +119,7 @@ function getEditModal(asfCovKey){
$("#asfCovEditModalContent").empty().append(html);
$("#asfCovEditModal").modal('show');
$("#editContent").empty().append(html);
if($("#pressurizedYn").val() == 'N'){
if($("#pressurizedYn").val() == 'Y'){
$("#pressurizedN").attr("disabled",true);
}else{
$("#pressurizedN").removeAttr("disabled");