|
|
@@ -325,8 +325,10 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
setBackupVisible: function (backupVisible) {
|
|
|
- console.log(1)
|
|
|
this.dialogVisible = backupVisible
|
|
|
+ this.queryOrders.ownerinfo.identifyNumber=this.queryOrders.ownerinfo.identifyNumber.slice(0,4)+'******'+this.queryOrders.ownerinfo.identifyNumber.slice(14,18);
|
|
|
+ this.queryOrders.applyinfo.identifyNumber=this.queryOrders.applyinfo.identifyNumber.slice(0,4)+'******'+this.queryOrders.applyinfo.identifyNumber.slice(14,18);
|
|
|
+ this.queryOrders.insureinfo.identifyNumber=this.queryOrders.insureinfo.identifyNumber.slice(0,4)+'******'+this.queryOrders.insureinfo.identifyNumber.slice(14,18);
|
|
|
let data = JSON.parse(JSON.stringify(this.queryOrders))
|
|
|
data.jqInsuranceType.forEach(e => { e.label = '交强险'; e.totalPremium = data.jqpremium });
|
|
|
if ((data.kindinfo && data.kindinfo.length > 0) || (data.accidentInfo && data.accidentInfo.length > 0)) {
|