|
|
@@ -249,12 +249,12 @@
|
|
|
show-word-limit></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
+ <!-- <el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
<el-form-item label="省市区:">
|
|
|
<el-cascader v-model="selectedOptions1" :options="areaOptions"
|
|
|
@change="event => areahandleChange(event, 'ownerInfo')"></el-cascader>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
<el-form-item label="地址:" prop="addr">
|
|
|
<el-input v-model="ownerInfo.addr" placeholder="请输入地址" type="text"></el-input>
|
|
|
@@ -331,12 +331,12 @@
|
|
|
show-word-limit></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
+ <!-- <el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
<el-form-item label="省市区:">
|
|
|
<el-cascader v-model="selectedOptions2" :options="areaOptions"
|
|
|
@change="event => areahandleChange(event, 'policyHolderInfo')"></el-cascader>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
<el-form-item label="地址:" prop="addr">
|
|
|
<el-input v-model="policyHolderInfo.addr" placeholder="请输入地址" type="text"></el-input>
|
|
|
@@ -417,12 +417,12 @@
|
|
|
show-word-limit></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
+ <!-- <el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
<el-form-item label="省市区:">
|
|
|
<el-cascader v-model="selectedOptions3" :options="areaOptions"
|
|
|
@change="event => areahandleChange(event, 'insuredPersonInfo')"></el-cascader>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
<el-form-item label="地址:" prop="addr">
|
|
|
<el-input v-model="insuredPersonInfo.addr" placeholder="请输入地址" type="text"></el-input>
|
|
|
@@ -2980,24 +2980,24 @@ export default {
|
|
|
_this.ownerInfo.age = getAgeByIdCard(_this.ownerInfo.identifyNumber)
|
|
|
_this.policyHolderInfo.age = getAgeByIdCard(_this.policyHolderInfo.identifyNumber)
|
|
|
_this.insuredPersonInfo.age = getAgeByIdCard(_this.insuredPersonInfo.identifyNumber)
|
|
|
- const ownerInfoObject = {
|
|
|
- province: _this.ownerInfo.province,
|
|
|
- city: _this.ownerInfo.city,
|
|
|
- county: _this.ownerInfo.county,
|
|
|
- }
|
|
|
- const policyHolderInfoObject = {
|
|
|
- province: _this.policyHolderInfo.province,
|
|
|
- city: _this.policyHolderInfo.city,
|
|
|
- county: _this.policyHolderInfo.county,
|
|
|
- }
|
|
|
- const insuredPersonInfoObject = {
|
|
|
- province: _this.insuredPersonInfo.province,
|
|
|
- city: _this.insuredPersonInfo.city,
|
|
|
- county: _this.insuredPersonInfo.county,
|
|
|
- }
|
|
|
- this.selectedOptions1 = searchkey(Object.values(ownerInfoObject))
|
|
|
- this.selectedOptions2 = searchkey(Object.values(policyHolderInfoObject))
|
|
|
- this.selectedOptions3 = searchkey(Object.values(insuredPersonInfoObject))
|
|
|
+ // const ownerInfoObject = {
|
|
|
+ // province: _this.ownerInfo.province,
|
|
|
+ // city: _this.ownerInfo.city,
|
|
|
+ // county: _this.ownerInfo.county,
|
|
|
+ // }
|
|
|
+ // const policyHolderInfoObject = {
|
|
|
+ // province: _this.policyHolderInfo.province,
|
|
|
+ // city: _this.policyHolderInfo.city,
|
|
|
+ // county: _this.policyHolderInfo.county,
|
|
|
+ // }
|
|
|
+ // const insuredPersonInfoObject = {
|
|
|
+ // province: _this.insuredPersonInfo.province,
|
|
|
+ // city: _this.insuredPersonInfo.city,
|
|
|
+ // county: _this.insuredPersonInfo.county,
|
|
|
+ // }
|
|
|
+ // this.selectedOptions1 = searchkey(Object.values(ownerInfoObject))
|
|
|
+ // this.selectedOptions2 = searchkey(Object.values(policyHolderInfoObject))
|
|
|
+ // this.selectedOptions3 = searchkey(Object.values(insuredPersonInfoObject))
|
|
|
if (_this.paramsEdit.carinfo.transferFlag) {
|
|
|
|
|
|
this.transferDateShow = true;
|