|
@@ -447,25 +447,19 @@
|
|
|
|
|
|
if(dcdataListUdt3.getRowCount() > 0) dcdataListUdt3.modifyAllStatus("U");
|
|
|
|
|
|
+ if(dcdataListUdt2.getModifiedIndex().length == 0 && dcdataListUdt3.getModifiedIndex().length == 0){
|
|
|
+ commLib.getAlertAfterProc(commLib.getMessage("valid.0029"),"데이터확인","V","","");
|
|
|
+ }
|
|
|
+
|
|
|
if(dcdataListUdt2.getRowCount() > 0){
|
|
|
- if(dcdataListUdt2.getModifiedIndex().length == 0){
|
|
|
- commLib.getAlertAfterProc(commLib.getMessage("valid.0029"),"데이터확인","V","","");
|
|
|
- return;
|
|
|
- }else{
|
|
|
- // 수정 - 데이터리스트 생성후 저장 방식이라 건수가 안맞음
|
|
|
- // commLib.saveMsg(dcdataListUdt2, "scwin.fnSavedcdataList2");
|
|
|
- commLib.getConfirmMsg("저장하시겠습니까?"," 데이터저장","scwin.fnSavedcdataList2");
|
|
|
- }
|
|
|
+ // 수정 - 데이터리스트 생성후 저장 방식이라 건수가 안맞음
|
|
|
+ // commLib.saveMsg(dcdataListUdt2, "scwin.fnSavedcdataList2");
|
|
|
+ commLib.getConfirmMsg("저장하시겠습니까?"," 데이터저장","scwin.fnSavedcdataList2");
|
|
|
}
|
|
|
else if(dcdataListUdt3.getRowCount() > 0){ // 업데이트3 함수 호출
|
|
|
- if(dcdataListUdt3.getModifiedIndex().length == 0){
|
|
|
- commLib.getAlertAfterProc(commLib.getMessage("valid.0029"),"데이터확인","V","","");
|
|
|
- return;
|
|
|
- }else{
|
|
|
- // 수정 - 데이터리스트 생성후 저장 방식이라 건수가 안맞음
|
|
|
- // commLib.saveMsg(dcdataListUdt3, "scwin.fnSavedcdataList3");
|
|
|
- commLib.getConfirmMsg("저장하시겠습니까?"," 데이터저장","scwin.fnSavedcdataList3");
|
|
|
- }
|
|
|
+ // 수정 - 데이터리스트 생성후 저장 방식이라 건수가 안맞음
|
|
|
+ // commLib.saveMsg(dcdataListUdt3, "scwin.fnSavedcdataList3");
|
|
|
+ commLib.getConfirmMsg("저장하시겠습니까?"," 데이터저장","scwin.fnSavedcdataList3");
|
|
|
}
|
|
|
};
|
|
|
|