|  |  | 
 |  |  |             ,{field: 'locNo$', align: 'center',title: '目标库位'} | 
 |  |  |             ,{field: 'barcode', align: 'center',title: '条码'} | 
 |  |  |             ,{field: 'preHave', align: 'center',title: '先入品', hide: true} | 
 |  |  |             ,{field: 'takeNone', align: 'center', title: 'AGV锁定', | 
 |  |  |                 templet: function(d){ | 
 |  |  |                     if(d.takeNone === "0"){ | 
 |  |  |                         return "未取货"; | 
 |  |  |                     } else if(d.takeNone === "1"){ | 
 |  |  |                         return "已取货"; | 
 |  |  |                     } else { | 
 |  |  |                         return ""; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             ,{field: 'takeNone$', align: 'center', title: 'AGV锁定',hide: false} | 
 |  |  |  | 
 |  |  |             // ,{field: 'picking', align: 'center',title: '拣料', templet:function(row){ | 
 |  |  |             //         var html = "<input value='picking' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
 |  |  | 
 |  |  |                 {type: 'checkbox'} | 
 |  |  |                 ,{field: 'wrkNo', align: 'center',title: '工作号'} | 
 |  |  |                 ,{field: 'ioTime$', align: 'center',title: '工作时间'} | 
 |  |  |                 ,{field: 'matnr', align: 'center',title: '物料'} | 
 |  |  |                 ,{field: 'sku', align: 'center',title: '工序', hide: false} | 
 |  |  |                 ,{field: 'matnr', align: 'center',title: 'sku'} | 
 |  |  |                 ,{field: 'standby1', align: 'center',title: 'po', hide: false} | 
 |  |  |                 ,{field: 'standby2', align: 'center',title: 'upc', hide: false} | 
 |  |  |                 ,{field: 'lgnum', align: 'center',title: '仓库号'} | 
 |  |  |                 ,{field: 'tbnum', align: 'center',title: '转储请求编号'} | 
 |  |  |                 ,{field: 'tbpos', align: 'center',title: '行项目'} |