mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 22:16:44 +08:00
提交超录问题
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
<div class="pt30 pl30 flex align-items-c">
|
<div class="pt30 pl30 flex align-items-c">
|
||||||
<span class="mr10">投保人签名 :</span>
|
<span class="mr10">投保人签名 :</span>
|
||||||
<div>
|
<div>
|
||||||
|
<van-button type="danger" size="small" @click="chaolu('0')" v-no-more-click="1000">超录</van-button>
|
||||||
<van-button type="danger" size="small" @click="sign('0')" v-no-more-click="1000">{{ isSign ? '签名' : '已签名' }}</van-button>
|
<van-button type="danger" size="small" @click="sign('0')" v-no-more-click="1000">{{ isSign ? '签名' : '已签名' }}</van-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -548,6 +549,22 @@ export default {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
window.location.href = this.$mainUrl + '/sign/index.html'
|
window.location.href = this.$mainUrl + '/sign/index.html'
|
||||||
|
},
|
||||||
|
// 超录
|
||||||
|
chaolu(status, keyword, offset) {
|
||||||
|
localStorage.setItem(
|
||||||
|
'signInfo',
|
||||||
|
JSON.stringify({
|
||||||
|
idNo: this.saleInsuredInfo.idNo,
|
||||||
|
name: this.saleInsuredInfo.name,
|
||||||
|
type: this.saleInsuredInfo.idType,
|
||||||
|
keyword: keyword,
|
||||||
|
status: status,
|
||||||
|
offset: offset,
|
||||||
|
originUrl: location.origin
|
||||||
|
})
|
||||||
|
)
|
||||||
|
window.location.href = this.$mainUrl + '/chaolu/index.html'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user