| | |
| | | <template> |
| | | <a-card |
| | | :bordered='false' |
| | | title='技术状态鉴定管理' |
| | | title='' |
| | | > |
| | | <!-- 查询区域 --> |
| | | <div class='table-page-search-wrapper'> |
| | |
| | | icon='search' |
| | | >查询</a-button> |
| | | <a-button |
| | | type='primary' |
| | | type='info' |
| | | @click='searchReset' |
| | | icon='reload' |
| | | style='margin-left: 8px' |
| | |
| | | |
| | | <a-tab-pane |
| | | key='2' |
| | | tab='检定报告' |
| | | tab='鉴定报告' |
| | | > |
| | | <equipment-calibration-order-report-list |
| | | ref='EquipmentCalibrationOrderReportList' |
| | |
| | | |
| | | handleOrderExe(record) { |
| | | this.$refs.EquipmentCalibrationOrderExeDrawer.visible = true |
| | | this.$refs.EquipmentCalibrationOrderExeDrawer.title = '检定工单执行' |
| | | this.$refs.EquipmentCalibrationOrderExeDrawer.title = '鉴定工单执行' |
| | | this.$refs.EquipmentCalibrationOrderExeDrawer.handleShow(record) |
| | | if (record.status === '4') { |
| | | this.$refs.EquipmentCalibrationOrderExeDrawer.buttonDistable = true//保存、暂存、报工 |
| | |
| | | // 直接上传鉴定报告 |
| | | handleAddOrderReport: function (record) { |
| | | this.$refs.equipmentCalibrationOrderReportModal.add(record.id) |
| | | this.$refs.equipmentCalibrationOrderReportModal.title = '上传检定报告' |
| | | this.$refs.equipmentCalibrationOrderReportModal.title = '上传鉴定报告' |
| | | this.$refs.equipmentCalibrationOrderReportModal.disableSubmit = false |
| | | }, |
| | | handleFinal(record) { |