| | |
| | | ,{field: 'staNo$', align: 'center',title: '目标站'} |
| | | ,{field: 'sourceLocNo$', align: 'center',title: '源库位'} |
| | | ,{field: 'locNo$', align: 'center',title: '目标库位'} |
| | | ,{field: 'rgvNo', align: 'center',title: 'RGV', hide: true} |
| | | ,{field: 'pdcType', align: 'center',title: '空桶类型', hide: true} |
| | | ,{field: 'ctnType', align: 'center',title: '尾托', hide: true} |
| | | ,{field: 'whsType', align: 'center',title: '入罐装线', hide: true} |
| | | ,{field: 'manuType', align: 'center',title: '人工操作', hide: true} |
| | | // ,{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+"'"; |
| | | // if(row.picking === 'Y'){html += " checked ";} |