|
@ -49,6 +49,15 @@ |
|
|
<!-- 包装信息 --> <ListTable ref="listTableRef" titleName="包装信息" :allSchemas="InspectionRecordMain.allSchemas" |
|
|
<!-- 包装信息 --> <ListTable ref="listTableRef" titleName="包装信息" :allSchemas="InspectionRecordMain.allSchemas" |
|
|
:detailAllSchemas="InspectionRecordPackage.allSchemas" :detailAllSchemasRules="InspectionRecordPackageRules" |
|
|
:detailAllSchemas="InspectionRecordPackage.allSchemas" :detailAllSchemasRules="InspectionRecordPackageRules" |
|
|
:list="list"/> |
|
|
:list="list"/> |
|
|
|
|
|
<el-dialog |
|
|
|
|
|
v-model="showQualityReport" |
|
|
|
|
|
:title="t('质检明细')" |
|
|
|
|
|
:append-to-body="false" |
|
|
|
|
|
destroy-on-close |
|
|
|
|
|
fullscreen |
|
|
|
|
|
> |
|
|
|
|
|
<iframe :height="reportHeight" width="100%" :src="qualityReport" frameborder="0"></iframe> |
|
|
|
|
|
</el-dialog> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script setup lang="ts"> |
|
|
<script setup lang="ts"> |
|
|