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 1/6] =?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()
};
From 811efa737c3b2750baf7a5b5966948552b971a74 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 11:18:27 +0800
Subject: [PATCH 2/6] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=AE=BE=E7=BD=AE?=
=?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5=E8=AE=BE?=
=?UTF-8?q?=E7=BD=AE=E5=AD=97=E6=AE=B5=E6=8E=92=E7=89=88=E4=B8=8D=E9=BD=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/sync/SysUdimsConfig.vue | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue
index da7d84d..8407589 100644
--- a/src/views/sync/SysUdimsConfig.vue
+++ b/src/views/sync/SysUdimsConfig.vue
@@ -109,7 +109,7 @@
:inline="true"
disabled
>
-
+
-
+
-
+
-
+
-
+
@@ -236,21 +236,21 @@
:inline="true"
disabled
>
-
+
-
+
-
+
@@ -268,21 +268,21 @@
:inline="true"
disabled
>
-
+
-
+
-
+
@@ -293,7 +293,7 @@
其他数据
-
+
@@ -367,14 +367,14 @@
:inline="true"
disabled
>
-
+
-
+
From 71e4270bf0df164deb1762c9eb04c7f3ef305c21 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 15:56:08 +0800
Subject: [PATCH 3/6] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/dept/authDept.vue | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue
index 59625c4..e19b83a 100644
--- a/src/views/system/dept/authDept.vue
+++ b/src/views/system/dept/authDept.vue
@@ -66,8 +66,9 @@
-
-
+
+
+
+
+
+ {{ scope.row.spUse | spUerFilterName }}
+
+
+
From c023e61c3597c5878a91518557c35e3c27347f5a 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 16:01:41 +0800
Subject: [PATCH 4/6] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/DialogCreateOrder.vue | 34 ++++++++++++++-------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue
index 8d825f9..d0dd60c 100644
--- a/src/views/inout/DialogCreateOrder.vue
+++ b/src/views/inout/DialogCreateOrder.vue
@@ -51,22 +51,6 @@
-
-
-
-
- {{ item.name }}
-
-
-
-
@@ -87,6 +71,24 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
From 67caad496ceb812bfe14b01eb196509b4439644c Mon Sep 17 00:00:00 2001
From: sunhb
Date: Fri, 11 Aug 2023 16:19:08 +0800
Subject: [PATCH 5/6] =?UTF-8?q?=E6=94=B6=E8=B4=A7=E4=BB=93=E5=BA=93?=
=?UTF-8?q?=E4=B8=8E=E5=8D=95=E6=8D=AE=E7=B1=BB=E5=9E=8B=E4=BD=8D=E7=BD=AE?=
=?UTF-8?q?=E6=9B=B4=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/DialogCreateOrder.vue | 34 +++++++++++++--------------
1 file changed, 16 insertions(+), 18 deletions(-)
diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue
index 8d825f9..b17b2b3 100644
--- a/src/views/inout/DialogCreateOrder.vue
+++ b/src/views/inout/DialogCreateOrder.vue
@@ -51,23 +51,6 @@
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
+
+
+
+
+ {{ item.name }}
+
+
+
+
From 834626858f2adbf0d1165f1b331652319484f214 Mon Sep 17 00:00:00 2001
From: sunhb
Date: Fri, 11 Aug 2023 16:33:16 +0800
Subject: [PATCH 6/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2?=
=?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E6=A8=A1=E5=9D=97=E4=B8=AD?=
=?UTF-8?q?=E7=9A=84=E2=80=99=E7=94=B3=E8=B4=AD=E6=95=B0=E9=87=8F=E2=80=98?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/purchase/purOrder/purOrderSearch.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/purchase/purOrder/purOrderSearch.vue b/src/views/purchase/purOrder/purOrderSearch.vue
index 8acbaf1..7261eeb 100644
--- a/src/views/purchase/purOrder/purOrderSearch.vue
+++ b/src/views/purchase/purOrder/purOrderSearch.vue
@@ -252,7 +252,7 @@
-
+