| | |
| | | tableIns = table.render({ |
| | | elem: '#locDetlByMap', |
| | | headers: {token: localStorage.getItem('token')}, |
| | | url: baseUrl+'/locDetl/list/auth', |
| | | url: baseUrl+'/manLocDetl/list/auth', |
| | | page: true, |
| | | limit: 20, |
| | | skin: 'line', |
| | | where: {loc_no: locNo}, |
| | | even: true, |
| | | cellMinWidth: 50, |
| | | cols: [getCol()], |
| | | cols: [[ |
| | | {field: 'locNo', align: 'center',title: '库位号'}, |
| | | {field: 'matnr', align: 'center',title: '商品编号'}, |
| | | {field: 'maktx', align: 'center',title: '商品名称'}, |
| | | {field: 'anfme', align: 'center',title: '数量'}, |
| | | {field: 'orderNo', align: 'center',title: '订单号'}, |
| | | {field: 'createTime$', align: 'center',title: '入库时间'}, |
| | | {field: 'specs', align: 'center',title: '规格'} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | | pageSize: 'limit' |