|
|
@@ -265,7 +265,7 @@
|
|
|
<el-form-item label="证件类型" prop="identifyType">
|
|
|
<el-select v-model="ownerInfo.identifyType" placeholder="身份证" @blur="getCompanyList" disabled>
|
|
|
<el-option label="身份证" value="01"></el-option>
|
|
|
- <el-option label="统一社会信用代码" value="02"></el-option>
|
|
|
+ <el-option label="统一社会信用代码" value="10"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -386,7 +386,7 @@
|
|
|
<el-form-item label="证件类型" prop="identifyType">
|
|
|
<el-select v-model="policyHolderInfo.identifyType" placeholder="身份证" disabled @blur="getCompanyList">
|
|
|
<el-option label="身份证" value="01"></el-option>
|
|
|
- <el-option label="统一社会信用代码" value="02"></el-option>
|
|
|
+ <el-option label="统一社会信用代码" value="10"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -515,7 +515,7 @@
|
|
|
<el-form-item label="证件类型" prop="identifyType">
|
|
|
<el-select v-model="insuredPersonInfo.identifyType" placeholder="身份证" disabled @blur="getCompanyList">
|
|
|
<el-option label="身份证" value="01"></el-option>
|
|
|
- <el-option label="统一社会信用代码" value="02"></el-option>
|
|
|
+ <el-option label="统一社会信用代码" value="10"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -5809,6 +5809,14 @@ export default {
|
|
|
},
|
|
|
deep: true,
|
|
|
},
|
|
|
+ "policyHolderInfo.organizationCode": {
|
|
|
+ handler(val) {
|
|
|
+ if (val) {
|
|
|
+ this.vehicleAndVesselTaxForm.organizationCode = val;
|
|
|
+ }
|
|
|
+ },
|
|
|
+ deep: true,
|
|
|
+ },
|
|
|
"policyHolderInfo.name": {
|
|
|
handler(val) {
|
|
|
if (val) {
|
|
|
@@ -5992,9 +6000,9 @@ export default {
|
|
|
this.ownerInfo.property='0'
|
|
|
this.policyHolderInfo.property='0'
|
|
|
this.insuredPersonInfo.property='0'
|
|
|
- this.ownerInfo.identifyType='02'
|
|
|
- this.policyHolderInfo.identifyType='02'
|
|
|
- this.insuredPersonInfo.identifyType='02'
|
|
|
+ this.ownerInfo.identifyType='10'
|
|
|
+ this.policyHolderInfo.identifyType='10'
|
|
|
+ this.insuredPersonInfo.identifyType='10'
|
|
|
}
|
|
|
this.getCompanyList()
|
|
|
|
|
|
@@ -6499,7 +6507,7 @@ export default {
|
|
|
if (paramsEdit.carinfo.transferFlag) {
|
|
|
this.transferDateShow = true;
|
|
|
}
|
|
|
- paramsEdit.risk.map((ele) => {
|
|
|
+ paramsEdit.risk.map((ele) => {
|
|
|
if (ele.riskCode == "0507") {
|
|
|
_this.jqchecked = true;
|
|
|
this.protocolJudge("0507", true);
|
|
|
@@ -8569,6 +8577,8 @@ export default {
|
|
|
this.editorInfo.applyinfo.owner = this.tbczcarShow;
|
|
|
this.editorInfo.insureinfo.owner = this.bbczcarShow;
|
|
|
this.editorInfo.insureinfo.insuranceHolder = this.bbtbcarShow;
|
|
|
+
|
|
|
+
|
|
|
let params = {
|
|
|
orderNo: this.$route.query.data.orderno,
|
|
|
...this.policyNumberForm,
|
|
|
@@ -12826,7 +12836,7 @@ else{
|
|
|
name: res.data.company,
|
|
|
organizationCode: res.data.socialCreditCode,
|
|
|
addr: res.data.address,
|
|
|
- identifyType:'02 ',
|
|
|
+ identifyType:'10',
|
|
|
scope: res.data.businessScope,
|
|
|
legalPerson: res.data.legalRepresentative,
|
|
|
registeredCapital:parseInt(res.data.registeredCapital)
|