Browse Source

테스트 주석 해제

SH 1 month ago
parent
commit
73e14c00c4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/main/webapp/ux/cw/cw0621/CW06210001U.xml

+ 4 - 4
src/main/webapp/ux/cw/cw0621/CW06210001U.xml

@@ -178,10 +178,10 @@
     		}
     		}
         }
         }
         
         
-        //if(scwin.checkCnt == 0){
-        //	commLib.getAlert("생성 가능한 데이터가 없습니다.");
-        //    return;
-        //}
+        if(scwin.checkCnt == 0){
+        	commLib.getAlert("생성 가능한 데이터가 없습니다.");
+            return;
+        }
         
         
         dcdataList1.modifyRowStatus( dcdataList1.getRowPosition() , "U" )
         dcdataList1.modifyRowStatus( dcdataList1.getRowPosition() , "U" )
         commLib.getConfirmMsg("이미 생성된 역량평가 데이터가 있다면<br> 삭제 후 재생성 됩니다. 계속하시겠습니까?","작업처리", "scwin.fnUpdateCre");
         commLib.getConfirmMsg("이미 생성된 역량평가 데이터가 있다면<br> 삭제 후 재생성 됩니다. 계속하시겠습니까?","작업처리", "scwin.fnUpdateCre");