| | |
| | | |
| | | <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) { |
| | |
| | | |
| | | }, |
| | | { |
| | | title: '检定方式', |
| | | title: '鉴定方式', |
| | | align: "center", |
| | | dataIndex: 'calibrationTypeName', |
| | | |
| | |
| | | dataIndex: 'calibrationResult', |
| | | }, |
| | | { |
| | | title: '检定人', |
| | | title: '鉴定人', |
| | | align: "center", |
| | | dataIndex: 'calibrationUserName', |
| | | }, |
| | | { |
| | | title: '检定时间', |
| | | title: '鉴定时间', |
| | | align: "center", |
| | | dataIndex: 'calibrationTime', |
| | | }, |
| | |
| | | </div> |
| | | </a-tab-pane> |
| | | <a-tab-pane |
| | | tab='检定记录' |
| | | tab='鉴定记录' |
| | | key="6" |
| | | > |
| | | <div |
| | |
| | | |
| | | handleAdd: function () { |
| | | this.$refs.modalForm.add(this.calibrationOrderId); |
| | | this.$refs.modalForm.title = "上传检定报告"; |
| | | this.$refs.modalForm.title = "上传鉴定报告"; |
| | | this.$refs.modalForm.disableSubmit = false; |
| | | }, |
| | | |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | description: '检定报告', |
| | | description: '鉴定报告', |
| | | disableMixinCreated: true, |
| | | columns: [ |
| | | { |
| | |
| | | |
| | | <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) { |