장비조립wbs 주석처리
This commit is contained in:
@@ -287,19 +287,19 @@ var columns = [
|
||||
},
|
||||
|
||||
// 18. 장비조립WBS
|
||||
{
|
||||
headerHozAlign: 'center',
|
||||
hozAlign: 'center',
|
||||
minWidth: 110,
|
||||
title: '장비조립WBS',
|
||||
field: 'EQUIPMENT_WBS',
|
||||
cssClass: 'col-light-green',
|
||||
formatter:fnc_subInfoValueFormatter,
|
||||
cellClick:function(e, cell){
|
||||
var objid = fnc_checkNull(cell.getData().OBJID);
|
||||
wbs_popup(objid);
|
||||
}
|
||||
},
|
||||
// {
|
||||
// headerHozAlign: 'center',
|
||||
// hozAlign: 'center',
|
||||
// minWidth: 110,
|
||||
// title: '장비조립WBS',
|
||||
// field: 'EQUIPMENT_WBS',
|
||||
// cssClass: 'col-light-green',
|
||||
// formatter:fnc_subInfoValueFormatter,
|
||||
// cellClick:function(e, cell){
|
||||
// var objid = fnc_checkNull(cell.getData().OBJID);
|
||||
// wbs_popup(objid);
|
||||
// }
|
||||
// },
|
||||
|
||||
// 19. 등록자
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user