| | |
| | | @click="handleTemplateXlsDownload" |
| | | >导入模板下载 |
| | | </a-button> |
| | | <a-button |
| | | @click="EquipmentCategoryStatistics" |
| | | type="primary" |
| | | icon="area-chart" |
| | | >台账统计</a-button> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-menu slot="overlay"> |
| | | <!-- <a-menu-item key="1" @click="handleOpenNameplateModal(selectionRows)">--> |
| | |
| | | <nameplate-modal ref="nameplateModalRef" :printedRows="printedRows"/> |
| | | <!--履历弹窗--> |
| | | <resume-drawer ref="resumeDrawerRef" :currentTableRowRecord="currentTableRowRecord"/> |
| | | <!--台账统计--> |
| | | <equipment-category-statistics-list ref="EquipmentCategoryStatistics"/> |
| | | |
| | | </a-card> |
| | | </template> |
| | | |
| | |
| | | import EamSecondMaintenanceOrderList from '@views/eam/maintenance/EamSecondMaintenanceOrderList.vue' |
| | | import EamThirdMaintenanceOrderList from '@views/eam/maintenance/EamThirdMaintenanceOrderList.vue' |
| | | import EamEquipmentFluidList from '@views/eam/equipment/modules/EamEquipmentFluidList.vue' |
| | | import EquipmentCategoryStatisticsList from '@views/eam/equipment/modules/EquipmentCategoryStatisticsList.vue' |
| | | |
| | | export default { |
| | | name: 'EamEquipmentList', |
| | | mixins: [JeecgListMixin], |
| | | components: { |
| | | EquipmentCategoryStatisticsList, |
| | | EamInspectionOrderList, |
| | | EamRepairOrderList, |
| | | EamMaintenanceStandardList, |
| | |
| | | templateXlsDownload(this.url.templateXlsDownloadUrl) |
| | | }, |
| | | |
| | | EquipmentCategoryStatistics() { |
| | | this.$refs.EquipmentCategoryStatistics.visible = true; // 显示弹窗 |
| | | this.$refs.EquipmentCategoryStatistics.loadData() |
| | | }, |
| | | |
| | | loadAppHomeUrlConfigValue() { |
| | | let params = { settingKey: 'app_home_url' } |
| | | getSystemConfigValue(params).then(res => { |