From 1eb5e4453c39a2f8f26297f1552c2e2b61056ff3 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 18 May 2023 09:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E6=8A=A5=E5=91=8A=E7=AD=89=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCheck.vue | 52 ++++++++++++----- src/views/inout/IoDeliverySearchOrder.vue | 2 +- src/views/inout/IoSupAduitOrder.vue | 2 +- src/views/inout/IoSupSearchOrder.vue | 2 +- src/views/inout/IoSupSecAuditOrder.vue | 2 +- src/views/purchase/cert/supCertAddDialog.vue | 20 +++---- src/views/purchase/cert/supCertAudit.vue | 27 +++++---- .../company/supCompanyAduditDialog.vue | 19 +++--- .../purOrder/purOrderDetailDialog.vue | 23 ++++---- .../purchase/purOrder/purOrderSearch.vue | 58 +++++++++++-------- src/views/system/role/index.vue | 32 ++++++---- 11 files changed, 143 insertions(+), 96 deletions(-) diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue index fe0ccd8..0b12a7d 100644 --- a/src/views/inout/DialogCheck.vue +++ b/src/views/inout/DialogCheck.vue @@ -138,7 +138,6 @@ :action="this.uploadUrl" :on-preview="uploadHandlePreview" :on-remove="uploadHandleRemove" - :limit="1" :headers="headers" :on-exceed="uploadHandleExceed" accept=".jpg,.png" @@ -190,7 +189,6 @@ :action="this.uploadUrl" :on-preview="uploadHandlePreview" :on-remove="uploadHandleRemove1" - :limit="1" :headers="headers" :on-exceed="uploadHandleExceed" accept=".jpg,.png" @@ -219,7 +217,8 @@ style="text-align:right" @click="showImgViewerCold"> 冷链报告预览 - + @@ -227,7 +226,6 @@ - @@ -263,9 +261,9 @@ export default { data() { return { imgList: [], - imgListCold:[], + imgListCold: [], imgViewerVisible: false, - imgViewerVisibleCold:false, + imgViewerVisibleCold: false, BASE_URL: process.env.VUE_APP_BASE_API, code: "", formData: { @@ -292,7 +290,8 @@ export default { headers: {}, choiceFile: "选取文件", choiceFile1: "选取文件", - + isChangeCheck: false, + isChangeCold: false, }; }, components: { @@ -373,7 +372,7 @@ export default { this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`); }, uploadOnchange(file, fileList) { - this.inputQuery.checkFileName = file.name; + // this.inputQuery.checkFileName = file.name; let fileName = file.name; let uid = file.uid let pos = fileName.lastIndexOf("."); @@ -400,7 +399,7 @@ export default { return isLt; }, uploadOnchange1(file, fileList) { - this.inputQuery.checkColdFileName = file.name; + // this.inputQuery.checkColdFileName = file.name; let fileName = file.name; let uid = file.uid let pos = fileName.lastIndexOf("."); @@ -427,20 +426,37 @@ export default { return isLt; }, uploadHandleSuccess(response, file, fileList) { + if (response.code === 20000) { - this.inputQuery.filePath = response.data.name; - // this.onSubmit(); + if (this.inputQuery.filePath == null || this.isChangeCheck == true) { + this.inputQuery.filePath = response.data.name + ","; + this.inputQuery.checkFileName = file.name + ","; + this.isChangeCheck = false; + } else { + this.inputQuery.filePath += response.data.name + ","; + this.inputQuery.checkFileName += file.name + ","; + } } else { this.$message.error("文件上传失败:" + response.message); } + + }, uploadHandleSuccess1(response, file, fileList) { if (response.code === 20000) { - this.inputQuery.coldFilePath = response.data.name; - // this.onSubmit(); + if (this.inputQuery.coldFilePath == null || this.isChangeCold == true) { + this.inputQuery.coldFilePath = response.data.name + ","; + this.inputQuery.checkColdFileName = file.name + ","; + this.isChangeCold = false; + } else { + this.inputQuery.coldFilePath += response.data.name + ","; + this.inputQuery.checkColdFileName += file.name + ","; + } } else { this.$message.error("文件上传失败:" + response.message); } + + }, uploadHandleError() { @@ -471,7 +487,7 @@ export default { document.addEventListener("touchmove", m, false); // 禁止页面滑动 }, - showImgViewerCold(row){ + showImgViewerCold(row) { this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name="; this.imgList = []; previewImage({imageUrl: this.inputQuery.coldFilePath, certFileUrl: this.certFileUrl}).then(response => { @@ -498,9 +514,11 @@ export default { document.removeEventListener("touchmove", m, true); }, - closeImgViewerCold(){ + closeImgViewerCold() { this.imgViewerVisibleCold = false; - const m = (e) => { e.preventDefault() }; + const m = (e) => { + e.preventDefault() + }; document.body.style.overflow = 'auto'; document.removeEventListener("touchmove", m, true); }, @@ -529,11 +547,13 @@ export default { } if (this.inputQuery.filePath != null) { this.choiceFile = "更换检验报告"; + this.isChangeCheck = true; } else { this.choiceFile = "选取检验报告"; } if (this.inputQuery.coldFilePath != null) { + this.isChangeCold = true; this.choiceFile1 = "更换冷链报告"; } else { this.choiceFile1 = "选取冷链报告"; diff --git a/src/views/inout/IoDeliverySearchOrder.vue b/src/views/inout/IoDeliverySearchOrder.vue index f22d6dd..dc5c636 100644 --- a/src/views/inout/IoDeliverySearchOrder.vue +++ b/src/views/inout/IoDeliverySearchOrder.vue @@ -378,7 +378,7 @@ size="small" @click.native.stop="upload(scope.row)" v-if="scope.row.checkFileName != null" - >预览 + >编辑 diff --git a/src/views/inout/IoSupAduitOrder.vue b/src/views/inout/IoSupAduitOrder.vue index 08746bc..bec4ae2 100644 --- a/src/views/inout/IoSupAduitOrder.vue +++ b/src/views/inout/IoSupAduitOrder.vue @@ -288,7 +288,7 @@ type="text" size="small" @click.native.stop="upload(scope.row)" - >预览 + >编辑 diff --git a/src/views/inout/IoSupSearchOrder.vue b/src/views/inout/IoSupSearchOrder.vue index a47c6af..44b7236 100644 --- a/src/views/inout/IoSupSearchOrder.vue +++ b/src/views/inout/IoSupSearchOrder.vue @@ -331,7 +331,7 @@ size="small" @click.native.stop="upload(scope.row)" v-if="scope.row.checkFileName != null" - >预览 + >编辑 diff --git a/src/views/inout/IoSupSecAuditOrder.vue b/src/views/inout/IoSupSecAuditOrder.vue index 019f53f..6ac7ea2 100644 --- a/src/views/inout/IoSupSecAuditOrder.vue +++ b/src/views/inout/IoSupSecAuditOrder.vue @@ -315,7 +315,7 @@ type="text" size="small" @click.native.stop="upload(scope.row)" - >预览 + >编辑 diff --git a/src/views/purchase/cert/supCertAddDialog.vue b/src/views/purchase/cert/supCertAddDialog.vue index 7d8f5e8..4044c7f 100644 --- a/src/views/purchase/cert/supCertAddDialog.vue +++ b/src/views/purchase/cert/supCertAddDialog.vue @@ -172,7 +172,7 @@ export default { return { BASE_URL: process.env.VUE_APP_BASE_API, code: "", - isCleck:false, + isCleck: false, formData: { type: 0, vailDate: null, @@ -290,9 +290,9 @@ export default { }, uploadHandleRemove(file, fileList) { - this.formData.filePath=""; - for (var i=0;i - + - + @@ -76,7 +78,6 @@ -