diff --git a/anrui-riskcenter-ui/src/api/otherfinancialpolicymanagement/otherfinancialpolicymanagement.js b/anrui-riskcenter-ui/src/api/otherfinancialpolicymanagement/otherfinancialpolicymanagement.js new file mode 100644 index 0000000000..31fef2c5d0 --- /dev/null +++ b/anrui-riskcenter-ui/src/api/otherfinancialpolicymanagement/otherfinancialpolicymanagement.js @@ -0,0 +1,44 @@ +import request from '@/utils/request' + +export default { + // 查询分页列表 + listPage: function(params) { + return request({ + url: '/riskcenter/v1/loanfinpolicyrecordapply/listPage', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + saveOrUpdate: function(data) { + return request({ + url: '/riskcenter/v1/loanfinpolicyrecordapply/saveOrUpdate', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) + }, + policyRecordInit: function(data) { + return request({ + url: '/riskcenter/v1/loanfinpolicyrecordapply/policyRecordInit', + method: 'get', + data: data, + headers: { 'Content-Type': 'application/json' } + }) + }, + fetchBySid: function(data) { + return request({ + url: '/riskcenter/v1/LoanFinOtherPolicy/details', + method: 'get', + params: data + }) + }, + deleteBySids: function(data) { + return request({ + url: '/riskcenter/v1/LoanFinPolicy/deletePolicy', + method: 'DELETE', + data: data, + headers: { 'Content-Type': 'application/json' } + }) + } +} diff --git a/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagement.vue b/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagement.vue new file mode 100644 index 0000000000..c5548df426 --- /dev/null +++ b/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagement.vue @@ -0,0 +1,608 @@ + + + + + + + + + {{ searchxianshitit }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 至 + + + + + + + + + + + 查询 + 重置 + + + + + + 其它融产品列表 + + + + + + + + + + 编辑 + 查看 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementAdd.vue b/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementAdd.vue new file mode 100644 index 0000000000..b08be77a3e --- /dev/null +++ b/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementAdd.vue @@ -0,0 +1,285 @@ + + + + {{ viewTitle }} + + 关闭 + + + + + + + 资方简称 + + + + + + + + 其他融名称 + {{ formobj.otherPolicyName }} + + + 适用销售部门 + + + + + + + + + + 业务类型 + + + + + + + + 车辆大类 + + + + + + + + 车辆功能 + + + + + + + + + + 产品类别 + + + + + + + + 最高融资比例(%) + + + + + + 最高融资额(元) + + + + + + + + 期数 + + + + + + + + 年利率(%) + + + + + + 有效期至 + + + + + + + + + + + + + diff --git a/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementInfo.vue b/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementInfo.vue new file mode 100644 index 0000000000..d14b71c12e --- /dev/null +++ b/anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementInfo.vue @@ -0,0 +1,131 @@ + + + + {{ viewTitle }} + + 关闭 + + + + + + + 资方简称 + {{ formobj.bankShortName }} + + + 其他融名称 + {{ formobj.otherPolicyName }} + + + 适用销售部门 + {{ formobj.useDeptNames }} + + + + + 业务类型 + {{ formobj.busTypeValue }} + + + 车辆大类 + {{ formobj.vehCategoryValue }} + + + 车辆功能 + {{ formobj.vehTypeValue }} + + + + + 产品类别 + {{ formobj.productTypeValue }} + + + 最高融资比例(%) + {{ formobj.maxLoanRatio }} + + + 最高融资额(元) + {{ formobj.maxLoanAmount }} + + + + + 期数 + {{ formobj.period }} + + + 年利率(%) + {{ formobj.yearRatio }} + + + 有效期至 + {{ formobj.validDateTo }} + + + + + + + + + +