|
@@ -36,7 +36,7 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="Enclosure flex f-c back ">
|
|
|
|
|
|
|
+ <div class="Enclosure flex f-c back">
|
|
|
<div class="home flex j-s a-c ">
|
|
<div class="home flex j-s a-c ">
|
|
|
<div class="flex j-s a-c color" id="Car">
|
|
<div class="flex j-s a-c color" id="Car">
|
|
|
<img src="../../../src/icon/car.png" alt="" class="icon-img">
|
|
<img src="../../../src/icon/car.png" alt="" class="icon-img">
|
|
@@ -2139,7 +2139,6 @@ export default {
|
|
|
this.defaultpolicyHolderInfo = JSON.parse(JSON.stringify(this.policyHolderInfo))
|
|
this.defaultpolicyHolderInfo = JSON.parse(JSON.stringify(this.policyHolderInfo))
|
|
|
this.defaultinsuredPersonInfo = JSON.parse(JSON.stringify(this.insuredPersonInfo))
|
|
this.defaultinsuredPersonInfo = JSON.parse(JSON.stringify(this.insuredPersonInfo))
|
|
|
this.defaultinsureList = JSON.parse(JSON.stringify(this.insureList))
|
|
this.defaultinsureList = JSON.parse(JSON.stringify(this.insureList))
|
|
|
- this.defaulttotalCompanyList = JSON.parse(JSON.stringify(this.totalCompanyList))
|
|
|
|
|
//--归属信息获取--
|
|
//--归属信息获取--
|
|
|
var userId = Cookies.get("user");
|
|
var userId = Cookies.get("user");
|
|
|
if (userId == "admin") {
|
|
if (userId == "admin") {
|
|
@@ -2367,12 +2366,18 @@ export default {
|
|
|
if (e) {
|
|
if (e) {
|
|
|
this.jqstartDate = this.transformTime1();
|
|
this.jqstartDate = this.transformTime1();
|
|
|
this.jqendDate = this.oneYearPast(this.jqstartDate);
|
|
this.jqendDate = this.oneYearPast(this.jqstartDate);
|
|
|
|
|
+ }else{
|
|
|
|
|
+ this.jqstartDate = "";
|
|
|
|
|
+ this.jqendDate = "";
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
sycheckedChange(e) {
|
|
sycheckedChange(e) {
|
|
|
if (e) {
|
|
if (e) {
|
|
|
this.systartDate = this.transformTime1();
|
|
this.systartDate = this.transformTime1();
|
|
|
this.syendDate = this.oneYearPast(this.jqstartDate);
|
|
this.syendDate = this.oneYearPast(this.jqstartDate);
|
|
|
|
|
+ }else{
|
|
|
|
|
+ this.systartDate = "";
|
|
|
|
|
+ this.syendDate = "";
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
//报价
|
|
//报价
|
|
@@ -4219,7 +4224,6 @@ export default {
|
|
|
this.policyHolderInfo = JSON.parse(JSON.stringify(this.defaultpolicyHolderInfo))
|
|
this.policyHolderInfo = JSON.parse(JSON.stringify(this.defaultpolicyHolderInfo))
|
|
|
this.insuredPersonInfo = JSON.parse(JSON.stringify(this.defaultinsuredPersonInfo))
|
|
this.insuredPersonInfo = JSON.parse(JSON.stringify(this.defaultinsuredPersonInfo))
|
|
|
this.insureList = JSON.parse(JSON.stringify(this.defaultinsureList))
|
|
this.insureList = JSON.parse(JSON.stringify(this.defaultinsureList))
|
|
|
- this.totalCompanyList = JSON.parse(JSON.stringify(this.defaulttotalCompanyList))
|
|
|
|
|
this.sychecked = false;
|
|
this.sychecked = false;
|
|
|
this.yonganchecked = false;
|
|
this.yonganchecked = false;
|
|
|
this.zhongmeichecked = false;
|
|
this.zhongmeichecked = false;
|
|
@@ -4234,6 +4238,7 @@ export default {
|
|
|
this.jqendDate = this.oneYearPast(this.jqstartDate);
|
|
this.jqendDate = this.oneYearPast(this.jqstartDate);
|
|
|
this.systartDate = this.transformTime1();
|
|
this.systartDate = this.transformTime1();
|
|
|
this.syendDate = this.oneYearPast(this.jqstartDate);
|
|
this.syendDate = this.oneYearPast(this.jqstartDate);
|
|
|
|
|
+ this.commpanyList();//获取保险公司
|
|
|
},
|
|
},
|
|
|
toChinesNum(num) {
|
|
toChinesNum(num) {
|
|
|
let changeNum = ['零', '一', '二', '三', '四', '五', '六', '七', '八', '九']
|
|
let changeNum = ['零', '一', '二', '三', '四', '五', '六', '七', '八', '九']
|