mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 08:16:43 +08:00
更改抄录问题
This commit is contained in:
@@ -117,7 +117,7 @@ export default {
|
||||
this.base64 = imgBase64Data
|
||||
this.isDisabledComplite = false
|
||||
console.log('signInfo.status:' + signInfo.status)
|
||||
if (signInfo.status == '1') {
|
||||
if (signInfo.status == '0') {
|
||||
// this.appntSign.documentStatus = '3'
|
||||
console.log('``````````````````')
|
||||
this.$set(this.appntSign, 'documentStatus', '3')
|
||||
@@ -222,7 +222,7 @@ export default {
|
||||
if (this.detailJump != '1') {
|
||||
if (this.relationToAppnt == '1') {
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('1', '签字日期', '-150', '2')
|
||||
this.toAirSign('0', '签字日期', '-150', '2')
|
||||
} else {
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
@@ -246,7 +246,7 @@ export default {
|
||||
}
|
||||
} else {
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('1', '签字日期', '-150', '2')
|
||||
this.toAirSign('0', '签字日期', '-150', '2')
|
||||
} else {
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
@@ -301,7 +301,7 @@ export default {
|
||||
break
|
||||
}
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('1', '签字日期', '-150', '2')
|
||||
this.toAirSign('0', '签字日期', '-150', '2')
|
||||
} else {
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
|
||||
@@ -610,7 +610,7 @@ export default {
|
||||
type: this.saleInsuredInfo.idType,
|
||||
originStatus: '4',
|
||||
keyword: '投保人签名',
|
||||
status: '1',
|
||||
status: '0',
|
||||
offset: '10',
|
||||
originUrl: location.href,
|
||||
commentKeyword: '认真', // 批注关键字
|
||||
@@ -634,7 +634,7 @@ export default {
|
||||
type: this.saleInsuredInfo.idType,
|
||||
originStatus: '4',
|
||||
keyword: '投保人',
|
||||
status: '2',
|
||||
status: '0',
|
||||
offset: '0',
|
||||
originUrl: location.href,
|
||||
commentKeyword: '认真', // 批注关键字
|
||||
@@ -763,8 +763,8 @@ export default {
|
||||
this.base64 = imgBase64Data
|
||||
this.isDisabledComplite = false
|
||||
console.log('signInfo.status:' + signInfo.status)
|
||||
if (signInfo.status == '1') {
|
||||
this.appntSign.documentStatus = '3'
|
||||
if (signInfo.status == '0') {
|
||||
// this.appntSign.documentStatus = '3'
|
||||
console.log('``````````````````')
|
||||
this.$set(this.appntSign, 'documentStatus', '3')
|
||||
console.log('appntSign.documentStatus: ' + this.appntSign.documentStatus)
|
||||
@@ -772,7 +772,8 @@ export default {
|
||||
this.isDisabledComplite = false
|
||||
// this.isDisable = false
|
||||
} else {
|
||||
this.insuredSign.documentStatus = '3'
|
||||
this.$set(this.insuredSign, 'documentStatus', '3')
|
||||
// this.insuredSign.documentStatus = '3'
|
||||
this.isDisabledComplite = false
|
||||
this.isSign = false
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
this.base64 = imgBase64Data
|
||||
this.isDisabledComplite = false
|
||||
console.log('signInfo.status:' + signInfo.status)
|
||||
if (signInfo.status == '1') {
|
||||
if (signInfo.status == '0') {
|
||||
// this.appntSign.documentStatus = '3'
|
||||
console.log('``````````````````')
|
||||
this.$set(this.appntSign, 'documentStatus', '3')
|
||||
@@ -216,7 +216,7 @@ export default {
|
||||
if (this.detailJump != '1') {
|
||||
if (this.relationToAppnt == '1') {
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('1', '投保人签名', '5', '1')
|
||||
this.toAirSign('0', '投保人签名', '5', '1')
|
||||
} else {
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
@@ -240,7 +240,7 @@ export default {
|
||||
}
|
||||
} else {
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('1', '投保人签名', '5', '1')
|
||||
this.toAirSign('0', '投保人签名', '5', '1')
|
||||
} else {
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
@@ -295,7 +295,7 @@ export default {
|
||||
break
|
||||
}
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('1', '投保人签名', '5', '1')
|
||||
this.toAirSign('0', '投保人签名', '5', '1')
|
||||
} else {
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
|
||||
Reference in New Issue
Block a user