|  |  | 
 |  |  |                 html += ">"; | 
 |  |  |                 return html; | 
 |  |  |             }, hide: true} | 
 |  |  |         ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true} | 
 |  |  |         ,{field: 'modiTime$', align: 'center',title: '修改时间'} | 
 |  |  |         ,{field: 'ioStatus', align: 'center',title: '入出状态', templet:function(row){ | 
 |  |  |                 var html = "<input value='ioStatus' type='checkbox' lay-skin='switch' lay-text='入库中|待入库' lay-filter='tableCheckbox' disabled='disabled' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
 |  |  |                 if(row.ioStatus === 'Y'){html += " checked ";} | 
 |  |  |                 html += ">"; | 
 |  |  |                 return html; | 
 |  |  |             }} | 
 |  |  |         ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true} | 
 |  |  |         ,{field: 'modiTime$', align: 'center',title: '修改时间', hide:true}) | 
 |  |  |         ) | 
 |  |  |     return cols; | 
 |  |  | } | 
 |  |  |  |