|
|
@@ -17,14 +17,11 @@
|
|
|
</template>
|
|
|
<!-- 操作列 -->
|
|
|
<template v-slot:action="{ row }">
|
|
|
- <el-link
|
|
|
- v-if="row.orderStatus === 3"
|
|
|
- type="primary"
|
|
|
- :underline="false"
|
|
|
- @click="handleExport(row)"
|
|
|
- >
|
|
|
- 预览打印
|
|
|
- </el-link>
|
|
|
+ <jimureportBrowse
|
|
|
+ :businessId="row.id"
|
|
|
+ businessCode="eampatrolinspectionprint"
|
|
|
+ v-if="row.orderStatus==3"
|
|
|
+ ></jimureportBrowse>
|
|
|
<el-link
|
|
|
v-if="row.orderStatus !== 3 && row.orderStatus !== 4"
|
|
|
type="primary"
|
|
|
@@ -74,6 +71,7 @@
|
|
|
getWorkOrderPage,
|
|
|
getWordOrderDetail
|
|
|
} from '@/api/maintenance/patrol_maintenance';
|
|
|
+ import jimureportBrowse from '@/components/jimureport/browseModal.vue';
|
|
|
|
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
|
|
|
|
@@ -83,6 +81,7 @@
|
|
|
WorkSearch,
|
|
|
redeployOther,
|
|
|
signingUpWork,
|
|
|
+ jimureportBrowse,
|
|
|
edit
|
|
|
},
|
|
|
mixins: [dictMixins],
|