mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 03:12:52 +08:00
去除usermodel测试
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<van-step>审核中</van-step>
|
||||
<van-step>已结案</van-step>
|
||||
</van-steps>
|
||||
<van-steps v-if="list.caseStatus == '53'" :active="actives[index]" active-color="#e9332e">
|
||||
<van-steps v-if="list.caseStatus == '53'" :active="refuse[index]" active-color="#e9332e">
|
||||
<van-step>待索赔</van-step>
|
||||
<van-step>已拒绝</van-step>
|
||||
</van-steps>
|
||||
@@ -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`
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user