mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 05:06:43 +08:00
回执签收位置问题
This commit is contained in:
@@ -518,7 +518,7 @@ export default {
|
|||||||
}
|
}
|
||||||
// 微信投保人且是回执签收
|
// 微信投保人且是回执签收
|
||||||
if (this.isWeixin) {
|
if (this.isWeixin) {
|
||||||
this.toAirSign('0', '投保人签字', '-150', '4')
|
this.toAirSign('0', '投保人签字', '0', '4')
|
||||||
} else {
|
} else {
|
||||||
// 不是微信投保人且是回执签收
|
// 不是微信投保人且是回执签收
|
||||||
EWebBridge.webCallAppInJs('ca_sign', {
|
EWebBridge.webCallAppInJs('ca_sign', {
|
||||||
|
|||||||
@@ -147,6 +147,8 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
orderInfoDTO.orderStatusText = ''
|
orderInfoDTO.orderStatusText = ''
|
||||||
}
|
}
|
||||||
|
// 测试用
|
||||||
|
orderInfoDTO.orderStatus = '0'
|
||||||
that.OrderInfoDTO = orderInfoDTO
|
that.OrderInfoDTO = orderInfoDTO
|
||||||
// 投保人信息
|
// 投保人信息
|
||||||
this.filterData(dataDictionary.sex, 'sex', appntDTO)
|
this.filterData(dataDictionary.sex, 'sex', appntDTO)
|
||||||
|
|||||||
Reference in New Issue
Block a user