| | |
| | | ></actual-work-hours-edit-table> |
| | | </div> |
| | | </a-tab-pane> |
| | | <a-tab-pane |
| | | tab='炉类报告' |
| | | key="7" |
| | | > |
| | | <div |
| | | class="table-operator" |
| | | style="margin:-16px" |
| | | > |
| | | <stove-category-report-list :maintenanceStandardId='this.model.id' /> |
| | | </div> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | | </a-card> |
| | | </template> |
| | |
| | | import MaintenanceStandardWorkInstruction from '../dailyMaintenanceOrder/MaintenanceStandardWorkInstruction' |
| | | import ActualMaterialEditTable from '../dailyMaintenanceOrder/ActualMaterialEditTable.vue' |
| | | import ActualWorkHoursEditTable from '../dailyMaintenanceOrder/ActualWorkHoursEditTable.vue' |
| | | import StoveCategoryReportList from './StoveCategoryReportList.vue' |
| | | |
| | | export default { |
| | | name: 'DailyMaintenanceOrderExeDrawer', |
| | |
| | | MaintenanceStandardSafetyRequirement, |
| | | MaintenanceStandardWorkInstruction, |
| | | ActualMaterialEditTable, |
| | | ActualWorkHoursEditTable |
| | | ActualWorkHoursEditTable, |
| | | StoveCategoryReportList |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | revocationDistable: false, |
| | | currentNodeSelect: '', |
| | | maintenanceStandardId: '-1', |
| | | maintenanceOrderId: '-1', |
| | | loading: false, |
| | | dataSource: [], |
| | | model: {}, |
| | |
| | | handleShow(record) { |
| | | this.model = Object.assign({}, record); |
| | | this.maintenanceStandardId = record.maintenanceStandardId |
| | | this.maintenanceOrderId = record.id |
| | | this.dataSource = [] |
| | | this.visible = true; |
| | | this.queryParam.dailyMaintenanceOrderId = record.id |
| | |
| | | return "background-color:rgba(127, 127, 127,0.08)"; |
| | | }, |
| | | handleCancel() { |
| | | debugger |
| | | this.maintenanceOrderId = '-1' |
| | | this.$emit('ok'); |
| | | this.alterFlag = new Date(); |
| | | this.close() |