修改bug

This commit is contained in:
liuxi 2025-01-20 15:33:37 +08:00
parent 8b86844237
commit b14661bf5f
7 changed files with 22 additions and 22 deletions

View File

@ -10,31 +10,31 @@
</span> </span>
<span class="separation"></span> <span class="separation"></span>
<span class="left-img-info flex-column" :class="leftActive == 1 ?'active':''" @click="leftActive = 1"> <span class="left-img-info flex-column" :class="leftActive == 1 ?'active':''" @mouseenter="leftActive = 1">
<img src="../../../assets/image/mediate/m-info1.png"/> <img src="../../../assets/image/mediate/m-info1.png"/>
<a>基本信息</a> <a>基本信息</a>
</span> </span>
<span class="left-img-info flex-column" :class="leftActive == 8 ?'active':''" @click="leftActive = 8"> <span class="left-img-info flex-column" v-if="baseInfo.jointDebt == 1" :class="leftActive == 8 ?'active':''" @mouseenter="leftActive = 8">
<img src="../../../assets/image/mediate/m-info8.png"/> <img src="../../../assets/image/mediate/m-info8.png"/>
<a>共债</a> <a>共债</a>
</span> </span>
<span class="left-img-info flex-column" :class="leftActive == 2 ?'active':''" @click="leftActive = 2"> <span class="left-img-info flex-column" :class="leftActive == 2 ?'active':''" @mouseenter="leftActive = 2">
<img src="../../../assets/image/mediate/m-info2.png"/> <img src="../../../assets/image/mediate/m-info2.png"/>
<a>联系人</a> <a>联系人</a>
</span> </span>
<span class="left-img-info flex-column" :class="leftActive == 3 ?'active':''" @click="leftActive = 3"> <span class="left-img-info flex-column" :class="leftActive == 3 ?'active':''" @mouseenter="leftActive = 3">
<img src="../../../assets/image/mediate/m-info3.png"/> <img src="../../../assets/image/mediate/m-info3.png"/>
<a>案件材料</a> <a>案件材料</a>
</span> </span>
<span class="left-img-info flex-column" :class="leftActive == 4 ?'active':''" @click="leftActive = 4"> <span class="left-img-info flex-column" :class="leftActive == 4 ?'active':''" @mouseenter="leftActive = 4">
<img src="../../../assets/image/mediate/m-info4.png"/> <img src="../../../assets/image/mediate/m-info4.png"/>
<a>案件文书</a> <a>案件文书</a>
</span> </span>
<span class="left-img-info flex-column" :class="leftActive == 5 ?'active':''" @click="leftActive = 5"> <span class="left-img-info flex-column" :class="leftActive == 5 ?'active':''" @mouseenter="leftActive = 5">
<img src="../../../assets/image/mediate/m-info5.png"/> <img src="../../../assets/image/mediate/m-info5.png"/>
<a>还款计划</a> <a>还款计划</a>
</span> </span>
<span class="left-img-info flex-column" :class="leftActive == 6 ?'active':''" @click="leftActive = 6"> <span class="left-img-info flex-column" :class="leftActive == 6 ?'active':''" @mouseenter="leftActive = 6">
<img src="../../../assets/image/mediate/m-info6.png"/> <img src="../../../assets/image/mediate/m-info6.png"/>
<a>还款凭证</a> <a>还款凭证</a>
</span> </span>

View File

@ -529,7 +529,7 @@ export default {
handleChangeMediation(resultStatus){ handleChangeMediation(resultStatus){
let data={ let data={
id:this.caseId, id:this.caseId,
resultStatus:resultStatus mediateStatus:resultStatus
} }
let resultmsg = '成功' let resultmsg = '成功'
if(resultStatus == 4){resultmsg = '失败'} if(resultStatus == 4){resultmsg = '失败'}

View File

@ -11,7 +11,7 @@
<span>案件进展情况</span> <span>案件进展情况</span>
<span> <span>
<el-select v-model="queryParamJZ.id" <el-select v-model="queryParamJZ.id"
clearable placeholder="请选择案件包" placeholder="请选择案件包"
class="width100" size="mini" @change="JZChange"> class="width100" size="mini" @change="JZChange">
<el-option <el-option
v-for="item in casePkOptions" v-for="item in casePkOptions"
@ -65,16 +65,16 @@
</div> </div>
<div class="case-follow-cont"> <div class="case-follow-cont">
<div class="donotfollowup1"> <div class="donotfollowup1">
<span class="flex-column cursor-pointer"><a class="f48">{{statisticCasesData.todayCasesToFollowUp}}</a><a class="f16">今日待跟进案件</a></span> <span class="flex-column cursor-pointer" @click="jumpUrl('/mediation-management')"><a class="f48">{{statisticCasesData.todayCasesToFollowUp}}</a><a class="f16">今日待跟进案件</a></span>
</div> </div>
<div class="donotfollowup2"> <div class="donotfollowup2">
<span class="flex-column cursor-pointer"><a class="f48">{{statisticCasesData.overThreeDaysUnfollowedCases}}</a><a class="f16">超3天未跟进案件</a></span> <span class="flex-column cursor-pointer" @click="jumpUrl('/mediation-management')"><a class="f48">{{statisticCasesData.overThreeDaysUnfollowedCases}}</a><a class="f16">超3天未跟进案件</a></span>
</div> </div>
<div class="donotfollowup3"> <div class="donotfollowup3">
<span class="flex-column cursor-pointer"><a class="f48">{{statisticCasesData.overFiveDaysUnfollowedCases}}</a><a class="f16">超5天未跟进案件</a></span> <span class="flex-column cursor-pointer" @click="jumpUrl('/mediation-management')"><a class="f48">{{statisticCasesData.overFiveDaysUnfollowedCases}}</a><a class="f16">超5天未跟进案件</a></span>
</div> </div>
<div class="donotfollowup4"> <div class="donotfollowup4">
<span class="flex-column cursor-pointer"><a class="f48">{{statisticCasesData.newUnfollowedCases}}</a><a class="f16">新案未跟进案件</a></span> <span class="flex-column cursor-pointer" @click="jumpUrl('/mediation-management')"><a class="f48">{{statisticCasesData.newUnfollowedCases}}</a><a class="f16">新案未跟进案件</a></span>
</div> </div>
</div> </div>
</div> </div>
@ -85,7 +85,7 @@
<div class="flex-row"> <div class="flex-row">
<span> <span>
<el-select v-model="queryParamCGL.id" <el-select v-model="queryParamCGL.id"
clearable placeholder="请选择案件包" placeholder="请选择案件包"
class="width100" size="mini" @change="SuccessRateChange"> class="width100" size="mini" @change="SuccessRateChange">
<el-option <el-option
v-for="item in casePkOptions" v-for="item in casePkOptions"

View File

@ -11,7 +11,7 @@
<span>案件进展情况</span> <span>案件进展情况</span>
<span> <span>
<el-select v-model="queryParamJZ.id" <el-select v-model="queryParamJZ.id"
clearable placeholder="请选择案件包" placeholder="请选择案件包"
class="width100" size="mini" @change="progressChange"> class="width100" size="mini" @change="progressChange">
<el-option <el-option
v-for="item in casePkOptions" v-for="item in casePkOptions"
@ -126,7 +126,7 @@
<div class="flex-row"> <div class="flex-row">
<span> <span>
<el-select v-model="queryParamCGL.id" <el-select v-model="queryParamCGL.id"
clearable placeholder="请选择案件包" placeholder="请选择案件包"
class="width100" size="mini" @change="SuccessRateChange"> class="width100" size="mini" @change="SuccessRateChange">
<el-option <el-option
v-for="item in casePkOptions" v-for="item in casePkOptions"

View File

@ -101,7 +101,7 @@ const caseManagementApi = {
// 回款计划列表,没有分页 // 回款计划列表,没有分页
getcase_payback_planlist: data => { getcase_payback_planlist: data => {
return service.service.post(`${apiAdmin}api/case_payback_plan/list`, data) return service.service.post(`${apiAdmin}api/case_payback_plan/list`, data, {hideLoading:true})
}, },
// 新增回款计划 // 新增回款计划
getcase_payback_save: data => { getcase_payback_save: data => {
@ -110,7 +110,7 @@ const caseManagementApi = {
// 还款凭证列表 // 还款凭证列表
gettraceProof_list: data => { gettraceProof_list: data => {
return service.service.post(`${apiAdmin}api/trace/traceProof/list`, data) return service.service.post(`${apiAdmin}api/trace/traceProof/list`, data,{hideLoading:true})
}, },
// 上传还款凭证 // 上传还款凭证
gettraceProof_create: data => { gettraceProof_create: data => {

View File

@ -4,7 +4,7 @@ const api = '/mediate/api/cases/caseFile/'
const apiCaseMaterial = { const apiCaseMaterial = {
// 列表 // 列表
getCaseFileList: data => { getCaseFileList: data => {
return service.service.post(`${api}getCaseFileList`, data) return service.service.post(`${api}getCaseFileList`, data, {hideLoading:true})
}, },
// 查询材料 // 查询材料
getCaseFileById: data => { getCaseFileById: data => {

View File

@ -16,21 +16,21 @@ const apiContactPerson = {
}, },
// 申请人-债券人 // 申请人-债券人
creditorPage: data => { creditorPage: data => {
return service.service.post(`${api}creditor/page`, data) return service.service.post(`${api}creditor/page`, data, {hideLoading:true})
}, },
creditorAdd: data => { creditorAdd: data => {
return service.service.post(`${api}creditor/add`, data) return service.service.post(`${api}creditor/add`, data)
}, },
// 被申请人-债务人 // 被申请人-债务人
debtorPage: data => { debtorPage: data => {
return service.service.post(`${api}debtor/page`, data) return service.service.post(`${api}debtor/page`, data, {hideLoading:true})
}, },
debtorAdd: data => { debtorAdd: data => {
return service.service.post(`${api}debtor/add`, data) return service.service.post(`${api}debtor/add`, data)
}, },
// 代理人 // 代理人
agentPage: data => { agentPage: data => {
return service.service.post(`${api}agent/page`, data) return service.service.post(`${api}agent/page`, data, {hideLoading:true})
}, },
agentAdd: data => { agentAdd: data => {
return service.service.post(`${api}agent/add`, data) return service.service.post(`${api}agent/add`, data)