mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 13:16:45 +08:00
签名关键字去除冒号
This commit is contained in:
@@ -280,13 +280,13 @@ export default {
|
|||||||
let number = personType === 0 ? this.problemInfo.appntIdCardNo : this.problemInfo.insuredIdCardNo
|
let number = personType === 0 ? this.problemInfo.appntIdCardNo : this.problemInfo.insuredIdCardNo
|
||||||
let keyword = ''
|
let keyword = ''
|
||||||
if (personType === 1) {
|
if (personType === 1) {
|
||||||
keyword = '被保险人/监护人签名:'
|
keyword = '被保险人/监护人签名'
|
||||||
}
|
}
|
||||||
if (personType === 0) {
|
if (personType === 0) {
|
||||||
if (this.releationType) {
|
if (this.releationType) {
|
||||||
keyword = '投保人/被保险人签名:'
|
keyword = '投保人/被保险人签名'
|
||||||
} else {
|
} else {
|
||||||
keyword = '投保人签名:'
|
keyword = '投保人签名'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!this.isWeixin) {
|
if (!this.isWeixin) {
|
||||||
@@ -319,12 +319,12 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
if (personType === 0) {
|
if (personType === 0) {
|
||||||
if (this.releationType) {
|
if (this.releationType) {
|
||||||
this.toAirSign('0', '投保人/被保险人签名:', '10', '2', personType)
|
this.toAirSign('0', '投保人/被保险人签名', '10', '2', personType)
|
||||||
} else {
|
} else {
|
||||||
this.toAirSign('0', '投保人签名:', '10', '2', personType)
|
this.toAirSign('0', '投保人签名', '10', '2', personType)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
let keyword = '被保险人/监护人签名:'
|
let keyword = '被保险人/监护人签名'
|
||||||
this.toAirSign('0', keyword, '10', '2', personType)
|
this.toAirSign('0', keyword, '10', '2', personType)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user