|  |  | 
 |  |  |         cols: [[ | 
 |  |  |             {type: 'checkbox', fixed: 'left'} | 
 |  |  | //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} | 
 |  |  |             ,{field: 'crnNo', align: 'center',title: '编号',sort:true,width:80} | 
 |  |  |             ,{field: 'inEnable', align: 'center',title: '可入', templet:function(row){ | 
 |  |  |             ,{field: 'crnNo', align: 'center',title: 'Номер',sort:true,width:80} | 
 |  |  |             ,{field: 'inEnable', align: 'center',title: 'Доступно для поспупления', templet:function(row){ | 
 |  |  |                     var html = "<input value='inEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
 |  |  |                     if(row.inEnable === 'Y'){html += " checked ";} | 
 |  |  |                     html += ">"; | 
 |  |  |                     return html; | 
 |  |  |                 },width:80} | 
 |  |  |             ,{field: 'outEnable', align: 'center',title: '可出', templet:function(row){ | 
 |  |  |             ,{field: 'outEnable', align: 'center',title: 'Доступно для выгрузки', templet:function(row){ | 
 |  |  |                     var html = "<input value='outEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
 |  |  |                     if(row.outEnable === 'Y'){html += " checked ";} | 
 |  |  |                     html += ">"; | 
 |  |  | 
 |  |  |                 },width:80} | 
 |  |  |             ,{field: 'crnSts$', align: 'center',title: 'Статус'} | 
 |  |  |             ,{field: 'wrkNo', align: 'center',title: 'Номер задания'} | 
 |  |  |             ,{field: 'crnErr$', align: 'center',title: '异常码'} | 
 |  |  |             ,{field: 'crnErr$', align: 'center',title: 'Номер ошибки'} | 
 |  |  |             ,{field: 'frmLocno$', align: 'center',title: 'Исходный склад',sort: true} | 
 |  |  |             ,{field: 'toLocno$', align: 'center',title: 'Целевой склад', sort: true} | 
 |  |  |             ,{field: 'frmSta$', align: 'center',title: 'Исходная станция', sort: true} |