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 }}
-
+ + + + + + + + + + + + + -
- + + +