|
@@ -1,11 +1,19 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <el-dialog
|
|
|
|
|
|
|
+ <!-- multiple
|
|
|
|
|
+ :resizable="true"
|
|
|
|
|
+ :moveOut="true"
|
|
|
|
|
+ :movable="true"
|
|
|
|
|
+ :modal="false" -->
|
|
|
|
|
+
|
|
|
|
|
+ <ele-modal
|
|
|
title="首件两检报工"
|
|
title="首件两检报工"
|
|
|
:visible.sync="dialogVisible"
|
|
:visible.sync="dialogVisible"
|
|
|
width="85%"
|
|
width="85%"
|
|
|
:before-close="handleClose"
|
|
:before-close="handleClose"
|
|
|
append-to-body
|
|
append-to-body
|
|
|
:maxable="true"
|
|
:maxable="true"
|
|
|
|
|
+ :close-on-click-modal="false"
|
|
|
|
|
+ :close-on-press-escape="false"
|
|
|
>
|
|
>
|
|
|
<div>
|
|
<div>
|
|
|
<div class="step-list" v-loading="loading">
|
|
<div class="step-list" v-loading="loading">
|
|
@@ -43,7 +51,9 @@
|
|
|
|
|
|
|
|
<template
|
|
<template
|
|
|
v-slot:specialInspection="{ row }"
|
|
v-slot:specialInspection="{ row }"
|
|
|
- v-if="$hasPermission('mes:report:selfInspectionReporting')"
|
|
|
|
|
|
|
+ v-if="
|
|
|
|
|
+ $hasPermission('mes:firstarticledualinspectionitem:specialreport')
|
|
|
|
|
+ "
|
|
|
>
|
|
>
|
|
|
<el-button
|
|
<el-button
|
|
|
type="primary"
|
|
type="primary"
|
|
@@ -77,7 +87,7 @@
|
|
|
ref="selfRequestRef"
|
|
ref="selfRequestRef"
|
|
|
@refreshData="getData"
|
|
@refreshData="getData"
|
|
|
></self-inspection-request>
|
|
></self-inspection-request>
|
|
|
- </el-dialog>
|
|
|
|
|
|
|
+ </ele-modal>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|