| 1234567891011121314151617 | 
							- BemsWebApplication.CompanyEstimationCodeClass = function (params, viewInfo) {
 
-     "use strict";
 
-     var viewModel = BWA.DataGrid.createViewWithDataGrid(params, viewInfo, 'FmsCompanyEstimationCodeClass', {
 
-         columns: [
 
-             { dataField: 'CompanyEstimationClassId', caption: $G('number'), width: '20%', alignment: 'center' },
 
-             { dataField: 'Name', caption: $G('companyEstimationClassName'), width: '80%', alignment: 'center' },
 
-         ],
 
-         popupWidth: 480,
 
-         searchViewItems: [{ id: 'Name' }],
 
-         handleViewShown: function () {
 
-         }
 
-     });
 
-     return viewModel;
 
- };
 
 
  |