Browse Source

엑셀 업로드 후 로직 수정

ckh 10 months ago
parent
commit
7a9a839131
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/ux/ei/ei0201/EI02010001U.xml

+ 1 - 1
src/main/webapp/ux/ei/ei0201/EI02010001U.xml

@@ -418,7 +418,7 @@
 	scwin.grdData1_onafteredit = function(row,col,value) {
 	scwin.grdData1_onafteredit = function(row,col,value) {
 		var col = dcdataList1.getColumnID(col);
 		var col = dcdataList1.getColumnID(col);
 		if(col == "inexGb"){
 		if(col == "inexGb"){
-			dcdataList1.setCellData( row , "inexItemGbCd" , dclinkedDataList1.getCellData( 0 , "CODE_CD" ));
+			dcdataList1.setCellData( row , "inexItemGbCd" , dcdataList4.getCellData( 0 , "CODE_CD" ));
 			grdData1.setCellReadOnly( row , "inexItemNm" , false );
 			grdData1.setCellReadOnly( row , "inexItemNm" , false );
 		}			
 		}			
 	};	
 	};