|
@@ -33,11 +33,11 @@
|
|
|
ref="reportAndRecordPdfDialogRef"
|
|
ref="reportAndRecordPdfDialogRef"
|
|
|
/>
|
|
/>
|
|
|
<!-- 任务单文件预览 -->
|
|
<!-- 任务单文件预览 -->
|
|
|
-<!-- <PreviewPdfDialog-->
|
|
|
|
|
-<!-- v-if="showDocPdfDialog"-->
|
|
|
|
|
-<!-- v-model:visible="showDocPdfDialog"-->
|
|
|
|
|
-<!-- :docPdfUrls="docPdfUrls"-->
|
|
|
|
|
-<!-- />-->
|
|
|
|
|
|
|
+ <PreviewPdfDialog
|
|
|
|
|
+ v-if="showDocPdfDialog"
|
|
|
|
|
+ v-model:visible="showDocPdfDialog"
|
|
|
|
|
+ :docPdfUrls="docPdfUrls"
|
|
|
|
|
+ />
|
|
|
<!-- 安全检查记录预览 -->
|
|
<!-- 安全检查记录预览 -->
|
|
|
<AssociationOperationManual
|
|
<AssociationOperationManual
|
|
|
v-if="showAssociationOperationManual"
|
|
v-if="showAssociationOperationManual"
|
|
@@ -70,6 +70,7 @@ import { buildFileUrl } from '@/utils'
|
|
|
import request from '@/config/axios'
|
|
import request from '@/config/axios'
|
|
|
import {PipeInputApi} from "@/api/pressure2/pipeInput";
|
|
import {PipeInputApi} from "@/api/pressure2/pipeInput";
|
|
|
import PdfPreviewDialog from "@/views/pressure2/pipetaskorder/PdfPreviewDialog.vue";
|
|
import PdfPreviewDialog from "@/views/pressure2/pipetaskorder/PdfPreviewDialog.vue";
|
|
|
|
|
+import PreviewPdfDialog from '../reportArchivingBoiler/components/previewPdfDialog.vue'
|
|
|
|
|
|
|
|
const route = useRoute()
|
|
const route = useRoute()
|
|
|
const router = useRouter()
|
|
const router = useRouter()
|