| | |
| | | page: true, |
| | | limit: 16, |
| | | limits: [16, 30, 50, 100, 200, 500], |
| | | toolbar: '#toolbar', |
| | | toolbar: '#other', |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'wrkNo', align: 'center',title: '任务号'} |
| | | // ,{field: 'wrkSts$', align: 'center',title: '工作状态',event: 'wrkSts', style: 'cursor:pointer'} |
| | | // ,{field: 'zpallet', align: 'center',title: '托盘号'} |
| | | ,{field: 'anfme', align: 'center',title: '出库数量'} |
| | | ,{field: 'anfme', align: 'center',title: '入库数量'} |
| | | ,{field: 'nodeId', align: 'center',title: '关联货位', hide: true} |
| | | ,{field: 'locNo', align: 'center',title: '货位'} |
| | | ,{field: 'matnr', align: 'center',title: '商品编码'} |
| | |
| | | // ,{field: 'createBy$', align: 'center',title: '添加人员',event: 'createBy', style: 'cursor:pointer'} |
| | | // ,{field: 'createTime$', align: 'center',title: '添加时间'} |
| | | // ,{field: 'updateBy$', align: 'center',title: '修改人员'} |
| | | ,{field: 'updateTime$', align: 'center',title: '修改时间'} |
| | | ,{field: 'updateTime$', align: 'center',title: '入库时间'} |
| | | ,{field: 'memo', align: 'center',title: '备注', hide: false} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | // ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | }); |
| | | del(ids); |
| | | break; |
| | | case 'exportData': |
| | | case 'otherExportData': |
| | | layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ |
| | | var titles=[]; |
| | | var fields=[]; |