| | |
| | | }, |
| | | // 列信息 |
| | | columns: [ |
| | | {title: '名称仓库', field: 'warehouseName', align: 'left',}, |
| | | {title: '编号', field: 'warehouseCode', align: 'center'}, |
| | | {title: '类型', field: 'classificationName', align: 'center', }, |
| | | {title: '地址', field: 'adress', align: 'center', }, |
| | | {title: '仓库名称', field: 'warehouseName', align: 'left', minWidth: 140}, |
| | | {title: '编号', field: 'warehouseCode', align: 'center', width: 120}, |
| | | {title: '类型', field: 'classificationName', align: 'center', width: 120 }, |
| | | {title: '地址', field: 'adress', align: 'left', minWidth: 140 }, |
| | | // {title: '所属机构', field: 'summary', align: 'left',}, |
| | | { |
| | | field: 'states', |
| | |
| | | // 操作信息 |
| | | operation: { |
| | | show: true, // 显示操作列 |
| | | width: '250', // 列宽 |
| | | width: 240, // 列宽 |
| | | attr: [ |
| | | { |
| | | title: '编辑', |