From b913a956e812f18e7110c58d48e6ade14ab6bf61 Mon Sep 17 00:00:00 2001 From: wangmingzhe Date: Fri, 6 Dec 2019 18:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4usermodel=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/claims/Accident.vue | 20 ++++++++++---------- src/views/ebiz/claims/ApplyInfo.vue | 14 +++++++------- src/views/ebiz/claims/ClaimsDetail.vue | 17 ++++++++++------- src/views/ebiz/claims/ClaimsList.vue | 10 +++++----- src/views/ebiz/claims/FillImage.vue | 10 +++++----- src/views/ebiz/claims/ImageData.vue | 10 +++++----- src/views/ebiz/claims/InsuredInfo.vue | 10 +++++----- src/views/ebiz/claims/ProblemList.vue | 10 +++++----- src/views/ebiz/claims/ReportApply.vue | 8 ++++---- src/views/ebiz/claims/ReportInfo.vue | 10 +++++----- 10 files changed, 61 insertions(+), 58 deletions(-) diff --git a/src/views/ebiz/claims/Accident.vue b/src/views/ebiz/claims/Accident.vue index cf64c0331..a5160e7f8 100644 --- a/src/views/ebiz/claims/Accident.vue +++ b/src/views/ebiz/claims/Accident.vue @@ -245,11 +245,11 @@ export default { otherCompany: '', //新增其他公司保险名称(非必填) accidentAddress: '', //出险地点 caseDesc: '', //事故经过 - mandatorName: '王某', //受托人姓名 - mandatorCertiType: '0', //证件类型 - mandatorCertiCode: '410305199508111533', //证件号码 - agentItem: '01', //代办事项 - days:'23',//新增委托天数 + mandatorName: '', //受托人姓名 + mandatorCertiType: '', //证件类型 + mandatorCertiCode: '', //证件号码 + agentItem: '', //代办事项 + days:'',//新增委托天数 businessNo: '', //业务号码 id: localStorage.insuranceId || '' //用于区分新增还是二次提交 } @@ -385,11 +385,11 @@ export default { message: '加载中……' }) let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, slaveStatus: this.slaveStatus, claimApplyRiskReqDTO: this.userInfo } diff --git a/src/views/ebiz/claims/ApplyInfo.vue b/src/views/ebiz/claims/ApplyInfo.vue index a2780ac06..ecfa57b37 100644 --- a/src/views/ebiz/claims/ApplyInfo.vue +++ b/src/views/ebiz/claims/ApplyInfo.vue @@ -534,8 +534,8 @@ export default { applyerNationatlity: 'CHN', // 国家/地区 applyerAddr: '', //联系地址 applyerBankAccountName: '', // 账户户名 - applyerBankName: '工商银行', // 开户银行 - applyerBankCode: '102', //银行编码 + applyerBankName: '', // 开户银行 + applyerBankCode: '', //银行编码 applyerBankAccountNo: '', // 银行卡号 isPettyCase: '0' //小额案件 // hospital: '', // 治疗医院 @@ -1014,11 +1014,11 @@ export default { message: '加载中……' }) let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, slaveStatus: this.slaveStatus, claimApplyInfoReqDTO: this.userInfo } diff --git a/src/views/ebiz/claims/ClaimsDetail.vue b/src/views/ebiz/claims/ClaimsDetail.vue index 9017cb320..577e1771a 100644 --- a/src/views/ebiz/claims/ClaimsDetail.vue +++ b/src/views/ebiz/claims/ClaimsDetail.vue @@ -24,7 +24,7 @@ 审核中 已结案 - + 待索赔 已拒绝 @@ -51,7 +51,8 @@ export default { return { srcImg: '', // 银行logo list: {}, //详情数据 - actives: [0, 1], //进度数组 + actives: [0, 1, 2], //进度数组 + refuse: [0,3], //拒绝数组 index: '' } }, @@ -83,11 +84,11 @@ export default { getClaimsetail() { let that = this let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, businessNo: '', //赔案号 caseStatus: 'claimProgress', //状态 claimNo: localStorage.getItem('claimNo') //赔案号 @@ -102,6 +103,8 @@ export default { this.index = 1 } else if (that.list.caseStatus == '60') { this.index = 2 + } else if (that.list.caseStatus == '53') { + this.index = 3 } that.srcImg = that.$assetsUrl + `images/bank/bank_${that.list.applyerBankCode}.png` diff --git a/src/views/ebiz/claims/ClaimsList.vue b/src/views/ebiz/claims/ClaimsList.vue index 2d376df13..d589ab741 100644 --- a/src/views/ebiz/claims/ClaimsList.vue +++ b/src/views/ebiz/claims/ClaimsList.vue @@ -172,11 +172,11 @@ export default { //初始化列表 getOrderList() { let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, progressStatus: this.active, caseStatus: this.caseStatus } diff --git a/src/views/ebiz/claims/FillImage.vue b/src/views/ebiz/claims/FillImage.vue index a77363b19..99aac08a0 100644 --- a/src/views/ebiz/claims/FillImage.vue +++ b/src/views/ebiz/claims/FillImage.vue @@ -190,11 +190,11 @@ export default { message: '加载中……' }) let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, claimImageInfoDTOS: this.list, claimNo: this.imgClaimNo } diff --git a/src/views/ebiz/claims/ImageData.vue b/src/views/ebiz/claims/ImageData.vue index 3a695e37c..15a4ee9e9 100644 --- a/src/views/ebiz/claims/ImageData.vue +++ b/src/views/ebiz/claims/ImageData.vue @@ -432,11 +432,11 @@ export default { message: '加载中……' }) let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, claimImageReqDTO: { businessNo: localStorage.businessNo, //业务号 claimImageInfoDTOS: this.list diff --git a/src/views/ebiz/claims/InsuredInfo.vue b/src/views/ebiz/claims/InsuredInfo.vue index 0975d1b13..3aaeedc87 100644 --- a/src/views/ebiz/claims/InsuredInfo.vue +++ b/src/views/ebiz/claims/InsuredInfo.vue @@ -499,11 +499,11 @@ export default { message: '加载中……' }) let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, slaveStatus: this.slaveStatus, claimApplyInsuredReqDTO: this.userInfo } diff --git a/src/views/ebiz/claims/ProblemList.vue b/src/views/ebiz/claims/ProblemList.vue index 7f1df52b5..caa42d8a5 100644 --- a/src/views/ebiz/claims/ProblemList.vue +++ b/src/views/ebiz/claims/ProblemList.vue @@ -101,11 +101,11 @@ export default { message: '加载中……' }) let data = { - userModel: { - id: '11101000000053', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '11101000000053', + // name: '王某', + // mobile: '13592585978' + // }, agentCode: '' //代理人编号 } issueList(data).then(res => { diff --git a/src/views/ebiz/claims/ReportApply.vue b/src/views/ebiz/claims/ReportApply.vue index b2335398a..b9a989ead 100644 --- a/src/views/ebiz/claims/ReportApply.vue +++ b/src/views/ebiz/claims/ReportApply.vue @@ -536,10 +536,10 @@ export default { message: '加载中……' }) let data = { - userModel: { - id: '123456', - name: '王某' - }, + // userModel: { + // id: '123456', + // name: '王某' + // }, accAdress: this.accAdress, accCity: this.accCity, accCounty: this.accCounty, diff --git a/src/views/ebiz/claims/ReportInfo.vue b/src/views/ebiz/claims/ReportInfo.vue index 1ff7e664c..b7d73816d 100644 --- a/src/views/ebiz/claims/ReportInfo.vue +++ b/src/views/ebiz/claims/ReportInfo.vue @@ -121,11 +121,11 @@ export default { }) this.insuredNo = window.localStorage.getItem('customerNo') let data = { - userModel: { - id: '123456', - name: '王某', - mobile: '13592585978' - }, + // userModel: { + // id: '123456', + // name: '王某', + // mobile: '13592585978' + // }, insuredNo: this.insuredNo } history(data).then(res => {