mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 06:36:45 +08:00
签名关键字修改
This commit is contained in:
@@ -280,11 +280,7 @@ 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) {
|
||||||
if (this.releationType) {
|
keyword = '被保险人/监护人签名:'
|
||||||
keyword = '投保人/被保险人签名:'
|
|
||||||
} else {
|
|
||||||
keyword = '被保险人/监护人签名:'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (personType === 0) {
|
if (personType === 0) {
|
||||||
if (this.releationType && this.$route.query.receiveType === '1') {
|
if (this.releationType && this.$route.query.receiveType === '1') {
|
||||||
|
|||||||
Reference in New Issue
Block a user