From 5b5b58e5665d891014dee5ccb3680a74607cc163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com> Date: Tue, 22 Aug 2023 15:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/cert/supCertAddDialog.vue | 112 +++++++++--------- .../company/supCompanyAduditDialog.vue | 32 ++--- .../supManufacturerAuditDialog.vue | 30 ++--- .../supManufacturerEditDialog.vue | 32 ++--- .../product/supProductAuditDialog.vue | 30 ++--- .../purchase/product/supProductEditDialog.vue | 30 ++--- src/views/supplier/company/basicCompany.vue | 42 +++---- 7 files changed, 154 insertions(+), 154 deletions(-) diff --git a/src/views/purchase/cert/supCertAddDialog.vue b/src/views/purchase/cert/supCertAddDialog.vue index 35a6494..67740c7 100644 --- a/src/views/purchase/cert/supCertAddDialog.vue +++ b/src/views/purchase/cert/supCertAddDialog.vue @@ -3,7 +3,7 @@ - 提交 @@ -97,49 +97,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
+ 文件: +
+
+ + + + + {{ choiceFile }} + +
只能上传 jpg,png 文件,且不超过 3 MB
+
+ + + + + +
@@ -208,8 +200,8 @@ export default { }; }, components: { - // draggable, - // ElImageViewer + draggable, + ElImageViewer }, methods: { submitUpload() { @@ -238,13 +230,23 @@ export default { onConfirmSubmit(val) { this.formData.repeatUpload = val; console.log(this.formData) - this.onSubmit(); - // this.formData.repeatUpload = val; - // if (this.$isNotBlank(this.formData.filePath)) { - // this.onSubmit(); - // }else { - // this.$message.warning(`请选择文件`); - // } + if (this.$isNotBlank(this.formData.filePath)) { + if (this.$refs.upload.uploadFiles.length > 0) { + this.$refs.upload.submit(); + this.onSubmit(); + } else { + this.onSubmit(); + } + + } else { + console.log(this.$refs.upload.uploadFiles.length); + if (this.$refs.upload.uploadFiles.length > 0) { + this.$refs.upload.submit(); + } else { + this.$message.warning(`请选择文件`); + } + } + }, onSubmit() { @@ -260,10 +262,8 @@ export default { this.formData.manufacturerIdFk = this.inputQuery.manufacturerIdFk; this.formData.productIdFk = this.inputQuery.productId; } - if (this.formData.auditStatus != 1){ + if (this.formData.auditStatus != 1) this.formData.auditStatus = "6"; - this.formData.filePath = this.$refs.editorRef.html - } if (this.editTye == 1) { insertCompanyCert(this.formData).then(response => { diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue index 21e8084..30fc2ae 100644 --- a/src/views/purchase/company/supCompanyAduditDialog.vue +++ b/src/views/purchase/company/supCompanyAduditDialog.vue @@ -162,7 +162,7 @@ - +