| | |
| | | // ,{field: 'locSts', align: 'center',title: ''} |
| | | // ,{field: 'sheetNo', align: 'center',title: ''} |
| | | //,{field: 'crnNo', align: 'center',title: '堆垛机号'} |
| | | ,{field: 'qrCodeValue', align: 'center',title: '二维码值', sort:true} |
| | | ,{field: 'barcode', align: 'center',title: '二维码值', sort:true} |
| | | ,{field: 'row1', align: 'center',title: '排', sort:true} |
| | | ,{field: 'bay1', align: 'center',title: '列', sort:true} |
| | | ,{field: 'lev1', align: 'center',title: '层', sort:true} |
| | |
| | | $.ajax({ |
| | | url: baseUrl+"/agv/locMast/init/auth", |
| | | headers: {'token': localStorage.getItem('token')}, |
| | | data: JSON.stringify(param), |
| | | data: JSON.stringify("param"), |
| | | dataType:'json', |
| | | contentType:'application/json;charset=UTF-8', |
| | | method: 'POST', |