| | |
| | | url: baseUrl+'/saasLog/list/auth', |
| | | page: true, |
| | | totalRow: true, // 开启合计行 |
| | | limit: 15, |
| | | limits: [15, 30, 50, 100, 200, 500], |
| | | // toolbar: '#toolbar', |
| | | limit: 16, |
| | | limits: [16, 50, 100, 200, 500,2000,5000,10000], |
| | | toolbar: '#toolbar', |
| | | cellMinWidth: 50, |
| | | height: 'full-120', |
| | | cols: [[ |
| | |
| | | ,{field: 'owner', align: 'center',title: '主体'} |
| | | ,{field: 'workshop', align: 'center',title: '车间'} |
| | | ,{field: 'anfme', align: 'center',title: '数量',totalRow:true} |
| | | ,{field: 'docType$', align: 'center',title: '单据类型',totalRow:true} |
| | | // ,{field: 'createByName', align: 'center',title: '操作人'} |
| | | ,{field: 'ioTime$', align: 'center',title: '操作时间'} |
| | | ,{field: 'createBy', align: 'center',title: '', hide:true} |