diff --git a/src/assets/sass/variables.scss b/src/assets/sass/variables.scss index d292a9f2f..8cc2d6554 100644 --- a/src/assets/sass/variables.scss +++ b/src/assets/sass/variables.scss @@ -19,15 +19,31 @@ $font-size-xl: 18px !default; $font-size-xll: 26px !default; // 宽度列表 -$width-list: 8 10 12 15 18 20 35 40 45 50 60 70 80 86 90 100 110 120 130 140 150 155 160 165 180 192 200 220 240 250 260 280 315 325 345 350 365 400 440 445 450 - 550 700 1340; +$width-list: 8 10 12 15 18 20 35 40 45 50 60 70 80 86 90 100 110 120 130 140 150 155 160 165 180 192 200 220 240 250 260 280 315 325 345 350 365 400 440 445 450 550 700 1340; // 内外边距列表 -$distance-list: 0 1 2 5 6 7 8 9 10 12 15 20 25 30 35 40 45 50 60 70 80 86 90 100 150 165 185 210; -$distance-class-list: m, mv, mh, mt, ml, mr, mb, p, pv, ph, pt, pl, pr, pb, top, left, right, bottom; +$distance-list: 0 1 2 5 6 7 8 9 10 12 15 20 25 30 35 40 45 50 60 70 80 86 90 100 145 150 165 185 210; +$distance-class-list: m, +mv, +mh, +mt, +ml, +mr, +mb, +p, +pv, +ph, +pt, +pl, +pr, +pb, +top, +left, +right, +bottom; //圆角弧度 $radius: 1 2 3 4 5 6 7 8 9 10 12 15 18 20 50 100; //透明度 -$opacity: 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9; +$opacity: 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9; \ No newline at end of file diff --git a/src/views/ebiz/sale/InsuranceTip.vue b/src/views/ebiz/sale/InsuranceTip.vue index b69abbbf0..1c792e89a 100644 --- a/src/views/ebiz/sale/InsuranceTip.vue +++ b/src/views/ebiz/sale/InsuranceTip.vue @@ -1,10 +1,6 @@ @@ -632,6 +615,14 @@ export default { } else { that.isDisable = true } + + if (that.radio == '1' && val.appntSign.tipsSignStatus == '1') { + // console.log('进来了') + // console.log(that.isDisabledComplite, '进来了') + that.isDisabledComplite = false + // console.log(that.isDisabledComplite) + // console.log('111') + } } else { if (val.isOver == true && val.radio != '' && val.insuredSign.tipsSignStatus !== '1') { that.isDisableInsured = false @@ -639,11 +630,13 @@ export default { that.isDisableInsured = true } } - if (val.appntSign.tipsSignStatus == '1' && val.insuredSign.tipsSignStatus == '1') { - that.isDisabledComplite = false - } else { - that.isDisabledComplite = true - } + // if (val.appntSign.tipsSignStatus == '1' && val.insuredSign.tipsSignStatus == '1') { + // // console.log('jinlaile') + // that.isDisabledComplite = false + // } else { + // // console.log('444444444') + // that.isDisabledComplite = true + // } if (val.appntSign.tipsSignStatus == '1') { that.isDisable = true } @@ -657,6 +650,9 @@ export default { } else { that.isDisable = true } + if (that.radio == '1' && val.appntSign.tipsSignStatus == '1') { + that.isDisabledComplite = false + } } else { if (val.isOver == true && val.radio != '') { that.isDisableInsured = false diff --git a/src/views/ebiz/sale/NotifyingMessage.vue b/src/views/ebiz/sale/NotifyingMessage.vue index 1578fce2e..dbfd6e3af 100644 --- a/src/views/ebiz/sale/NotifyingMessage.vue +++ b/src/views/ebiz/sale/NotifyingMessage.vue @@ -12,9 +12,10 @@
- + {{ impartTypeNumber[im.impartType] }} - {{ im.impartType == 0 || im.impartType == 1 ? saleInsuredInfo.name : saleInsuredPersonInfo.name }} + {{ im.impartType == 0 || im.impartType == 2 ? saleInsuredInfo.name : saleInsuredPersonInfo.name }} +
@@ -38,64 +29,37 @@
投保人签名 :
- {{ appntSign.signStatus == '0' ? '签名' : '已签名' }} + {{ + appntSign.signStatus == '0' ? '签名' : '已签名' + }}
- {{ appntSign.signStatus == '0' ? '未签名' : '已签名' }} + {{ + appntSign.signStatus == '0' ? '未签名' : '已签名' + }}
被保人/监护人签名:
- {{ insuredSign.signStatus == '0' ? '未签名' : '已签名' }} + {{ + insuredSign.signStatus == '0' ? '未签名' : '已签名' + }}
- {{ insuredSign.signStatus == '0' ? '签名' : '已签名' }} + {{ + insuredSign.signStatus == '0' ? '签名' : '已签名' + }}
- 提交 + 提交
- 完成 + 完成
@@ -470,7 +434,7 @@ export default { offset: this.caOffset, pos: '3' }).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() if (JSON.parse(data).state == '1') { this.base64 = decodeURI(JSON.parse(data).sign) @@ -521,7 +485,7 @@ export default { offset: '-150', pos: '3' }).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() if (JSON.parse(data).state == '1') { that.base64 = decodeURI(JSON.parse(data).sign) @@ -549,7 +513,7 @@ export default { offset: '0', pos: '3' }).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() if (JSON.parse(data).state == '1') { that.base64 = decodeURI(JSON.parse(data).sign) @@ -579,7 +543,6 @@ export default { async created() { let that = this - that.detailJump = window.localStorage.getItem('detailJump') that.signVal = window.localStorage.getItem('sign-val')