From e7c8ba09dc747c43e7ced4b16c6110b5354b274e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 2 Apr 2025 15:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=98=E6=AC=BE=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E3=80=81=E4=BB=98=E6=AC=BE=E4=BF=A1=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../relation/paymentInformationAdd.vue | 12 +++++++++++- .../paymentInformation/paymentInformation.vue | 12 +++++++++++- .../fukuanguanli/relation/paymentInformationAdd.vue | 12 +++++++++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/relation/paymentInformationAdd.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/relation/paymentInformationAdd.vue index d53300cf98..fa0acac276 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/relation/paymentInformationAdd.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/relation/paymentInformationAdd.vue @@ -127,7 +127,11 @@
开户行
- + + + + +
银行账号
@@ -171,6 +175,7 @@ export default { payment_list: [], receiveCompany_list: [], receivingAccount_list: [], + bank_list: [], formobj: { sid: '', // sid costTitleKey: '', // 款项名称,数据字典 @@ -219,6 +224,11 @@ export default { this.payment_list = res.data } }) + typeValues({ type: 'bank' }).then((res) => { + if (res.success) { + this.bank_list = res.data + } + }) }, showAdd(useOrgSid) { this.viewTitle = '【新增】付款信息' diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentInformation/paymentInformation.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentInformation/paymentInformation.vue index 3c2428cc54..43cf510e5d 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentInformation/paymentInformation.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentInformation/paymentInformation.vue @@ -72,7 +72,11 @@
开户行
- + + + + +
银行账号
@@ -115,6 +119,7 @@ export default { data() { return { dialogVisible: false, + bank_list: [], businessType_list: [], formobj: { companyCode: '', // 单位编码 @@ -189,6 +194,11 @@ export default { this.businessType_list = res.data } }) + typeValues({ type: 'bank' }).then((res) => { + if (res.success) { + this.bank_list = res.data + } + }) }, // 搜索条件效果 clicksearchShow() { diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/fukuanguanliFlow/fukuanguanli/relation/paymentInformationAdd.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/fukuanguanliFlow/fukuanguanli/relation/paymentInformationAdd.vue index d53300cf98..fa0acac276 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/fukuanguanliFlow/fukuanguanli/relation/paymentInformationAdd.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/fukuanguanliFlow/fukuanguanli/relation/paymentInformationAdd.vue @@ -127,7 +127,11 @@
开户行
- + + + + +
银行账号
@@ -171,6 +175,7 @@ export default { payment_list: [], receiveCompany_list: [], receivingAccount_list: [], + bank_list: [], formobj: { sid: '', // sid costTitleKey: '', // 款项名称,数据字典 @@ -219,6 +224,11 @@ export default { this.payment_list = res.data } }) + typeValues({ type: 'bank' }).then((res) => { + if (res.success) { + this.bank_list = res.data + } + }) }, showAdd(useOrgSid) { this.viewTitle = '【新增】付款信息'