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