From a40d9c4080c37cc5860c5ebc5f946609c4bc33b2 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期二, 10 六月 2025 15:48:19 +0800
Subject: [PATCH] 设备封存-设备启用 选择设备 查询条件修改
---
src/views/eam/DailyMaintenanceStandard3List.vue | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/views/eam/DailyMaintenanceStandard3List.vue b/src/views/eam/DailyMaintenanceStandard3List.vue
index 7e4462e..33bdd9d 100644
--- a/src/views/eam/DailyMaintenanceStandard3List.vue
+++ b/src/views/eam/DailyMaintenanceStandard3List.vue
@@ -1,6 +1,6 @@
<template>
<a-card
- title="涓夌骇淇濆吇鏍囧噯"
+ title=""
:bordered='false'
>
<div class='table-page-search-wrapper'>
@@ -110,6 +110,12 @@
@click="handleDownload"
icon="download"
>妯$増涓嬭浇</a-button>
+ <a-button
+ v-show="selectedRowKeys.length == 1 "
+ type="primary"
+ @click="handlePrint(selectionRows[0])"
+ icon="highlight"
+ >妯$増鎵撳嵃</a-button>
<a-button
type='primary'
@click='searchQuery'
@@ -643,6 +649,11 @@
}
})
},
+
+ handlePrint(record) {
+ let href = `${window._CONFIG['domianURL']}/jmreport/view/934708250372923392?id=` + record.id; //缃戠珯閾炬帴
+ window.open(href, "_blank");
+ },
}
}
</script>
--
Gitblit v1.9.3