[update] -去掉银行账户只能输入数字的限制;财务管理-到账开票-审核 的时候增加 用户提交的 付款发票信息
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user