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 @@ - +