diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index 6e3adc936..0315a687e 100644 --- a/fe/PC/public/config.js +++ b/fe/PC/public/config.js @@ -29,7 +29,7 @@ window.SITE_CONFIG['padKittingPackUpdate'] = 180000 window.SITE_CONFIG['grabimageURL'] = 'http://192.168.1.75:33336/video/index100.html' window.SITE_CONFIG['showGrabimageIframeTest'] = false//登录页调试高拍仪显示按钮 window.SITE_CONFIG['grabRegulateIframePage'] = 'http://10.164.230.173:33336/video/index4.html'//高拍仪-iframe内嵌对焦界面 -window.SITE_CONFIG['gpyLoadingTime'] = 5000 //高拍仪加载时间 +window.SITE_CONFIG['gpyLoadingTime'] = 0 //高拍仪加载时间 // 供应商接口地址(如立体库等) window.SITE_CONFIG['supplierOuterURL'] = 'http://7e42682n64.goho.co:21171' diff --git a/fe/PC/src/components/currenForm/index.vue b/fe/PC/src/components/currenForm/index.vue index 03ed1c0b4..80e93de06 100644 --- a/fe/PC/src/components/currenForm/index.vue +++ b/fe/PC/src/components/currenForm/index.vue @@ -404,6 +404,8 @@ @uploadListView="uploadListView" @changeUpload="changeUpload($event, item)" @handleRemove="handleRemove($event, item.prop)" + :hideFileList="item.hideFileList" + :hideViewBtn="item.hideViewBtn" > diff --git a/fe/PC/src/components/currenUploadList/index.vue b/fe/PC/src/components/currenUploadList/index.vue index e3430abd0..64f6b8c2a 100644 --- a/fe/PC/src/components/currenUploadList/index.vue +++ b/fe/PC/src/components/currenUploadList/index.vue @@ -12,9 +12,10 @@ :limit="limit" :accept="picExt" :auto-upload="false" + :show-file-list="!hideFileList" > 上传 - 查看 + 查看 @@ -33,6 +34,16 @@ export default { return [] } }, + // 隐藏导入列表 + hideFileList: { + type: Boolean, + default: false + }, + // 隐藏查看按钮 + hideViewBtn: { + type: Boolean, + default: false + }, picExt: { type: String, default: "", diff --git a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue index 3202e8cc6..6050d713f 100644 --- a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue +++ b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue @@ -183,6 +183,7 @@ :rules="inspectNoticeDetailsRules" @uploadListView="uploadListView" @submitForm="formClick(arguments)" + @changeUpload="uploadReportImg" >