From 9a387309fbf2fc78f612ba060d98e0b34d66406d Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Mon, 20 Dec 2021 17:00:15 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=88=B0=E8=B4=A6=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= 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 b681c22..c2b8036 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue @@ -189,7 +189,7 @@ export default { // 标协会员、证书的缴费凭证文件、缴费金额、缴费日期、申请人字段和普通项目、工作组项目、资料网员的不一致 if (record.projectType.toString() === '5' || record.projectType.toString() === '6') { this.proofInfo.proof = res.result.paymentRecord - this.proofInfo.amountReceived = res.result.paidAmount + this.proofInfo.amountReceived = res.result.amountReceivable this.proofInfo.paymentDate = res.result.submissionTime this.proofInfo.applicantName = res.result.liaisonMan }