| 12345678910111213141516171819 | 
							- BemsWebApplication.MaterialCodeReleaseType = function(params, viewInfo) {
 
-     'use strict';
 
-     var viewModel = BWA.DataGrid.createViewWithDataGrid(params, viewInfo, 'FmsMaterialCodeReleaseType', {
 
-         columns: [
 
-             { dataField: 'ReleaseTypeId', caption: '번호', width: '20%', alignment: 'center' },
 
-             { dataField: 'Name', caption: $G('releaseType'), width: '60%', alignment: 'center' },
 
-             { dataField: 'Description', caption: $G('description'), width: '60%', alignment: 'center' }
 
-         ],
 
-         isUseSiteId: false,
 
-         notDeleteInPopup: true,
 
-         popupWidth: 480,
 
-     });
 
-     return viewModel;
 
- };
 
 
  |