|
@@ -493,7 +493,9 @@
|
|
|
dcdataList1.setCellData( info.rowIndex , "inexItemNm" , "");
|
|
|
grdData1.setCellReadOnly( info.rowIndex , "inexItemNm" , true );
|
|
|
} 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" ){
|
|
|
grdData1.setCellReadOnly( i, "inexItemNm" , true );
|
|
|
} else {
|
|
|
- grdData1.setCellReadOnly( i , "inexItemNm" , false );
|
|
|
+ if(scwin.close == "N"){
|
|
|
+ grdData1.setCellReadOnly( i , "inexItemNm" , false );
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
grdData1.setFocusedCell( 0 , 0 , false );
|