回执签收位置问题

This commit is contained in:
皮伟
2019-11-15 17:56:32 +08:00
parent 1ebb8e4c2c
commit cee2f85afb
2 changed files with 3 additions and 1 deletions

View File

@@ -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', {

View File

@@ -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)