mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
提交代码更新
This commit is contained in:
@@ -128,7 +128,7 @@ export default [
|
||||
name: 'insuranceTip',
|
||||
component: insuranceTip,
|
||||
meta: {
|
||||
title: '阅读人身保险投保提示'
|
||||
title: '阅读人身保险投保提示书'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<img :src="srcFail" v-if="uwResult != '46'" class="mb40 mt20" />
|
||||
<p class="title" v-if="uwResult != '46'">系统繁忙,请稍后再试</p>
|
||||
<img :src="srcPending" v-if="uwResult == '46'" class="mb40 mt20" />
|
||||
<p class="title" v-if="uwResult == '46'">自核未通过,待转人核</p>
|
||||
<p class="title" v-if="uwResult == '46'">转人工核保</p>
|
||||
</div>
|
||||
<van-cell-group class="text-left">
|
||||
<van-cell title="投保人" :value="underWriteData.appntName" v-if="underWriteData.appntName != ''" />
|
||||
@@ -27,13 +27,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom-btn bg-white" v-if="uwResult != '46'">
|
||||
<div class="bottom-btn bg-white">
|
||||
<van-button type="danger" size="large" @click="goback" v-no-more-click="1000">返回投保单列表</van-button>
|
||||
</div>
|
||||
<div class="bottom-btn bg-white" v-if="uwResult == '46'">
|
||||
<van-button type="danger" style="width: 50vw" size="normal" @click="goback" v-no-more-click="1000">返回投保单列表</van-button>
|
||||
<van-button type="danger" style="width: 50vw" size="normal" @click="submit" v-no-more-click="1000">提交人工核保</van-button>
|
||||
</div>
|
||||
<!-- <div class="bottom-btn bg-white" v-if="uwResult == '46'">
|
||||
<van-button type="danger" size="large" @click="goback" v-no-more-click="1000">返回投保单列表</van-button>
|
||||
<!-- <van-button type="danger" style="width: 50vw" size="normal" @click="submit" v-no-more-click="1000">提交人工核保</van-button> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -382,6 +382,7 @@ export default {
|
||||
},
|
||||
// 点击签名
|
||||
sign(val) {
|
||||
console.log(val, 'val值')
|
||||
let that = this
|
||||
this.$toast.loading({
|
||||
duration: 0, // 持续展示 toast
|
||||
@@ -422,16 +423,17 @@ export default {
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('1', '法定监护人', this.caOffset)
|
||||
} else {
|
||||
console.log('投保人签名')
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
number: this.saleInsuredInfo.idNo,
|
||||
//姓名
|
||||
name: this.saleInsuredInfo.name,
|
||||
type: this.saleInsuredInfo.idType,
|
||||
keyword: '法定监护人',
|
||||
keyword: '被保险人或法定监护人签名',
|
||||
pageNo: '1',
|
||||
index: '1',
|
||||
offset: '-800',
|
||||
offset: '-250',
|
||||
pos: '3'
|
||||
}).then(data => {
|
||||
console.log(`--签名返回:val:${val},this.detailJump:${this.detailJump},this.relationToAppnt:${this.relationToAppnt}`, JSON.stringify(data))
|
||||
@@ -501,16 +503,17 @@ export default {
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('2', '法定监护人', '0')
|
||||
} else {
|
||||
console.log('被保人签名')
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
number: that.saleInsuredPersonInfo.idNo,
|
||||
//姓名
|
||||
name: that.saleInsuredPersonInfo.name,
|
||||
type: that.saleInsuredPersonInfo.idType,
|
||||
keyword: '法定监护人',
|
||||
keyword: '被保险人或法定监护人签名',
|
||||
pageNo: '1',
|
||||
index: '1',
|
||||
offset: '350',
|
||||
offset: '50',
|
||||
pos: '3'
|
||||
}).then(data => {
|
||||
console.log(`--签名返回:val:${val},this.detailJump:${this.detailJump},this.relationToAppnt:${this.relationToAppnt}`, JSON.stringify(data))
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<van-cell title="保单号" :value="OrderInfoDTO.contNo" />
|
||||
<van-cell title="生效日期" :value="OrderInfoDTO.cvaliDate" />
|
||||
<van-cell title="保单状态" :value="OrderInfoDTO.contState" />
|
||||
<van-cell title="签收状态" :value="OrderInfoDTO.orderStatus" />
|
||||
<!-- <van-cell title="签收状态" :value="OrderInfoDTO.orderStatus" /> -->
|
||||
<van-cell v-if="OrderInfoDTO.receiptDate != null && OrderInfoDTO.receiptDate != ''" title="签收日期" :value="OrderInfoDTO.receiptDate" />
|
||||
</van-cell-group>
|
||||
</van-collapse-item>
|
||||
|
||||
Reference in New Issue
Block a user