|
|
@@ -3086,7 +3086,11 @@ export default {
|
|
|
//永诚报价
|
|
|
yongcheng(num, id) {
|
|
|
let params = {
|
|
|
- accidentalDrivingVo: {},
|
|
|
+ accidentalDrivingVo: {
|
|
|
+ rideRiskCode:this.accidentDataList.filter(val=>val.id==this.accidentForm.accidentType)[0].code,
|
|
|
+ rideRiskName:this.accidentDataList.filter(val=>val.id==this.accidentForm.accidentType)[0].name,
|
|
|
+ quantity:this.accidentForm.fen
|
|
|
+ },
|
|
|
orderNo: this.orderno,
|
|
|
companyId: id,
|
|
|
cqryCdeJq: this.cqryCdeJq,
|