From 0818adf719b57dbd9f21110e87c9f3161fbe1272 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 11 Sep 2024 16:45:39 +0800 Subject: [PATCH] =?UTF-8?q?HL-5905SCP=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=EF=BC=8C=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91=E7=A5=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=EF=BC=8C=E8=AE=B0=E5=BD=95=EF=BC=8C=E4=BB=B7=E5=B7=AE?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9F=A5=E7=9C=8B=E3=80=82=E5=8F=91=E7=A5=A8?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E4=B8=8E=E5=90=88=E5=90=8C=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A2=84=E8=A7=88=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoice/supplierinvoiceRequestMain/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue index 741e14f1d..da494d026 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue @@ -920,6 +920,7 @@ const detailAnnexTable = ref([ tableName: 'contract', hiddenDelete: false, showPreview: true, + showDownload:true, hiddenUpload: false, fileSize: 20 }, @@ -930,6 +931,7 @@ const detailAnnexTable = ref([ hiddenDelete: false, hiddenUpload: false, showPreview: true, + showDownload:true, fileSize: 20, fileType:['pdf'] },