Browse Source

자금관리 마감여부 체크 추가

ckh 10 months ago
parent
commit
798d8c478c
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/main/webapp/ux/ei/ei0201/EI02010001U.xml

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

@@ -493,7 +493,9 @@
 				dcdataList1.setCellData( info.rowIndex , "inexItemNm" , "");
 				dcdataList1.setCellData( info.rowIndex , "inexItemNm" , "");
 				grdData1.setCellReadOnly( info.rowIndex , "inexItemNm" , true );
 				grdData1.setCellReadOnly( info.rowIndex , "inexItemNm" , true );
 			} else {
 			} else {
-				grdData1.setCellReadOnly( info.rowIndex , "inexItemNm" , false );
+				if(scwin.checkClose == "N"){
+					grdData1.setCellReadOnly( info.rowIndex , "inexItemNm" , false );
+				}
 			}
 			}
 		}
 		}
 	};
 	};
@@ -708,7 +710,9 @@
 					if(dcdataList4.getCellData( rowIdx , "ESBS_CD2" ) == "END" ){
 					if(dcdataList4.getCellData( rowIdx , "ESBS_CD2" ) == "END" ){
 						grdData1.setCellReadOnly( i, "inexItemNm" , true );
 						grdData1.setCellReadOnly( i, "inexItemNm" , true );
 					} else {
 					} else {
-						grdData1.setCellReadOnly( i , "inexItemNm" , false );
+						if(scwin.close == "N"){
+							grdData1.setCellReadOnly( i , "inexItemNm" , false );
+						}
 					}
 					}
 		    	}
 		    	}
 		    	grdData1.setFocusedCell( 0 , 0 , false );
 		    	grdData1.setFocusedCell( 0 , 0 , false );