diff --git a/public/pages/admin/accountWithdrawalApplyFkManage/accountWithdrawalApplyFkManage.js b/public/pages/admin/accountWithdrawalApplyFkManage/accountWithdrawalApplyFkManage.js index 9db2cf9ed..437774932 100644 --- a/public/pages/admin/accountWithdrawalApplyFkManage/accountWithdrawalApplyFkManage.js +++ b/public/pages/admin/accountWithdrawalApplyFkManage/accountWithdrawalApplyFkManage.js @@ -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', diff --git a/public/pages/admin/accountWithdrawalApplyShManage/accountWithdrawalApplyShManage.js b/public/pages/admin/accountWithdrawalApplyShManage/accountWithdrawalApplyShManage.js index 61d81c438..bda41b30a 100644 --- a/public/pages/admin/accountWithdrawalApplyShManage/accountWithdrawalApplyShManage.js +++ b/public/pages/admin/accountWithdrawalApplyShManage/accountWithdrawalApplyShManage.js @@ -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),