|
@@ -1348,10 +1348,10 @@
|
|
|
<el-button type="primary" :loading="loading" @click="batchQuotes(InsurancePolicyRefs)">多家报价</el-button>
|
|
<el-button type="primary" :loading="loading" @click="batchQuotes(InsurancePolicyRefs)">多家报价</el-button>
|
|
|
<el-button type="primary" @click="handleNext">录下一单</el-button>
|
|
<el-button type="primary" @click="handleNext">录下一单</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
- <el-dialog title="选择业务员" v-model="salesmanShow" width="700">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" title="选择业务员" v-model="salesmanShow" width="700">
|
|
|
<salesmanSelect ref="SalesmanSelectRef" fromPage="10" @close="handleSalesmanSelect"></salesmanSelect>
|
|
<salesmanSelect ref="SalesmanSelectRef" fromPage="10" @close="handleSalesmanSelect"></salesmanSelect>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="shareShow" width="300" title="分享报价单">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="shareShow" width="300" title="分享报价单">
|
|
|
<div class="imageCode flex flex-col">
|
|
<div class="imageCode flex flex-col">
|
|
|
<img :src="shareImageUrl" />
|
|
<img :src="shareImageUrl" />
|
|
|
<span class="text-[12px] text-[#333] mt-[5px] ">请使用微信扫码,查看报价单</span>
|
|
<span class="text-[12px] text-[#333] mt-[5px] ">请使用微信扫码,查看报价单</span>
|
|
@@ -1363,7 +1363,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="paymentShow" width="350" title="支付码">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="paymentShow" width="350" title="支付码">
|
|
|
<div class="imageCode flex flex-col">
|
|
<div class="imageCode flex flex-col">
|
|
|
<img :src="payCodeUrl" />
|
|
<img :src="payCodeUrl" />
|
|
|
</div>
|
|
</div>
|
|
@@ -1418,24 +1418,24 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="优惠测算" v-model="calculatingShow" width="600">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" title="优惠测算" v-model="calculatingShow" width="600">
|
|
|
<calculating ref="calculatingRefs"></calculating>
|
|
<calculating ref="calculatingRefs"></calculating>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="提交核保" width="1100" v-model="underwritingShow">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" title="提交核保" width="1100" v-model="underwritingShow">
|
|
|
<underwriting v-if="underwritingShow" ref="UnderwritingRefs" :insOrderRightsInfoDto="insOrderRightsInfoDto"
|
|
<underwriting v-if="underwritingShow" ref="UnderwritingRefs" :insOrderRightsInfoDto="insOrderRightsInfoDto"
|
|
|
:availableAmount="availableAmount" :recipientInfo="[owerFormInfo, policyHolderInfo, insuredPersonInfo]"
|
|
:availableAmount="availableAmount" :recipientInfo="[owerFormInfo, policyHolderInfo, insuredPersonInfo]"
|
|
|
@close="handleUnderwritingClose"></underwriting>
|
|
@close="handleUnderwritingClose"></underwriting>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="证件识别" width="800" v-model="imageShow">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" title="证件识别" width="800" v-model="imageShow">
|
|
|
<recognition ref="RecognitionRefs" :option="optionObj.car_type_code" @close="handleImageClose"></recognition>
|
|
<recognition ref="RecognitionRefs" :option="optionObj.car_type_code" @close="handleImageClose"></recognition>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="insuranceShow" title="选择险种" width="500">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="insuranceShow" title="选择险种" width="500">
|
|
|
<insurance ref="InsuranceTypeRef" @close="handleClose"></insurance>
|
|
<insurance ref="InsuranceTypeRef" @close="handleClose"></insurance>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="drivingShow" title="选择驾意险" width="700">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="drivingShow" title="选择驾意险" width="700">
|
|
|
<driving ref="DrivingTypeRef" @close="handleDrivingClose"></driving>
|
|
<driving ref="DrivingTypeRef" @close="handleDrivingClose"></driving>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="licenseNoShow" width="900" title="车型查询">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="licenseNoShow" width="900" title="车型查询">
|
|
|
<span class="flex a-c mb-2" style="color: #409eff;font-size: 13px;">(单击后确定 或 双击选中车型)</span>
|
|
<span class="flex a-c mb-2" style="color: #409eff;font-size: 13px;">(单击后确定 或 双击选中车型)</span>
|
|
|
<el-table ref="LicenseNoTable" :data="licenseNoData" row-key="id" highlight-current-row
|
|
<el-table ref="LicenseNoTable" :data="licenseNoData" row-key="id" highlight-current-row
|
|
|
@row-dblclick="handleSelectedRow" @current-change="handleCurrentChange">
|
|
@row-dblclick="handleSelectedRow" @current-change="handleCurrentChange">
|
|
@@ -1452,10 +1452,10 @@
|
|
|
<el-button type="primary" @click="licenseNoDataSubmit">确定</el-button>
|
|
<el-button type="primary" @click="licenseNoDataSubmit">确定</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="JYXDetailShow" title="驾意险详情" width="600">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="JYXDetailShow" title="驾意险详情" width="600">
|
|
|
<detail ref="JYXDetail"></detail>
|
|
<detail ref="JYXDetail"></detail>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="specialShow" width="700" title="选择特约">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="specialShow" width="700" title="选择特约">
|
|
|
<el-table :data="specialTableData" @selection-change="handleSpecialSelectChage">
|
|
<el-table :data="specialTableData" @selection-change="handleSpecialSelectChage">
|
|
|
<el-table-column type="selection" width="50" align="center"></el-table-column>
|
|
<el-table-column type="selection" width="50" align="center"></el-table-column>
|
|
|
<el-table-column label="特约类型" prop="riskCode" align="center"></el-table-column>
|
|
<el-table-column label="特约类型" prop="riskCode" align="center"></el-table-column>
|
|
@@ -1469,7 +1469,7 @@
|
|
|
<el-button type="primary" @click="handleSpecialTableDataSubmit">确定</el-button>
|
|
<el-button type="primary" @click="handleSpecialTableDataSubmit">确定</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="underwritingMsgShow" title="核保信息" width="400">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="underwritingMsgShow" title="核保信息" width="400">
|
|
|
<div style="
|
|
<div style="
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
color: #d42426;
|
|
color: #d42426;
|
|
@@ -1482,7 +1482,7 @@
|
|
|
<el-button size="small" type="primary" @click="handleGetPayCode">缴费二维码</el-button>
|
|
<el-button size="small" type="primary" @click="handleGetPayCode">缴费二维码</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="payCodeShow" title="支付码" width="400">
|
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" v-model="payCodeShow" title="支付码" width="400">
|
|
|
<div style="display: flex; align-items: center; justify-content: center">
|
|
<div style="display: flex; align-items: center; justify-content: center">
|
|
|
<img style="width: 200px; height: 200px" :src="payCodeSrc" />
|
|
<img style="width: 200px; height: 200px" :src="payCodeSrc" />
|
|
|
</div>
|
|
</div>
|