File was renamed from src/main/webapp/static/js/receive/matQuery.js |
| | |
| | | |
| | | function getCol() { |
| | | var cols = [ |
| | | {field: 'count', align: 'center',title: '出库数量', edit:'text', width: 130, style:'color: blue;font-weight: bold'} |
| | | {field: 'count', align: 'center',title: '入库数量', edit:'text', width: 130, style:'color: blue;font-weight: bold'} |
| | | ]; |
| | | arrRemove(matCols, 'field', 'anfme'); |
| | | cols.push.apply(cols, matCols); |
| | |
| | | , list: matDetls |
| | | }) |
| | | $.ajax({ |
| | | url: baseUrl+"/work/order/init", |
| | | url: baseUrl+"/work/receive/init", |
| | | headers: {'token': localStorage.getItem('token')}, |
| | | data: req, |
| | | contentType:'application/json;charset=UTF-8', |