| | |
| | | , cols: [[ //标题栏 |
| | | {field: 'locNo', title: '库位', width: 120} |
| | | , {field: 'maktx', title: '商品名', width: 300} |
| | | , {field: 'matnr', title: '商品号', width: 200} |
| | | , {field: 'matnr', title: '商品名', width: 200} |
| | | , {field: 'specs', title: '规格', width: 300} |
| | | , {field: 'anfme', title: '数量', width: 100} |
| | | ]] |
| | |
| | | width: 120, |
| | | style: 'color: blue;font-weight: bold' |
| | | }, |
| | | {field: 'matnr', align: 'center', title: '物料号'}, |
| | | {field: 'maktx', align: 'center', title: '品号'}, |
| | | {field: 'matnr', align: 'center', title: '品号'}, |
| | | {field: 'maktx', align: 'center', title: '品名'}, |
| | | {field: 'specs', align: 'center', title: '规格'}, |
| | | {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 200} |
| | | ]] |