From 2c0205541fe23a01d8a660cc7909cccc02203c1c Mon Sep 17 00:00:00 2001 From: shiyj1101 <1098226878@qq.com> Date: Fri, 18 Jun 2021 09:48:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E3=80=81=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accountWithdrawalApplyFkManage.js | 3 +++ .../accountWithdrawalApplyShManage.js | 3 +++ 2 files changed, 6 insertions(+) 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),