diff --git a/src/assets/image/VectorWoman.png b/src/assets/image/VectorWoman.png new file mode 100644 index 0000000..be00e1b Binary files /dev/null and b/src/assets/image/VectorWoman.png differ diff --git a/src/assets/style/common.scss b/src/assets/style/common.scss index 77655c9..414e724 100644 --- a/src/assets/style/common.scss +++ b/src/assets/style/common.scss @@ -752,10 +752,12 @@ html{ } //=================== start::提示框置顶 =============================== +.el-message.el-message--warning{z-index: 3000 !important;} .el-message.el-message--error.is-closable{z-index: 3000 !important;} .el-message.el-message--warning.is-closable{z-index: 3000 !important;} .el-message.el-message--success.is-closable{z-index: 3000 !important;} .el-loading-mask.is-fullscreen{z-index: 9999 !important;} +.el-loading-mask{z-index: 3000 !important;} //=================== end::提示框置顶 =============================== //=================== start::解决Elementui输入框(text)与文本域(textarea)字体不一样问题 =============================== diff --git a/src/pages/case-management/detail/index.vue b/src/pages/case-management/detail/index.vue index 86df5f0..7ddfb2d 100644 --- a/src/pages/case-management/detail/index.vue +++ b/src/pages/case-management/detail/index.vue @@ -223,7 +223,12 @@ class="f16">总计待还金额:{{ ProofStatistics.total || 0 }}元,总计已还金额:{{ ProofStatistics.payback || 0 }}元 - + + + + @@ -396,6 +401,7 @@ import api from "@/services/caseManagement"; import contactPerson from "@/services/contactPerson"; import cmapi from "@/services/caseMaterial"; +import { forEach } from "lodash"; // import {stubString} from "lodash"; // import {subtract} from "lodash"; @@ -619,14 +625,17 @@ export default { }, // 还款凭证 getProofList() { + this.ProofList = [] api.gettraceProof_list({caseId: this.caseId}).then(res => { if (!res.code) { - this.ProofList = res + res.forEach(item =>{ + if(item.status.code == 2){ this.ProofList.push(item)} + }) } }) api.gettraceProof_statistics({caseId: this.caseId}).then(res => { if (!res.code) { - console.log(res, '---ProofStatistics') + // console.log(res, '---ProofStatistics') this.ProofStatistics = res } }) diff --git a/src/pages/mediation-page/components/MediationRecordDialog.vue b/src/pages/mediation-page/components/MediationRecordDialog.vue index e426642..4aca470 100644 --- a/src/pages/mediation-page/components/MediationRecordDialog.vue +++ b/src/pages/mediation-page/components/MediationRecordDialog.vue @@ -136,8 +136,8 @@ export default { }, data() { return { - CommunicationOptions:[{ label: '继续沟通', value: '4' },{ label: '一次性全部回款', value: '1' },{ label: '全部分期', value: '2' }, - { label: '部分还款', value: '3' },{ label: '拒绝沟通', value: '5' }], + CommunicationOptions:[{ label: '继续沟通', value: 4 },{ label: '一次性全部回款', value: 1 },{ label: '全部分期', value: 2 }, + { label: '部分还款', value: 3 },{ label: '拒绝沟通', value: 5 }], materialTypeOptions: this.$util.getMediationprogress(), mrObj: { id:'', @@ -147,7 +147,7 @@ export default { linkedType:2,//联系类型:1:线上 2:线下 linkedPerson:[],//联系人 linkedSituation:0,//联系情况 - communicationSituation:'4',//沟通情况 + communicationSituation:4,//沟通情况 communicationRemarks:'',//沟通备注 mediateStatus:'',//调解状态 linkedTime:'',//联系时间 @@ -182,7 +182,7 @@ export default { this.mrObj.callEndTime = this.visiblemediatRecordObj.callEndTime this.mrObj.nextFollowDate = this.visiblemediatRecordObj.nextFollowDate this.mrObj.linkedPerson = this.visiblemediatRecordObj.linkedPerson - console.log(this.visiblemediatRecordObj,'this.visiblemediatRecordObj') + // console.log(this.visiblemediatRecordObj,'this.visiblemediatRecordObj') this.visiblemediatRecordObj.files.forEach(item =>{ this.fileList.push({ url: item, diff --git a/src/pages/mediation-page/components/portraitPerson.vue b/src/pages/mediation-page/components/portraitPerson.vue index 49b2b29..9d07316 100644 --- a/src/pages/mediation-page/components/portraitPerson.vue +++ b/src/pages/mediation-page/components/portraitPerson.vue @@ -6,7 +6,7 @@
@@ -87,7 +87,7 @@
人物画像
-
+
基本信息
@@ -105,7 +105,7 @@
居住地
-
{{ getAddress(portraitInfo.residencePlace) }} {{portraitInfo.residenceAddress}}
+
{{ getAddress(portraitInfo.domicilePlace) }} {{portraitInfo.domicileAddress}}
经济状况
@@ -248,7 +248,7 @@
经济状况
-
经济收入
+
经济状况
{{item.labelName}}
@@ -480,7 +480,7 @@ export default { getAddress(residencePlace){ if(residencePlace == undefined || residencePlace == null || residencePlace == '') { - return '' + return '请选择省市区(县)' } let residencePlaceNew = null if(!this.isJsonString(residencePlace)){ @@ -651,6 +651,13 @@ export default { background-size: 80% auto; background-position: top; } + .personghximgw{ + background: url('~@/assets/image/VectorWoman.png') no-repeat; + height: 100%; + display: block; + background-size: 67% auto; + background-position: top; + } .character-info{ width: calc(50% - 5px); // border: 1px solid; diff --git a/src/utils/util.js b/src/utils/util.js index ec46c8e..7d904ae 100644 --- a/src/utils/util.js +++ b/src/utils/util.js @@ -209,7 +209,8 @@ const util = { return require('../assets/image/util/word_img.jpg'); case 'xls': case 'xlsx': - return require('../assets/image/util/excel_img.jpg'); + return require('../assets/image/util/excel_img.jpg'); + case 'mp3': case 'm3u8': case 'mp4': return require('../assets/image/util/video_img.jpg');