修改bug
This commit is contained in:
parent
0c7aa64dd7
commit
eef3d25bda
@ -73,12 +73,14 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="跟进情况" width="140">
|
<el-table-column label="跟进情况" width="140">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{$util.getTelephoneTypeData(scope.row.linkedSituation).label}}
|
{{scope.row.linkedSituation != null ? $util.getTelephoneTypeData(scope.row.linkedSituation).label :''}}
|
||||||
|
<!-- {{$util.getTelephoneTypeData(scope.row.linkedSituation).label}} -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="调解进度" width="140">
|
<el-table-column label="调解进度" width="140">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ materialTypeOptions.find(item => item.value == scope.row.mediateStatus).label }}
|
{{scope.row.mediateStatus != null ? materialTypeOptions.find(item => item.value == scope.row.mediateStatus).label : ''}}
|
||||||
|
<!-- {{ materialTypeOptions.find(item => item.value == scope.row.mediateStatus).label }} -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="沟通对象" width="350" show-overflow-tooltip>
|
<el-table-column label="沟通对象" width="350" show-overflow-tooltip>
|
||||||
@ -593,6 +595,7 @@ export default {
|
|||||||
this.communicationRecord.push(item)
|
this.communicationRecord.push(item)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
console.log(this.communicationRecord,'this.communicationRecord')
|
||||||
// this.communicationRecord = res
|
// this.communicationRecord = res
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@ -165,7 +165,6 @@ import apipk from "@/services/casePackageManagement";
|
|||||||
|
|
||||||
handleSubmit(){
|
handleSubmit(){
|
||||||
if(!this.$clickThrottle()) { return }//防止重复点击
|
if(!this.$clickThrottle()) { return }//防止重复点击
|
||||||
|
|
||||||
this.$refs.ruleFormBase.validate((valid) => {
|
this.$refs.ruleFormBase.validate((valid) => {
|
||||||
if (valid){
|
if (valid){
|
||||||
let data = {
|
let data = {
|
||||||
@ -176,9 +175,7 @@ import apipk from "@/services/casePackageManagement";
|
|||||||
this.$parent.getCaseInfoList(1)
|
this.$parent.getCaseInfoList(1)
|
||||||
this.$message.success("批量导入案件成功,导入错误案件请在错误修复里面进行查看!");
|
this.$message.success("批量导入案件成功,导入错误案件请在错误修复里面进行查看!");
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@ -216,7 +216,13 @@ import caseapi from "@/services/caseManagement";
|
|||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
},
|
},
|
||||||
handleCaseShow(scope){
|
handleCaseShow(scope){
|
||||||
this.fileDialog = {showfile:{url:scope.row.proofUrl},filelist:[]}
|
|
||||||
|
//还款凭证相关
|
||||||
|
this.$fetchApi.viewFullFile({path: scope.row.proofUrl}).then((res) => {
|
||||||
|
this.fileDialog = {showfile: {url: res}, filelist: []}
|
||||||
|
});
|
||||||
|
|
||||||
|
// this.fileDialog = {showfile:{url:scope.row.proofUrl},filelist:[]}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -121,8 +121,8 @@
|
|||||||
<div class="descriptions-t-item-l color-86909C">{{item.name}}:</div>
|
<div class="descriptions-t-item-l color-86909C">{{item.name}}:</div>
|
||||||
<div class="descriptions-t-item-r">{{item.fieldValue}}</div>
|
<div class="descriptions-t-item-r">{{item.fieldValue}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 共债 -->
|
<!-- 共债 -->
|
||||||
|
|||||||
@ -361,10 +361,6 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getCaseInfoList(val){
|
|
||||||
this.getCaseapkList(2)
|
|
||||||
this.getCaseInfoList()
|
|
||||||
},
|
|
||||||
// 所有案件包数据
|
// 所有案件包数据
|
||||||
getCaseapkList(type =1){
|
getCaseapkList(type =1){
|
||||||
workApi.getmy_case_pkg({size:100,current:1}).then(res => {
|
workApi.getmy_case_pkg({size:100,current:1}).then(res => {
|
||||||
@ -385,7 +381,12 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 列表数据
|
// 列表数据
|
||||||
getCaseInfoList(){
|
getCaseInfoList(val){
|
||||||
|
console.log(val,'getCaseInfoListgetCaseInfoListgetCaseInfoList')
|
||||||
|
if(val == 1){
|
||||||
|
this.getCaseapkList(2)
|
||||||
|
}
|
||||||
|
|
||||||
pkapi.getCasePkgQuery({current:1,size:100,pkgName:this.queryParamFP.pkgName}).then(res => {
|
pkapi.getCasePkgQuery({current:1,size:100,pkgName:this.queryParamFP.pkgName}).then(res => {
|
||||||
if (!res.code) {
|
if (!res.code) {
|
||||||
this.tableData = res.records;
|
this.tableData = res.records;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user