diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp index f78a48ca..3b5714ee 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp @@ -624,12 +624,14 @@
교육매체
|
|
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp
index def08359..7b4ad290 100644
--- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp
@@ -1266,11 +1266,13 @@ function _chkChasiTime(p_this){
if (v_eduPlaceCd=='99'){
/* v_eduPlace.removeAttr('disabled'); */
- v_eduPlace.removeAttr('readonly');
+ v_eduPlace.removeAttr('readonly');
+ v_eduPlace.attr("style","background-color:#fff !important");
}else{
v_eduPlace.val('');
/* v_eduPlace.attr('disabled', 'disabled'); */
- v_eduPlace.attr('readonly', 'readonly');
+ v_eduPlace.attr('readonly', 'readonly');
+ v_eduPlace.removeAttr("style");
}
}
@@ -1551,6 +1553,7 @@ function _chkChasiTime(p_this){
selectedValue="${empty info.eduPlaceCd ? '01' : info.eduPlaceCd}"
onChange="eduPlaceChg();"
/>
+