diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue
index 1ca7e09b..107a57e8 100644
--- a/src/views/purchase/company/supCompanyAduditDialog.vue
+++ b/src/views/purchase/company/supCompanyAduditDialog.vue
@@ -127,7 +127,7 @@
highlight-current-row>
-
+
@@ -146,11 +146,17 @@
-
+
打印
编辑
+ 预览
+
撤回
@@ -518,14 +524,16 @@ export default {
// let newWindow = window.open();
// newWindow.document.write(row.filePath)
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
- this.imgList=[];
- previewImage({imageUrl:row.filePath,certFileUrl:this.certFileUrl}).then(response => {
+ this.imgList = [];
+ previewImage({imageUrl: row.filePath, certFileUrl: this.certFileUrl}).then(response => {
if (response.code === 20000) {
- this.imgList=response.data;
+ this.imgList = response.data;
}
});
- this.imgViewerVisible = true;
- const m = (e) => { e.preventDefault() };
+ this.imgViewer = true;
+ const m = (e) => {
+ e.preventDefault()
+ };
document.body.style.overflow = 'hidden';
document.addEventListener("touchmove", m, false); // 禁止页面滑动
},