mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
增加回执签收
This commit is contained in:
@@ -479,7 +479,7 @@ export default {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
if (this.isWeixin) {
|
if (this.isWeixin) {
|
||||||
this.toAirSign('1', '签收日期', '-150')
|
this.toAirSign('1', '投保人签字', '-150')
|
||||||
} else {
|
} else {
|
||||||
EWebBridge.webCallAppInJs('ca_sign', {
|
EWebBridge.webCallAppInJs('ca_sign', {
|
||||||
//身份证号码
|
//身份证号码
|
||||||
@@ -487,11 +487,11 @@ export default {
|
|||||||
//姓名
|
//姓名
|
||||||
name: that.saleInsuredInfo.name,
|
name: that.saleInsuredInfo.name,
|
||||||
type: that.saleInsuredInfo.idType,
|
type: that.saleInsuredInfo.idType,
|
||||||
keyword: '签收日期',
|
keyword: '投保人签字',
|
||||||
pageNo: '1',
|
pageNo: '1',
|
||||||
index: '1',
|
index: '1',
|
||||||
offset: '-150',
|
offset: '20',
|
||||||
pos: '3'
|
pos: '3' //设置偏移量 3表示右侧
|
||||||
}).then(data => {
|
}).then(data => {
|
||||||
console.log(`--签名返回:val:${val},this.detailJump:${this.detailJump},this.relationToAppnt:${this.relationToAppnt}`, JSON.stringify(data))
|
console.log(`--签名返回:val:${val},this.detailJump:${this.detailJump},this.relationToAppnt:${this.relationToAppnt}`, JSON.stringify(data))
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user