| | |
| | | cellMinWidth: 50, |
| | | height: 'full-120', |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'locNo', align: 'center',title: '库位号'} |
| | | //{type: 'checkbox'} |
| | | {field: 'locNo', align: 'center',title: '库位号'} |
| | | ,{field: 'barcode', align: 'center',title: '托盘码'} |
| | | ,{field: 'matnr', align: 'center',title: '物料代码'} |
| | | ,{field: 'maktx', align: 'center',title: '物料名称'} |
| | |
| | | ,{field: 'batch', align: 'center',title: '批号'} |
| | | ,{field: 'anfme', align: 'center',title: '盘点前数量'} |
| | | ,{field: 'confirmQty', align: 'center',title: '盘点确认量'} |
| | | ,{field: 'adjQty$', align: 'center',title: '盘点差异量'} |
| | | ,{field: 'createTime$', align: 'center',title: '记录时间'} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |
| | | request: { |