From eaa77161ded90e1988b7a06b60586f95a1941558 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com>
Date: Fri, 11 Aug 2023 09:53:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E8=A7=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../purchase/company/supCompanyAduditDialog.vue | 16 +++++++++++++++-
.../manufacturer/supManufacturerAuditDialog.vue | 16 +++++++++++++++-
.../purchase/product/supProductAuditDialog.vue | 16 +++++++++++++++-
3 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue
index 4a1faad..5bee42a 100644
--- a/src/views/purchase/company/supCompanyAduditDialog.vue
+++ b/src/views/purchase/company/supCompanyAduditDialog.vue
@@ -168,12 +168,24 @@
@click.native="printSupCert(scope.row)">打印
编辑
+ 预览
+
撤回
+
{
e.preventDefault()
};
@@ -547,6 +560,7 @@ export default {
},
closeImgViewer() {
this.imgViewerVisible = false;
+ this.imgViewer = false;
const m = (e) => {
e.preventDefault()
};
diff --git a/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue b/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue
index 1955e04..d6d9daf 100644
--- a/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue
+++ b/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue
@@ -203,12 +203,24 @@
打印
编辑
+ 预览
+
撤回
+
{
e.preventDefault()
};
@@ -567,6 +580,7 @@ export default {
},
closeImgViewer() {
this.imgViewerVisible = false;
+ this.imgViewer = false;
const m = (e) => {
e.preventDefault()
};
diff --git a/src/views/purchase/product/supProductAuditDialog.vue b/src/views/purchase/product/supProductAuditDialog.vue
index fa2596e..b4bd871 100644
--- a/src/views/purchase/product/supProductAuditDialog.vue
+++ b/src/views/purchase/product/supProductAuditDialog.vue
@@ -240,12 +240,24 @@
@click.native="printSupCert(scope.row)">打印
编辑
+ 预览
+
撤回
+
{
e.preventDefault()
};
@@ -582,6 +595,7 @@ export default {
},
closeImgViewer() {
this.imgViewerVisible = false;
+ this.imgViewer = false;
const m = (e) => {
e.preventDefault()
};