mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
审核、付款页面优化
This commit is contained in:
parent
f50d4294bc
commit
2c0205541f
@ -12,6 +12,7 @@
|
||||
records: 1,
|
||||
moreCondition: false,
|
||||
applyId: '',
|
||||
acctId: '',
|
||||
conditions: {
|
||||
state: ''
|
||||
|
||||
@ -76,6 +77,7 @@
|
||||
},
|
||||
_openAccountPaykModal:function(_accountWithdrawalApplyFks){
|
||||
vc.component.accountWithdrawalApplyFkManageInfo.applyId = _accountWithdrawalApplyFks.applyId;
|
||||
vc.component.accountWithdrawalApplyFkManageInfo.acctId = _accountWithdrawalApplyFks.acctId;
|
||||
vc.emit('accountPay', 'accountPayModel',{});
|
||||
},
|
||||
_auditAccountWithdrawalApplyFkState:function(_accountWithdrawalApplyFk){
|
||||
@ -86,6 +88,7 @@
|
||||
_accountWithdrawalApplyFk.state='687';
|
||||
}
|
||||
_accountWithdrawalApplyFk.applyId = vc.component.accountWithdrawalApplyFkManageInfo.applyId;
|
||||
_accountWithdrawalApplyFk.acctId = vc.component.accountWithdrawalApplyFkManageInfo.acctId;
|
||||
_accountWithdrawalApplyFk.context = _accountWithdrawalApplyFk.remark;
|
||||
vc.http.apiPost(
|
||||
'/accountWithdrawalApply/upAccountWithdrawalApply',
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
records: 1,
|
||||
moreCondition: false,
|
||||
applyId: '',
|
||||
acctId: '',
|
||||
conditions: {
|
||||
state: ''
|
||||
|
||||
@ -76,6 +77,7 @@
|
||||
},
|
||||
_openAuditAccountWithdrawalApplyModal:function(_accountWithdrawalApply){
|
||||
vc.component.accountWithdrawalApplyShManageInfo.applyId = _accountWithdrawalApply.applyId;
|
||||
vc.component.accountWithdrawalApplyShManageInfo.acctId = _accountWithdrawalApply.acctId;
|
||||
vc.emit('audit','openAuditModal',{});
|
||||
},
|
||||
_auditAccountWithdrawalApplyShState:function(_accountWithdrawalApplySh){
|
||||
@ -87,6 +89,7 @@
|
||||
}
|
||||
_accountWithdrawalApplySh.applyId = vc.component.accountWithdrawalApplyShManageInfo.applyId;
|
||||
_accountWithdrawalApplySh.context = _accountWithdrawalApplySh.remark;
|
||||
_accountWithdrawalApplySh.acctId = vc.component.accountWithdrawalApplyShManageInfo.acctId;
|
||||
vc.http.apiPost(
|
||||
'/accountWithdrawalApply/upAccountWithdrawalApply',
|
||||
JSON.stringify(_accountWithdrawalApplySh),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user