| | |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'}, |
| | | // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} |
| | | // ,{field: 'typeId', align: 'center',title: '路径ID'} |
| | | // ,{field: 'typeDesc', align: 'center',title: '作业类型'} |
| | | {field: 'anfme', align: 'center',title: '库存数量(正少/负多)', style: 'font-weight: bold'}, |
| | | {field: 'orderNo', align: 'center',title: '盘点单编号', style: 'font-weight: bold'}, |
| | | {field: 'anfme', align: 'center',title: '盘点盈亏', style: 'font-weight: bold'}, |
| | | {field: 'createTime$', align: 'center',title: '创建时间', style: 'font-weight: bold'}, |
| | | {field: 'matnr', align: 'center',title: '商品编号', style: 'font-weight: bold'}, |
| | | |
| | | {field: 'maktx', align: 'center',title: '商品名称', style: 'font-weight: bold'}, |
| | | {field: 'specs', align: 'center',title: '规格', style: 'font-weight: bold'}, |
| | | {field: 'batch', align: 'center',title: '批号', style: 'font-weight: bold'} |
| | | |
| | | // ,{field: 'appeUser$', align: 'center',title: '创建者',event: 'appeUser', style: 'cursor:pointer'} |
| | | // ,{field: 'appeTime$', align: 'center',title: '添加时间'} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |