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