장비조립wbs 주석처리

This commit is contained in:
2026-03-11 17:47:25 +09:00
parent 987b85d164
commit b4fdb57a3a

View File

@@ -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. 등록자
{