|
|
@ -1,7 +1,5 @@ |
|
|
|
<template> |
|
|
|
<div class="page-box InspectNoticePage" v-loading="Loading.appMainLoading"> |
|
|
|
<iframe v-show="false" id="getGrabimageIframe" :src='getGrabimageIframeUrl' style="z-index:200;background:#fff;width:100px;height:100px;position:fixed;left:0"></iframe> |
|
|
|
|
|
|
|
<tablePagination |
|
|
|
:currenButtonData="currenButtonData" |
|
|
|
:tableData="tableData" |
|
|
@ -169,7 +167,13 @@ |
|
|
|
:modal-append-to-body="false" |
|
|
|
:show-close="false" |
|
|
|
> |
|
|
|
<!-- 高拍仪调获取base64页面 --> |
|
|
|
<iframe v-show="false" id="getGrabimageIframe" :src='getGrabimageIframeUrl' style="z-index:200;background:#fff;width:100px;height:100px;position:fixed;left:0"></iframe> |
|
|
|
<!-- 高拍仪调试页面-目的:自动对焦 --> |
|
|
|
<iframe v-show="false" id="grabRegulateIframePage" :src='grabRegulateIframePage' style="background:#fff;width:200px;height:200px;position:fixed;right:15px;bottom:10px;opacity:0"></iframe> |
|
|
|
<curren-Form |
|
|
|
v-loading="gpyLoading" |
|
|
|
element-loading-text="正在加载高拍仪" |
|
|
|
class="handleForm" |
|
|
|
size="medium" |
|
|
|
:searchData="inspectNoticeDetailsFormData" |
|
|
@ -322,7 +326,9 @@ export default { |
|
|
|
}, |
|
|
|
data () { |
|
|
|
return { |
|
|
|
getGrabimageIframeUrl:localStorage.getItem('grabimageURL'), |
|
|
|
gpyLoading:false, |
|
|
|
getGrabimageIframeUrl:localStorage.getItem('grabimageURL'),//高拍仪-获取图片 |
|
|
|
grabRegulateIframePage:localStorage.getItem('grabRegulateIframePage'),//高拍仪-iframe内嵌调节页面(目的:一直对焦) |
|
|
|
URL: 'wms/store/inspect-job', |
|
|
|
// tab标签值 |
|
|
|
currentTagName:'hz', |
|
|
@ -914,6 +920,10 @@ export default { |
|
|
|
this.Loading.appMainLoading = false |
|
|
|
}) |
|
|
|
this.inspectNoticeDetailsShow = true |
|
|
|
this.gpyLoading=true |
|
|
|
setTimeout(()=>{ |
|
|
|
this.gpyLoading=false |
|
|
|
},5000) |
|
|
|
},300) |
|
|
|
}, |
|
|
|
// 质检合格不合格-删除按钮 |
|
|
|