提交空中签名

This commit is contained in:
皮伟
2019-11-07 14:27:13 +08:00
parent 9b9065ab94
commit f4f58cff7c

View File

@@ -583,10 +583,19 @@ export default {
idNo: this.saleInsuredInfo.idNo,
name: this.saleInsuredInfo.name,
type: this.saleInsuredInfo.idType,
keyword: '法定监护人',
keyword: '申请日期',
status: '2',
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'