| | |
| | | var cols = [ |
| | | {field: 'matnr', align: 'center', title: '物料号', sort: true} |
| | | , {field: 'maktx', align: 'center', title: '物料名称', sort: true} |
| | | , {field: 'specs', align: 'center', title: '规格'} |
| | | , {field: 'batch', align: 'center', title: '批号', width: 300, sort: true} |
| | | , {field: 'storeMax', align: 'center', title: '数量上限', sort: true} |
| | | , {field: 'storeMin', align: 'center', title: '数量下限', sort: true} |
| | | // , {field: 'specs', align: 'center', title: '规格'} |
| | | // , {field: 'batch', align: 'center', title: '批号', width: 300, sort: true} |
| | | , {field: 'boxType1', align: 'center', title: '数量下限', sort: true} |
| | | , {field: 'boxType2', align: 'center', title: '数量上限', sort: true} |
| | | // , {field: 'storeMaxDate', align: 'center', title: '库龄上限', sort: true} |
| | | , {field: 'anfme', align: 'center', title: '实际数量'} |
| | | // , {field: 'nowTime', align: 'center', title: '实际库龄'} |
| | |
| | | headers: {token: localStorage.getItem('token')}, |
| | | url: baseUrl + '/locDetl/groupLocList/auth', |
| | | page: true, |
| | | limit: 20, |
| | | limits: [20, 30, 50, 100, 200, 500], |
| | | limit: 16, |
| | | limits: [16, 32, 50, 100, 200, 500], |
| | | even: true, |
| | | toolbar: '#toolbar', |
| | | cellMinWidth: 50, |