Browse Source

수정 데이터 체크

dev001 11 months ago
parent
commit
164ad9bca8
1 changed files with 10 additions and 16 deletions
  1. 10 16
      src/main/webapp/ux/ei/ei0102/EI01020001U.xml

+ 10 - 16
src/main/webapp/ux/ei/ei0102/EI01020001U.xml

@@ -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");
     	}
     };