Browse Source

[판매관리비 - 판매관리비] 그리드 컬럼 저장

dev001 10 months ago
parent
commit
e45ad39021
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/main/webapp/ux/ei/ei0104/EI01040001U.xml

+ 11 - 0
src/main/webapp/ux/ei/ei0104/EI01040001U.xml

@@ -592,6 +592,17 @@
 			                + Number(dcdataList1.getCellData(smcostEtc, str));
 			dcdataList1.setCellData(smcost, str, smcostVal);
 			
+			// [판매관리비 - 판매관리비] 저장 플레그
+			oldVal = dcdataList1.getOriginalCellData(smcost, info.colIndex);
+			
+			// 수정여부 데이터 설정 [판매관리비 - 판매관리비]
+			if(oldVal == smcostVal){  // 데이터 미변경 [판매관리비 - 판매관리비]
+				dcdataList1.setCellData(smcost , "udtYn" + num , "");
+			}
+			else {
+				dcdataList1.setCellData(smcost , "udtYn" + num , "Y");
+			}
+			
 			var dtlGbCd = dcdataList1.getCellData(info.rowIndex, "dtlGbCd");  
 			if(dtlGbCd == "SMCOST"){  // 구분코드(상세) - SMCOST 판매관리비
 				commLib.getAlertAfterProc("[판매관리비] 데이터는 변경되지 않습니다.","데이터확인","V","","");