| | |
| | | } |
| | | }, |
| | | { |
| | | title: '人员编码', |
| | | dataIndex: 'username', |
| | | align: 'center' |
| | | |
| | | }, |
| | | { |
| | | title: '人员名称', |
| | | dataIndex: 'realname', |
| | | dataIndex: 'userId', |
| | | align: 'center' |
| | | |
| | | }, |
| | | |
| | | { |
| | | title: '主承修人', |
| | | dataIndex: 'principalContractor_dictText', |
| | |
| | | } |
| | | }, |
| | | { |
| | | title: '故障原因', |
| | | title: '故障检查', |
| | | dataIndex: 'faultCause', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'faultCause' }, |
| | | width: 250, |
| | | }, |
| | | // { |
| | | // title: '故障类型', |
| | | // dataIndex: 'faultTypeName', |
| | | // align: "center", |
| | | // scopedSlots: { customRender: 'faultType' }, |
| | | // width: 250, |
| | | // }, |
| | | { |
| | | title: '故障类型', |
| | | dataIndex: 'faultTypeName', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'faultType' }, |
| | | width: 250, |
| | | }, |
| | | { |
| | | title: '故障分析', |
| | | title: '故障现象', |
| | | dataIndex: 'faultCause', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 250, |
| | | ellipsis: true, |
| | | }, |
| | | { |
| | | title: '维修措施', |
| | | title: '故障维修', |
| | | dataIndex: 'maintenanceMeasures', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 250, |
| | | ellipsis: true, |
| | | }, |
| | | { |
| | | title: '维保改进意见', |
| | | title: '故障预防', |
| | | dataIndex: 'suggestion', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'suggestion' }, |
| | |
| | | <a-tab-pane |
| | | tab="维修要求" |
| | | key="2" |
| | | v-if="false" |
| | | > |
| | | <RepairOrderDetailList |
| | | :mainId="repairOrderDetailMainId" |
| | |
| | | tab="计划用料" |
| | | key="3" |
| | | forceRender |
| | | v-if="false" |
| | | > |
| | | <RepairOrderPlanMaterialList |
| | | :addStatus="sonsAddStatus" |
| | |
| | | tab="危险防控" |
| | | key="4" |
| | | forceRender |
| | | v-if="false" |
| | | > |
| | | <RepairOrderRiskPreventionList |
| | | :addStatus="sonsAddStatus" |
| | |
| | | tab="作业指导书" |
| | | key="5" |
| | | forceRender |
| | | v-if="false" |
| | | > |
| | | <EquipmentDocumentList |
| | | :addStatus="sonsAddStatus" |
| | |
| | | tab="实际用料" |
| | | key="6" |
| | | forceRender |
| | | v-if="!sonsAddStatus&&selectedRowKeys.length!=0" |
| | | |
| | | v-if="false" |
| | | > |
| | | <!-- v-if="!sonsAddStatus&&selectedRowKeys.length!=0" --> |
| | | <RepairOrderActualMaterialList :mainId="repairOrderActualMaterialMainId" /> |
| | | </a-tab-pane> |
| | | <a-tab-pane |
| | |
| | | type="primary" |
| | | icon="delete">批量删除 |
| | | </a-button> |
| | | <a-button @click="handleSecret" type="primary" icon="frown" v-if="selectionRows.length===1&&selectionRows[0].title==='芝麻开门'">查询</a-button> |
| | | <a-button @click="handleSecret" type="primary" icon="frown" v-if="selectionRows.length===1&&selectionRows[0].title==='kitty'">查询</a-button> |
| | | </div> |
| | | |
| | | <!-- table区域-begin --> |