From 1afec5da4520e91945f0cc4e4148a517fcd6e0ab Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 14 Jan 2025 08:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=98=E6=AC=BE=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E4=BF=A1=E6=81=AF=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anruifinmanagement/paymentInformation.js | 38 ++ .../src/router/modules/codemenu.js | 23 +- .../paymentInformation/paymentInformation.vue | 387 ++++++++++++++++++ 3 files changed, 444 insertions(+), 4 deletions(-) create mode 100644 anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentInformation.js create mode 100644 anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentInformation/paymentInformation.vue diff --git a/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentInformation.js b/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentInformation.js new file mode 100644 index 0000000000..d089cc3731 --- /dev/null +++ b/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentInformation.js @@ -0,0 +1,38 @@ +import request from '@/utils/request' + +export default { + // 查询分页列表 + listPage: function(params) { + return request({ + url: '/fin/v1/finpayment/listPage', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 保存修改记录 + saveOrUpdate: function(params) { + return request({ + url: '/fin/v1/finpayment/save', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 通过sid查询一条记录 + fetchBySid: function(sid) { + return request({ + url: '/fin/v1/finpayment/fetchDetailsBySid/' + sid, + method: 'get' + }) + }, + // 通过sid删除一条或多条记录 + delBySids: function(data) { + return request({ + url: '/fin/v1/finpayment/delBySids', + method: 'DELETE', + data: data, + headers: { 'Content-Type': 'application/json' } + }) + } +} diff --git a/anrui-buscenter/anrui-finmanage-ui/src/router/modules/codemenu.js b/anrui-buscenter/anrui-finmanage-ui/src/router/modules/codemenu.js index 11bbc9a99b..8a70444d61 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/router/modules/codemenu.js +++ b/anrui-buscenter/anrui-finmanage-ui/src/router/modules/codemenu.js @@ -124,6 +124,21 @@ const codemenu = [ meta: { title: '付款申请管理', noCache: true } }] }, + // 付款单位信息管理 + { + path: '/anruifinmanagement', + component: Layout, + redirect: '/anruifinmanagement', + meta: { + title: '款项结转申请' + }, + children: [{ + path: '/anruifinmanagement/paymentInformation', + component: () => import('@/views/anruifinmanagement/paymentInformation/paymentInformation.vue'), + name: 'PaymentInformation', + meta: { title: '付款信息管理', noCache: true } + }] + }, { path: '/anruifinmanagement', component: Layout, @@ -213,7 +228,7 @@ const codemenu = [ component: Layout, redirect: '/finginvoiceapply', meta: { - title: '欠款开票申请管理' + title: '欠款领票申请管理' }, children: [{ path: '/anruifinmanagement/finginvoiceapply/arrearscollection', @@ -222,7 +237,7 @@ const codemenu = [ meta: { title: '欠款领票申请管理', noCache: true } }] }, - // 欠款领票申请管理 + // 简易订单可用订金 { path: '/moneycarriedforward', component: Layout, @@ -237,7 +252,7 @@ const codemenu = [ meta: { title: '简易订单可用订金', noCache: true } }] }, - // 欠款领票申请管理 + // 未出库车辆已认款项 { path: '/moneycarriedforward', component: Layout, @@ -252,7 +267,7 @@ const codemenu = [ meta: { title: '未出库车辆已认款项', noCache: true } }] }, - // 欠款领票申请管理 + // 款项结转申请管理 { path: '/moneycarriedforward', component: Layout, 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 new file mode 100644 index 0000000000..e6c7031f36 --- /dev/null +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentInformation/paymentInformation.vue @@ -0,0 +1,387 @@ + + + + + + + + + {{ searchxianshitit }} + + + + + + + + + + + + + + 查询 + 重置 + + + + + + 付款信息列表 + + + + + + + + + + 编辑 + + + + + + + + + + + + + + + + + + + + + + + + 单位编码 + + + + 单位名称 + + + + + + 开户行 + + + + 银行账号 + + + + + + 业务类型 + + + + + + + + 备注 + + + + + + + + + + +