| | |
| | | function getCol() { |
| | | var cols = [ |
| | | {type: 'checkbox', fixed: 'left'} |
| | | ,{type: 'qty', title: '通知入库量', fixed: 'left'} |
| | | ,{type: 'inQty', title: '已入库量', fixed: 'left'} |
| | | ,{field: 'qty', title: '通知入库量', fixed: 'left', width:100} |
| | | ,{field: 'inQty', title: '已入库量', fixed: 'left', width:90} |
| | | ]; |
| | | cols.push.apply(cols, matCols); |
| | | cols.push( |
| | | {field: 'modiUser$', align: 'center',title: '修改人员', hide: true}, |
| | | {field: 'modiTime$', align: 'center',title: '修改时间'} |
| | | cols.push({field: 'billNo', title:'单据编号', align: 'center'} |
| | | ,{field: 'seqNo', title:'序号', align: 'center', width:80} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员', hide: true} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间'} |
| | | ) |
| | | return cols; |
| | | } |
| | |
| | | statusCode: 200 |
| | | }, |
| | | done: function (res, curr, count) { |
| | | console.log(res); |
| | | if (res.code === 403) { |
| | | top.location.href = baseUrl + "/"; |
| | | } |