From c7a36500306cf2b61ece6bcff850fceddd5999c4 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 5 Feb 2024 10:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=AB=9E=E4=BB=B7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../notificationannouncement.js | 47 ++ .../publicPage/financialschemeInfo.vue | 333 ++++++++++ anrui-system-ui/src/router/index.js | 4 + anrui-system-ui/src/views/Home/Home.vue | 4 +- .../relation/secondarysaleannouncement.vue | 597 ++++++++++++++++++ 5 files changed, 982 insertions(+), 3 deletions(-) create mode 100644 anrui-system-ui/src/components/publicPage/financialschemeInfo.vue create mode 100644 anrui-system-ui/src/views/notificationannouncement/relation/secondarysaleannouncement.vue diff --git a/anrui-system-ui/src/api/notificationannouncement/notificationannouncement.js b/anrui-system-ui/src/api/notificationannouncement/notificationannouncement.js index e853e00cbb..1c19cd7cd3 100644 --- a/anrui-system-ui/src/api/notificationannouncement/notificationannouncement.js +++ b/anrui-system-ui/src/api/notificationannouncement/notificationannouncement.js @@ -44,6 +44,53 @@ export function saveOrUpdate(data) { }) } +// 车辆二次销售回显 +export function getdetails(data) { + return request({ + url: '/riskcenter/v1/LoanSecondarySalesApply/details', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) +} + +// 销售订单 -- 金融方案初始化 +export function selectDetailss(data) { + return request({ + url: '/riskcenter/v1/loansolutions/selectDetailss', + method: 'get', + params: data + }) +} + +// 竞价列表 +export function getList(data) { + return request({ + url: '/riskcenter/v1/LoanSecondarySalesBidding/getList', + method: 'get', + params: data + }) +} + +// 竞价列表--我要竞价--初始化 +export function getPrice(data) { + return request({ + url: '/riskcenter/v1/LoanSecondarySalesBidding/getPrice', + method: 'get', + params: data + }) +} + +// 竞价列表--我要竞价--保存 +export function save(data) { + return request({ + url: '/riskcenter/v1/LoanSecondarySalesBidding/save', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) +} + export function delBySids(data) { return request({ url: '/portal/v1/SysNotice/delBySids', diff --git a/anrui-system-ui/src/components/publicPage/financialschemeInfo.vue b/anrui-system-ui/src/components/publicPage/financialschemeInfo.vue new file mode 100644 index 0000000000..dc618e910e --- /dev/null +++ b/anrui-system-ui/src/components/publicPage/financialschemeInfo.vue @@ -0,0 +1,333 @@ + + + + diff --git a/anrui-system-ui/src/router/index.js b/anrui-system-ui/src/router/index.js index e87dd2374b..7d3b170e84 100644 --- a/anrui-system-ui/src/router/index.js +++ b/anrui-system-ui/src/router/index.js @@ -359,6 +359,10 @@ export const constantRoutes = [ path: '/haveread', component: () => import('@/views/flow/havereadList.vue') }, + { + path: '/notificationannouncement/relation/secondarysaleannouncement', + component: () => import('@/views/notificationannouncement/relation/secondarysaleannouncement.vue') + }, // { // path: '/', diff --git a/anrui-system-ui/src/views/Home/Home.vue b/anrui-system-ui/src/views/Home/Home.vue index df2c617ffc..810bf06c8e 100644 --- a/anrui-system-ui/src/views/Home/Home.vue +++ b/anrui-system-ui/src/views/Home/Home.vue @@ -270,6 +270,7 @@ export default { // 查看通知公告详情 lookInfo(item) { if (item.pcUrl !== '' && item.pcUrl !== null) { + window.open('/' + item.pcUrl + '?token=' + getStorage() + '&sid=' + item.sid, '_blank') } else { this.formobj = { content: '', @@ -365,9 +366,6 @@ export default { dangerouslyUseHTMLString: true }) }, - toNavbar(name) { - let myPopup = window.open(name + '?token=' + getStorage(), '_blank') - }, changeOrg(value) { const choose = this.orgDept_list.filter((item) => item.orgName === value) this.defaultOrgPathName = choose[0].orgName diff --git a/anrui-system-ui/src/views/notificationannouncement/relation/secondarysaleannouncement.vue b/anrui-system-ui/src/views/notificationannouncement/relation/secondarysaleannouncement.vue new file mode 100644 index 0000000000..4b0e259454 --- /dev/null +++ b/anrui-system-ui/src/views/notificationannouncement/relation/secondarysaleannouncement.vue @@ -0,0 +1,597 @@ + + + + +