From 4372760bbc511f2b077ffbb19bd1b74cccb8c57f Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 9 May 2022 16:19:22 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=E5=8E=BB=E6=8E=89=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E8=B4=A6=E6=88=B7=E5=8F=AA=E8=83=BD=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E7=9A=84=E9=99=90=E5=88=B6=EF=BC=9B=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E7=AE=A1=E7=90=86-=E5=88=B0=E8=B4=A6=E5=BC=80?= =?UTF-8?q?=E7=A5=A8-=E5=AE=A1=E6=A0=B8=20=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E7=94=A8=E6=88=B7=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E7=9A=84=20=E4=BB=98=E6=AC=BE=E5=8F=91=E7=A5=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/incomePaymentsApi.js | 7 +- .../modules/BusinessManagementModule.vue | 4 +- .../modules/AuditProofModule.vue | 291 +++++++++++++++--- 3 files changed, 262 insertions(+), 40 deletions(-) diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index be860c4..dfe1caa 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -111,6 +111,9 @@ const updateInternalEnterprise = (param) => postAction('/company/payCompanyManag // 判断当前企业是否是内部企业 const judgeInternalEnterprise = (param) => getAction('/company/payCompanyManagement/getInternalEnterprise', param) +// 更新会员系统 会员缴费、证书缴费的发票信息 +const incomingUpdatePayment = (param) => postAction('/member/tbMemberProjectSubitem/incomingUpdatePayment', param) + export { getWorkingGroupById, getChargeNotice, @@ -166,5 +169,7 @@ export { queryMailDetailById, updateInternalEnterprise, - judgeInternalEnterprise + judgeInternalEnterprise, + + incomingUpdatePayment } diff --git a/src/views/businessManagement/modules/BusinessManagementModule.vue b/src/views/businessManagement/modules/BusinessManagementModule.vue index 05b66b7..e3b0f11 100644 --- a/src/views/businessManagement/modules/BusinessManagementModule.vue +++ b/src/views/businessManagement/modules/BusinessManagementModule.vue @@ -172,7 +172,7 @@ export default { validateTrigger: 'blur' }, bankAccount: { - rules: [{ required: true, validator: this.checkBankAccount }], + rules: [{ required: true, message: '请输入银行账户' }], validateTrigger: 'blur' }, dutyCode: { @@ -379,4 +379,4 @@ export default { cursor: pointer; } } - \ No newline at end of file + diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue index b4c080f..ed6a2b8 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue @@ -16,23 +16,34 @@

凭证信息

-
-
- +
+
{{ proofInfo.amountReceived }}元
-
-
- + + +
{{ proofInfo.paymentDate }}
-
-
- + +
{{ proofInfo.applicantName }}
-
+ + + + + + + + + + + + + -
- + + +