mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 03:16:43 +08:00
提交空中签名
This commit is contained in:
@@ -583,10 +583,19 @@ export default {
|
|||||||
idNo: this.saleInsuredInfo.idNo,
|
idNo: this.saleInsuredInfo.idNo,
|
||||||
name: this.saleInsuredInfo.name,
|
name: this.saleInsuredInfo.name,
|
||||||
type: this.saleInsuredInfo.idType,
|
type: this.saleInsuredInfo.idType,
|
||||||
keyword: '法定监护人',
|
keyword: '申请日期',
|
||||||
status: '2',
|
status: '2',
|
||||||
offset: '0',
|
offset: '0',
|
||||||
originUrl: location.origin
|
originUrl: location.origin,
|
||||||
|
commentKeyword: '认真', // 批注关键字
|
||||||
|
commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', // 批注文字
|
||||||
|
commentOffset: '28', // 批注偏移量
|
||||||
|
commentPos: '2', // 签字图片和关键字位置关系:等于1时,签字图片和关键字矩形重心重合
|
||||||
|
// * 等于2时,签字图片位于关键字正下方,中心线对齐;等于3时,签字图片位于关键字正右方,中心线对齐;
|
||||||
|
// * 等于4时,签字图片左上角和关键字右下角重合,可能额外附加偏移量,详见构造函数的offset参数
|
||||||
|
caType: '1', // 是否是批注
|
||||||
|
pageNo: '1', // PDF起始页
|
||||||
|
KWIndex: '1' // 第几个关键字
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
window.location.href = this.$mainUrl + '/chaolu/index.html'
|
window.location.href = this.$mainUrl + '/chaolu/index.html'
|
||||||
|
|||||||
Reference in New Issue
Block a user