From 579ec615cf3f6ee7f23fae10a8680f3f889b5fc8 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 28 Mar 2023 18:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCheck.vue | 4 ++-- src/views/inout/DialogInvoice.vue | 4 ++-- src/views/purchase/cert/supCertAddDialog.vue | 4 ++-- src/views/purchase/cert/supCertAudit.vue | 23 +++++++++++-------- .../supManufacturerAuditDialog.vue | 4 ++-- .../supManufacturerEditDialog.vue | 4 ++-- src/views/register.vue | 4 ++-- .../supplier/company/supCompanyProduct.vue | 4 ++-- src/views/system/param/addhelpSettings.vue | 4 ++-- src/views/system/print/pdfPrintSet.vue | 4 ++-- src/views/system/print/pdfTmpleateManage.vue | 8 +++---- 11 files changed, 36 insertions(+), 31 deletions(-) diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue index a5700b2..16edf2f 100644 --- a/src/views/inout/DialogCheck.vue +++ b/src/views/inout/DialogCheck.vue @@ -318,9 +318,9 @@ export default { return; } // 限制上传文件的大小 - const isLt = file.size / 1024 / 1024 / 10 <= 1; + const isLt = file.size / 1024 / 1024 / 30 <= 1; if (!isLt) { - this.$message.error("上传文件大小不能超过 10MB"); + this.$message.error("上传文件大小不能超过 30MB"); for (let i = 0; i < fileList.length; i++) { if (fileList[i].uid === uid) { fileList.splice(i, 1) diff --git a/src/views/inout/DialogInvoice.vue b/src/views/inout/DialogInvoice.vue index fefc39d..5e8f820 100644 --- a/src/views/inout/DialogInvoice.vue +++ b/src/views/inout/DialogInvoice.vue @@ -288,9 +288,9 @@ export default { return; } // 限制上传文件的大小 - const isLt = file.size / 1024 / 1024 / 10 <= 1; + const isLt = file.size / 1024 / 1024 / 30 <= 1; if (!isLt) { - this.$message.error("上传文件大小不能超过 10MB"); + this.$message.error("上传文件大小不能超过 30MB"); for (let i = 0; i < fileList.length; i++) { if (fileList[i].uid === uid) { fileList.splice(i, 1) diff --git a/src/views/purchase/cert/supCertAddDialog.vue b/src/views/purchase/cert/supCertAddDialog.vue index daf74fb..d41aad3 100644 --- a/src/views/purchase/cert/supCertAddDialog.vue +++ b/src/views/purchase/cert/supCertAddDialog.vue @@ -313,9 +313,9 @@ export default { return; } // 限制上传文件的大小 - const isLt = file.size / 1024 / 1024 / 10 <= 1; + const isLt = file.size / 1024 / 1024 / 30 <= 1; if (!isLt) { - this.$message.error("上传文件大小不能超过 10MB"); + this.$message.error("上传文件大小不能超过 30MB"); for (let i = 0; i < fileList.length; i++) { if (fileList[i].uid === uid) { fileList.splice(i, 1) diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue index f954860..c64ec53 100644 --- a/src/views/purchase/cert/supCertAudit.vue +++ b/src/views/purchase/cert/supCertAudit.vue @@ -35,6 +35,17 @@ + + + + + + + - - - + + +