From b4fdb57a3a8eaa32156bd6d8d4198c15d79f6668 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Wed, 11 Mar 2026 17:47:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EB=B9=84=EC=A1=B0=EB=A6=BDwbs=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prodPlanResultMgmtList.jsp | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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. 등록자 {