委案机构统一为金融机构
This commit is contained in:
parent
808bc95ed5
commit
3e20ae82c8
@ -35,10 +35,10 @@
|
||||
</el-row>
|
||||
<el-row type="flex" align="middle">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="委案机构" prop="entrustingAgencyName">
|
||||
<el-form-item label="金融机构" prop="entrustingAgencyName">
|
||||
<el-input
|
||||
v-model.trim="baseInfo.entrustingAgencyName"
|
||||
placeholder="请输入委案机构"
|
||||
placeholder="请输入金融机构"
|
||||
disabled
|
||||
maxlength="25"
|
||||
></el-input>
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
<div class="f22 color-text-primary">列表</div>
|
||||
<div class="flex-row">
|
||||
<el-button size="small" type="primary" @click="handleImport">增量导入案件</el-button>
|
||||
<el-button size="small" @click="handleExport">导出错误案件</el-button>
|
||||
<el-button size="small" :disabled="tableData.length==0 ? true: false" @click="handleExport">导出错误案件</el-button>
|
||||
<!-- <el-button size="small" @click="handleDelete">清空错误案件</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
@ -118,7 +118,7 @@ import cpkapi from "@/services/casePackageManagement";
|
||||
queryParam: {
|
||||
id:'',
|
||||
pkgName:'',//案件包名称
|
||||
entrustingAgencyName: '',//委案机构
|
||||
entrustingAgencyName: '',//金融机构
|
||||
endTime: '',//结束时间
|
||||
beginTime:'',//开始时间
|
||||
willEnd:'',
|
||||
|
||||
@ -32,10 +32,10 @@
|
||||
</el-row>
|
||||
<el-row type="flex" align="middle">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="委案机构" prop="entrustingAgencyName">
|
||||
<el-form-item label="金融机构" prop="entrustingAgencyName">
|
||||
<el-input
|
||||
v-model.trim="baseInfo.entrustingAgencyName"
|
||||
placeholder="请输入委案机构"
|
||||
placeholder="请输入金融机构"
|
||||
clearable
|
||||
maxlength="25"
|
||||
></el-input>
|
||||
@ -137,7 +137,7 @@ import apipk from "@/services/casePackageManagement";
|
||||
{ required: true, message: '请输入案件包名', trigger: 'change',},
|
||||
],
|
||||
entrustingAgencyName: [
|
||||
{ required: true, message: '请输入委案机构', trigger: 'change',},
|
||||
{ required: true, message: '请输入金融机构', trigger: 'change',},
|
||||
],
|
||||
planStartTime: [
|
||||
{ required: true, message: '请输入委案时间', trigger: 'change',},
|
||||
|
||||
@ -23,9 +23,9 @@
|
||||
<el-row :gutter="56">
|
||||
<el-col :span="8">
|
||||
<div class="flex-row-center align-items-center height-40 mb-24">
|
||||
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">委案机构</span>
|
||||
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">金融机构</span>
|
||||
<el-select v-model="queryParam.entrustingAgencyName"
|
||||
clearable placeholder="请选择委案机构"
|
||||
clearable placeholder="请选择金融机构"
|
||||
@keydown.enter.native="handleSearch"
|
||||
class="width100">
|
||||
<el-option
|
||||
@ -107,7 +107,7 @@
|
||||
<el-table-column type="index" label="序号" width="55"></el-table-column>
|
||||
<!-- <el-table-column type="selection" width="55" ></el-table-column> -->
|
||||
<el-table-column prop="pkgName" label="案件包名称" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="entrustingAgencyName" label="委案机构" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="entrustingAgencyName" label="金融机构" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="channel" label="委案渠道" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="planStartTime" label="委案日期" show-overflow-tooltip >
|
||||
<template slot-scope="scope">
|
||||
@ -183,7 +183,7 @@ import api from "@/services/casePackageManagement";
|
||||
departmentOptions:[],//区域
|
||||
queryParam: {
|
||||
pkgName:'',//案件包名称
|
||||
entrustingAgencyName: '',//委案机构
|
||||
entrustingAgencyName: '',//金融机构
|
||||
endTime: '',//结束时间
|
||||
beginTime:'',//开始时间
|
||||
willEnd:'',
|
||||
@ -198,7 +198,7 @@ import api from "@/services/casePackageManagement";
|
||||
importCaseDialog:null,//导入
|
||||
addCaseDialog:null,//新增
|
||||
editCaseDrawer:null,//编辑
|
||||
orglist:[],//委案机构
|
||||
orglist:[],//金融机构
|
||||
|
||||
|
||||
|
||||
|
||||
@ -23,9 +23,9 @@
|
||||
<el-row :gutter="56">
|
||||
<el-col :span="8">
|
||||
<div class="flex-row-center align-items-center height-40 mb-24">
|
||||
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">委案机构</span>
|
||||
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">金融机构</span>
|
||||
<el-select v-model="queryParam.entrustingAgencyName"
|
||||
clearable placeholder="请选择委案机构"
|
||||
clearable placeholder="请选择金融机构"
|
||||
@keydown.enter.native="handleSearch"
|
||||
class="width100">
|
||||
<el-option
|
||||
@ -101,7 +101,7 @@
|
||||
<el-table-column type="index" label="序号" width="55"></el-table-column>
|
||||
<!-- <el-table-column type="selection" width="55" ></el-table-column> -->
|
||||
<el-table-column prop="pkgName" label="案件包名称" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="entrustingAgencyName" label="委案机构" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="entrustingAgencyName" label="金融机构" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="channel" label="委案渠道" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column label="委案开始日期" show-overflow-tooltip >
|
||||
<template slot-scope="scope">
|
||||
@ -219,7 +219,7 @@ import api from "@/services/casePackageManagement";
|
||||
departmentOptions:[],//区域
|
||||
queryParam: {
|
||||
pkgName:'',//案件包名称
|
||||
entrustingAgencyName: '',//委案机构
|
||||
entrustingAgencyName: '',//金融机构
|
||||
endTime: '',//结束时间
|
||||
beginTime:'',//开始时间
|
||||
willEnd:'',
|
||||
@ -229,7 +229,7 @@ import api from "@/services/casePackageManagement";
|
||||
usageOption: ['今日','昨日', '近一周', '近一月', '近半年', '近一年'],
|
||||
tableData: [],
|
||||
total:0,
|
||||
orglist:[],//委案机构
|
||||
orglist:[],//金融机构
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
@ -91,7 +91,7 @@
|
||||
<div class="case-detail-label f-weight500 f18 mb-8">基本信息</div>
|
||||
<div class="case-detail-des flex-column">
|
||||
<span><a>案件包名称:</a><a>河北幸福消费金融股份有限公司012341</a></span>
|
||||
<span><a>委案机构:</a><a>{{ baseInfo.financialOrgName }}</a></span>
|
||||
<span><a>金融机构:</a><a>{{ baseInfo.financialOrgName }}</a></span>
|
||||
<span><a>委案开始日期:</a><a>{{ baseInfo.planStartTime }}</a></span>
|
||||
<span><a>委案到期日期:</a><a>{{ baseInfo.planStartTime }}</a></span>
|
||||
<span><a>债务人姓名:</a><a v-for="(item,index) in baseInfo.debtorEntityList"
|
||||
|
||||
@ -25,7 +25,7 @@ const caseManagementApi = {
|
||||
return service.service.post(`${apiMediate}case_pkg/dispatchCase`, data)
|
||||
},
|
||||
|
||||
// 委案机构
|
||||
// 金融机构
|
||||
postorgs: data => {
|
||||
return service.service.post(`${apiMediate}case_pkg/orgs`, data)
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user