|
|
@@ -4804,7 +4804,7 @@ export default {
|
|
|
import("element-ui/packages/image/src/image-viewer")
|
|
|
},
|
|
|
created() {
|
|
|
- // this.commpanyList(); //获取保险公司
|
|
|
+ this.commpanyList(); //获取保险公司
|
|
|
this.getDicType("taxRelifFlag");//车船税类型
|
|
|
this.getDicType("taxpayerIdentifier");//纳税人证件类型
|
|
|
this.getDicType("relifReason");//减免税原因代码
|
|
|
@@ -4871,7 +4871,7 @@ export default {
|
|
|
_this.ownerInfo.age = getAgeByIdCard(_this.ownerInfo.identifyNumber)
|
|
|
_this.policyHolderInfo.age = getAgeByIdCard(_this.policyHolderInfo.identifyNumber)
|
|
|
_this.insuredPersonInfo.age = getAgeByIdCard(_this.insuredPersonInfo.identifyNumber)
|
|
|
- this.obtainProtocol()
|
|
|
+ // this.obtainProtocol()
|
|
|
// const ownerInfoObject = {
|
|
|
// province: _this.ownerInfo.province,
|
|
|
// city: _this.ownerInfo.city,
|
|
|
@@ -7806,6 +7806,7 @@ else{
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
+ this.obtainProtocol()
|
|
|
},
|
|
|
// 撤销二维码
|
|
|
revokeCode(id){
|
|
|
@@ -7863,6 +7864,7 @@ else{
|
|
|
this.carInfo.powerScale = row.powerScale; //功率
|
|
|
this.chexingdialogVisible = false;
|
|
|
this.sbdmdialogVisible=false
|
|
|
+ this.obtainProtocol()
|
|
|
},
|
|
|
//是否过户事件
|
|
|
transferFlagChange(e) {
|
|
|
@@ -8688,7 +8690,6 @@ else{
|
|
|
this.jqendDate = this.oneYearPast1(this.jqstartDate);
|
|
|
this.systartDate = this.transformTime1();
|
|
|
this.syendDate = this.oneYearPast1(this.jqstartDate);
|
|
|
- // this.commpanyList(); // 获取保险公司
|
|
|
// this.obtainProtocol()
|
|
|
|
|
|
},
|