| | |
| | | |
| | | <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) { |