|
@@ -145,7 +145,7 @@
|
|
|
<view class="row d-flex a-center j-sb">
|
|
|
<view>车主身份证号:</view>
|
|
|
<view>
|
|
|
- {{ownerInfo.identifyNumber.slice(0,4)}}**********{{ownerInfo.identifyNumber.slice(-4)}}
|
|
|
+ {{ownerInfo.identifyNumber}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="row d-flex a-center j-sb">
|
|
@@ -166,7 +166,7 @@
|
|
|
<view class="row d-flex a-center j-sb">
|
|
|
<view>车主身份证号:</view>
|
|
|
<view>
|
|
|
- {{policyHolderInfo.identifyNumber.slice(0,4)}}**********{{policyHolderInfo.identifyNumber.slice(-4)}}
|
|
|
+ {{policyHolderInfo.identifyNumber}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="row d-flex a-center j-sb">
|
|
@@ -187,7 +187,7 @@
|
|
|
<view class="row d-flex a-center j-sb">
|
|
|
<view>车主身份证号:</view>
|
|
|
<view>
|
|
|
- {{insuredPersonInfo.identifyNumber.slice(0,4)}}**********{{insuredPersonInfo.identifyNumber.slice(-4)}}
|
|
|
+ {{insuredPersonInfo.identifyNumber}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="row d-flex a-center j-sb">
|
|
@@ -858,13 +858,17 @@
|
|
|
</u-checkbox-group>
|
|
|
</view>
|
|
|
</u-modal>
|
|
|
- <previewImage ref="previewImage" :opacity="0.8" :circular="true" :imgs="previewImgs"></previewImage>
|
|
|
- <u-modal v-model="auditNextShow" content="是否确认提交核保?" :show-title="false" :show-cancel-button="true"
|
|
|
+ <!-- <u-modal v-model="auditNextShow" content="是否确认提交核保?" :show-title="false" :show-cancel-button="true"
|
|
|
:confirm-style="{background:'#0052FF',color:'#fff',height:'40px',lineHeight:'40px'}"
|
|
|
:cancel-style="{background:'#E6EEFF',color:'#0052FF',height:'40px',lineHeight:'40px'}" confirm-text="确定"
|
|
|
- @cancel="auditNextShow=false" @confirm="auditNextconfirm" :content-style="{fontWeight:'bold'}"></u-modal>
|
|
|
- <!-- <u-modal v-model="auditReturnInfoShow" :content="auditReturnInfoContent" :show-title="false"
|
|
|
- :show-cancel-button="true"></u-modal> -->
|
|
|
+ @cancel="auditNextShow=false" @confirm="auditNextconfirm" :content-style="{fontWeight:'bold'}"></u-modal> -->
|
|
|
+ <u-modal v-model="auditNextShow" :content="auditNextcontent" :show-title="false"
|
|
|
+ :confirm-style="{background:'#0052FF',color:'#fff'}" :mask-close-able='true' @confirm="auditNextconfirm"
|
|
|
+ :show-cancel-button="true">
|
|
|
+
|
|
|
+ </u-modal>
|
|
|
+
|
|
|
+ <previewImage ref="previewImage" :opacity="0.8" :circular="true" :imgs="previewImgs"></previewImage>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -892,6 +896,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ auditNextcontent: "是否确认提交核保",
|
|
|
auditNextShow: false, //核保确认标识
|
|
|
auditReturnInfoShow: false, //核保信息返回标识
|
|
|
auditReturnInfoContent: "", //核保返回信息
|
|
@@ -2471,7 +2476,6 @@
|
|
|
},
|
|
|
// 上传影像并提交核保
|
|
|
async submitAudit() {
|
|
|
-
|
|
|
if (!this.agree) {
|
|
|
return uni.showToast({
|
|
|
title: '请阅读并同意协议',
|