| | |
| | | return parseInt(index) + 1; |
| | | } |
| | | }, |
| | | // { |
| | | // title: '备品备件ID', |
| | | // align: "center", |
| | | // dataIndex: 'sparePartId' |
| | | // }, |
| | | { |
| | | title: '来源类型', |
| | | align: "center", |
| | | dataIndex: 'sparePartIntoType_dictText' |
| | | }, |
| | | { |
| | | title: '批次号', |
| | | align: "center", |
| | |
| | | align: "center", |
| | | dataIndex: 'location' |
| | | }, |
| | | { |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'action' }, |
| | | } |
| | | // { |
| | | // title: '操作', |
| | | // dataIndex: 'action', |
| | | // align: "center", |
| | | // scopedSlots: { customRender: 'action' }, |
| | | // } |
| | | ], |
| | | url: { |
| | | list: "/eam/eamSparePartInventory/list", |