diff --git a/WebContent/WEB-INF/view/productionplanning/prodPlanResultMgmtList.jsp b/WebContent/WEB-INF/view/productionplanning/prodPlanResultMgmtList.jsp index 04bdfff..7902dc8 100644 --- a/WebContent/WEB-INF/view/productionplanning/prodPlanResultMgmtList.jsp +++ b/WebContent/WEB-INF/view/productionplanning/prodPlanResultMgmtList.jsp @@ -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. 등록자 {