From db1a40015680cb990656d7b6d55019dfc2d7ac18 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 2 Apr 2025 14:09:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A7=E4=BB=B6?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2=E3=80=81=E6=97=A7=E4=BB=B6?= =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/storage/oldPartsInAndOutStorage/index.vue | 6 ++++++ yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue b/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue index 6a0f20bc84..9db9aa998a 100644 --- a/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue +++ b/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue @@ -343,9 +343,13 @@ export default { const choose = this.warehouseList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseName = choose[0].warehouseName + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' this.getWarehouseAreaList(choose[0].sid) } else { this.queryParams.params.warehouseName = '' + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWarehouseAreaList(sid) { @@ -359,9 +363,11 @@ export default { const choose = this.warehouseAreaList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseAreaName = choose[0].areaName + this.queryParams.params.warehouseRackCode = '' this.getWareHouseCodeList(choose[0].sid) } else { this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWareHouseCodeList(sid) { diff --git a/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue b/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue index f8a4e60e7b..c3dc4eb099 100644 --- a/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue +++ b/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue @@ -340,9 +340,13 @@ export default { const choose = this.warehouseList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseName = choose[0].warehouseName + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' this.getWarehouseAreaList(choose[0].sid) } else { this.queryParams.params.warehouseName = '' + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWarehouseAreaList(sid) { @@ -356,9 +360,11 @@ export default { const choose = this.warehouseAreaList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseAreaName = choose[0].areaName + this.queryParams.params.warehouseRackCode = '' this.getWareHouseCodeList(choose[0].sid) } else { this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWareHouseCodeList(sid) { 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 2/2] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E3=80=81=E4=BB=98=E6=AC=BE=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=AE=A1=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 = '【新增】付款信息'