| | |
| | | { |
| | | title: '备件编码', |
| | | align: 'center', |
| | | fixed: 'left', |
| | | dataIndex: 'spareNum', |
| | | width: 150, |
| | | ellipsis: true |
| | | }, |
| | | { |
| | | title: '备件名称', |
| | | align: 'center', |
| | | fixed: 'left', |
| | | dataIndex: 'spareName', |
| | | width: 150, |
| | | ellipsis: true |
| | | }, |
| | | { |
| | | title: '型号', |
| | | align: 'center', |
| | | dataIndex: 'model', |
| | | fixed: 'left', |
| | | width: 150 |
| | | |
| | | }, |
| | | { |
| | | title: '规格', |
| | | align: 'center', |
| | | dataIndex: 'specification', |
| | | width: 150, |
| | | ellipsis: true |
| | | }, |
| | | { |
| | | title: '批次号', |
| | | align: 'center', |
| | | dataIndex: 'batchNum', |
| | | width: 150, |
| | | |
| | | |
| | | }, |
| | | { |
| | | title: '制造商', |
| | | align: 'center', |
| | | dataIndex: 'constructorName', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: '出厂日期', |
| | | align: 'center', |
| | | dataIndex: 'manufactureDate', |
| | | width: 150, |
| | | |
| | | }, |
| | | { title: '有效期', |
| | | align: 'center', |
| | | dataIndex: 'validityPeriod', |
| | | width: 150, |
| | | |
| | | |
| | | }, |
| | | { title: '单位', |
| | | align: 'center', |
| | | dataIndex: 'mainUnitId_dictText', |
| | | width: 150, |
| | | |
| | | }, |
| | | /* { title: '辅单位', |
| | | align: 'center', |
| | |
| | | { title: '数量', |
| | | align: 'center', |
| | | dataIndex: 'mainQuantity', |
| | | width: 150 |
| | | |
| | | |
| | | }, |
| | | /* { title: '辅数量', |