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 }} + + + + + + diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue index 28f8933..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)">打印 编辑 + 预览 + 撤回 + { - // if (response.code === 20000) { - // this.imgList = response.data; - // } - // }); - // this.imgViewerVisible = true; - // const m = (e) => { - // e.preventDefault() - // }; - // document.body.style.overflow = 'hidden'; - // document.addEventListener("touchmove", m, false); // 禁止页面滑动 + this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name="; + this.imgList = []; + previewImage({imageUrl: row.filePath, certFileUrl: this.certFileUrl}).then(response => { + if (response.code === 20000) { + this.imgList = response.data; + } + }); + this.imgViewer = true; + const m = (e) => { + e.preventDefault() + }; + document.body.style.overflow = 'hidden'; + document.addEventListener("touchmove", m, false); // 禁止页面滑动 }, 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 5b5905d..b2c71c5 100644 --- a/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue +++ b/src/views/purchase/manufacturer/supManufacturerAuditDialog.vue @@ -568,6 +568,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 961d044..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)">打印 编辑 + 预览 + 撤回 + { - // if (response.code === 20000) { - // this.imgList = response.data; - // } - // }); - // this.imgViewerVisible = true; - // const m = (e) => { - // e.preventDefault() - // }; - // document.body.style.overflow = 'hidden'; - // document.addEventListener("touchmove", m, false); // 禁止页面滑动 + this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name="; + this.imgList = []; + previewImage({imageUrl: row.filePath, certFileUrl: this.certFileUrl}).then(response => { + if (response.code === 20000) { + this.imgList = response.data; + } + }); + this.imgViewer = true; + const m = (e) => { + e.preventDefault() + }; + document.body.style.overflow = 'hidden'; + document.addEventListener("touchmove", m, false); // 禁止页面滑动 }, closeImgViewer() { this.imgViewerVisible = false; + this.imgViewer = false; const m = (e) => { e.preventDefault() }; 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 @@ - + 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 > - + - + 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 @@ - - + + + + + +