| | |
| | | <el-header class="m-header" style="height: auto"> |
| | | |
| | | </el-header> |
| | | |
| | | <el-main style="padding-top: 5px"> |
| | | <vxe-grid |
| | | max-height="600" |
| | |
| | | showStatus: true |
| | | }, |
| | | columns: [ |
| | | |
| | | {type: 'expand', title:'', fixed: "left", slots: {content: 'content'}, width: 50},/* 详情 */ |
| | | /* {title: '操作', width: '8%', slots: {default: 'button_slot'}, fixed: "left"},*/ |
| | | {type: 'seq', fixed: "left", title: ' ', width: 50}, |
| | | /*{ type: 'checkbox',fixed:"left", title: '', width: 50 },*/ |
| | | {type: 'expand', title:'详情', fixed: "left", slots: {content: 'content'}, width: 50}, |
| | | |
| | | {field: 'kczz', width: '13%', title: '库存组织', filters: [{data: ''}], slots: {filter: 'num1_filter'}, sortable: true}, |
| | | {field: 'wlbm', width: '10%', title: '物料编码', filters: [{data: ''}], slots: {filter: 'num1_filter'}, sortable: true}, |
| | | {field: 'wlmc', width: '10%',title: '物料名称', filters: [{data: ''}], slots: {filter: 'num1_filter'}, sortable: true}, |