mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 21:06:43 +08:00
投被同人微信端处理
This commit is contained in:
@@ -301,7 +301,11 @@ export default {
|
|||||||
if (personType === 0) {
|
if (personType === 0) {
|
||||||
this.toAirSign('0', '投保人签名:', '10', '2', personType)
|
this.toAirSign('0', '投保人签名:', '10', '2', personType)
|
||||||
} else {
|
} else {
|
||||||
this.toAirSign('0', '被保险人签名:', '10', '2', personType)
|
let keyword = '被保险人签名:'
|
||||||
|
if (this.releationType) {
|
||||||
|
keyword = '投保人/' + keyword
|
||||||
|
}
|
||||||
|
this.toAirSign('0', keyword, '10', '2', personType)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user