mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 04:16:44 +08:00
测试签名PDF
This commit is contained in:
@@ -272,7 +272,7 @@ export default {
|
||||
name,
|
||||
type: '1',
|
||||
number,
|
||||
keyword: personType === 0 ? '投保人签名' : '被保人签名',
|
||||
keyword: personType === 0 ? '投保人签名:' : '日期:',
|
||||
pageNo: '1',
|
||||
index: 1,
|
||||
offset: 20,
|
||||
@@ -301,9 +301,9 @@ export default {
|
||||
console.log('签名结果: ', res)
|
||||
} else {
|
||||
if (personType === 0) {
|
||||
this.toAirSign('0', '投保人签名', '-150', '2', personType)
|
||||
this.toAirSign('0', '投保人签名:', '-150', '2', personType)
|
||||
} else {
|
||||
this.toAirSign('0', '被保人签名', '-150', '2', personType)
|
||||
this.toAirSign('0', '被保人签名:', '-150', '2', personType)
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -416,7 +416,9 @@ export default {
|
||||
}
|
||||
},
|
||||
async getMessage({ data }) {
|
||||
let signInfo = [this.policyholderBase64]
|
||||
let signInfo = []
|
||||
if (this.policyholderBase64) signInfo.push(this.policyholderBase64)
|
||||
if (this.insurantBase64) signInfo.push(this.insurantBase64)
|
||||
// 获取dialog信息,type为confirm时为短信框,alert时是确定框
|
||||
let problemData = {
|
||||
id: this.$route.params.id,
|
||||
|
||||
Reference in New Issue
Block a user