From 06539e267595df23dec50587c8c2c42f7edced38 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 14 Dec 2022 09:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=20=E7=8E=B0=E9=87=91?= =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/modules/AuditProofModule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue index f01f17b..7f1fcb1 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue @@ -350,7 +350,7 @@ export default { */ getProofType(record) { if (record.projectType && (record.projectType.toString() === '5' || record.projectType.toString() === '6')) { - if (this.proofInfo.paymentMethod.toString() === '1') { + if (this.proofInfo.paymentMethod.toString() === '1' || this.proofInfo.paymentMethod.toString() === '3') { this.proofType = 'img' return }