From 91369baf789c3903272b37707cb4c8e13aa6100c Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 30 Mar 2023 09:57:37 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E9=AA=8C=E6=8A=A5?=
=?UTF-8?q?=E5=91=8A=E9=A2=84=E8=A7=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/DialogCheck.vue | 20 +++++++-------
src/views/inout/IoDeliveryAuditOrder.vue | 34 +++++++++++++++++++++---
2 files changed, 40 insertions(+), 14 deletions(-)
diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue
index 16edf2f..47d253f 100644
--- a/src/views/inout/DialogCheck.vue
+++ b/src/views/inout/DialogCheck.vue
@@ -167,12 +167,12 @@
预览:
-
-
- 文件预览
-
-
+
+
+
+
+
+
@@ -341,10 +341,10 @@ export default {
},
- toViewCompanyCert() {
- this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
- window.open(this.certFileUrl + this.inputQuery.filePath);
- },
+ // toViewCompanyCert() {
+ // this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
+ // window.open(this.certFileUrl + this.inputQuery.filePath);
+ // },
},
filters: {},
mounted() {
diff --git a/src/views/inout/IoDeliveryAuditOrder.vue b/src/views/inout/IoDeliveryAuditOrder.vue
index 44f0376..7792e32 100644
--- a/src/views/inout/IoDeliveryAuditOrder.vue
+++ b/src/views/inout/IoDeliveryAuditOrder.vue
@@ -320,7 +320,7 @@
预览
+
+
{
+ if (response.code === 20000) {
+ debugger
+ this.imgList=response.data;
+ }
+ console.log(this.imgList)
+ this.imgViewerVisible = true;
+ });
+ const m = (e) => { e.preventDefault() };
+ document.body.style.overflow = 'hidden';
+ document.addEventListener("touchmove", m, false); // 禁止页面滑动
+ },
+
+ closeImgViewer(){
+ this.imgViewerVisible = false;
+ const m = (e) => { e.preventDefault() };
+ document.body.style.overflow = 'auto';
+ document.removeEventListener("touchmove", m, true);
},
+
invChange() {
this.filterQuery.action = null;
this.getBusType();