[update] -去掉银行账户只能输入数字的限制;财务管理-到账开票-审核 的时候增加 用户提交的 付款发票信息

This commit is contained in:
fengchenchen
2022-05-09 16:19:22 +08:00
parent e71c54c10b
commit 4372760bbc
3 changed files with 262 additions and 40 deletions
+6 -1
View File
@@ -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
}