BemsWebApplication.MaterialCodeProgress = function(params, viewInfo) { 'use strict'; var viewModel = BWA.DataGrid.createViewWithDataGrid(params, viewInfo, 'FmsMaterialCodeProgress', { columns: [ { dataField: 'ProgressId', caption: '번호', width: '15%', alignment: 'center' }, { dataField: 'Name', caption: $G('progressStatus'), width: '35%', alignment: 'center' }, { dataField: 'Description', caption: $G('description'), width: '50%', alignment: 'center' } ], isUseSiteId: false, notDeleteInPopup: true, popupWidth: 480, }); return viewModel; };