完善付费页面

This commit is contained in:
shiyj1101 2021-06-18 23:01:20 +08:00
parent f7a69f5e2a
commit 162a46b251
3 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,6 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body">
<div class="modal-body">
<h3 class="m-t-none m-b ">银行信息</h3>
<div class="ibox-content">
<div>
@ -32,7 +31,6 @@
</div>
</div>
</div>
</div>
<h3 class="m-t-none m-b ">付款信息</h3>
<div class="ibox-content">

View File

@ -9,7 +9,7 @@
accountBank: {
personName: '',
bankName: '',
bankCode: '',
bankCode: ''
},
state: '',
remark: ''
@ -91,10 +91,10 @@
},
clearAddBasePrivilegeInfo: function () {
vc.component.accountPayInfo = {
accountBanks: {
accountBank: {
personName: '',
bankName: '',
bankCode: '',
bankCode: ''
},
state: '',
remark: ''

View File

@ -120,6 +120,7 @@
_accountWithdrawalApplyFk.applyId = vc.component.accountWithdrawalApplyFkManageInfo.applyId;
_accountWithdrawalApplyFk.acctId = vc.component.accountWithdrawalApplyFkManageInfo.acctId;
_accountWithdrawalApplyFk.context = _accountWithdrawalApplyFk.remark;
vc.http.apiPost(
'/accountWithdrawalApply/upAccountWithdrawalApply',
JSON.stringify(_accountWithdrawalApplyFk),