Browse Source

손익관리 그리드 읽기전용 처리

ckh 9 months ago
parent
commit
9e1b3da35e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/webapp/ux/ei/ei0103/EI01030001U.xml

+ 6 - 0
src/main/webapp/ux/ei/ei0103/EI01030001U.xml

@@ -531,6 +531,12 @@
     						grdData1.setCellReadOnly(i , fcstId, true);
     					}
 		    		}
+		    		
+		    		if(dcdataList1.getCellData( i , "ccgrpGbCd") == "ZZZZZZ"){
+						for(var k = 0; k < grdData1.getTotalCol(); k++){
+							grdData1.setCellReadOnly( i , k , true );
+						}
+		    		}
 		    	}
 		    	// ------------------------------------------------------
             }