| | |
| | | </div> |
| | | |
| | | <inspection-order-handle ref="modalFormInspectionOrderXq" :selectShenpiData="selectInspectionOrderXqData"/> |
| | | |
| | | <week-maintenance-approval-modal ref="weekMaintenanceApprovalModal" :selectShenpiData="selectWeekMaintenanceData"/> |
| | | </a-card> |
| | | </template> |
| | | |
| | |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import JDictSelectTag from '@/components/dict/JDictSelectTag.vue' |
| | | import InspectionOrderHandle from './InspectionOrder/InspectionOrderHandle' |
| | | import WeekMaintenanceApprovalModal from './weekMaintenance/WeekMaintenanceApprovalModal' |
| | | |
| | | export default { |
| | | name: 'NcDeviceCharactersList', |
| | | mixins: [JeecgListMixin, mixinDevice], |
| | | components: { |
| | | WeekMaintenanceApprovalModal, |
| | | InspectionOrderHandle, |
| | | JDictSelectTag |
| | | }, |
| | |
| | | list: '/assign/flow/finishedList' |
| | | }, |
| | | dictOptions: {}, |
| | | selectShenpiData: {}, |
| | | selectDispatchFileXqData: {}, |
| | | selectWeekMaintenanceData: {}, |
| | | selectInspectionOrderXqData: {} |
| | | } |
| | | }, |
| | |
| | | return result |
| | | }, |
| | | |
| | | handleWeekMaintenance() { |
| | | |
| | | handleWeekMaintenance(record) { |
| | | this.selectWeekMaintenanceData = Object.assign({}, record) |
| | | this.$refs.weekMaintenanceApprovalModal.handleDetail(record) |
| | | this.$refs.weekMaintenanceApprovalModal.title = '详情' |
| | | this.$refs.weekMaintenanceApprovalModal.disableSubmit = true |
| | | }, |
| | | |
| | | handInspectionOrder(record) { |