+
+
当前选择月份: {{ monthValue }}
+
+
+
diff --git a/src/views/ebiz/billingDetail/policyDetails.vue b/src/views/ebiz/billingDetail/policyDetails.vue
new file mode 100644
index 000000000..3f5ce5740
--- /dev/null
+++ b/src/views/ebiz/billingDetail/policyDetails.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+ 投保单号
+ {{ policyData.orderNo }}
+
+
+ 投保日期
+ {{ policyData.appntDate }}
+
+
+ 承保日期
+ {{ policyData.signDate }}
+
+
+ 总保费
+ {{ policyData.orderAmount }}元
+
+
+
+ {{ item }}
+ 暂无主险信息
+
+
+ {{ itemm }}
+ 暂无附加险信息
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index 4d7a676b4..2b67eaab1 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -102,6 +102,7 @@
{{ riskFactor.name }}
@@ -2440,6 +2444,11 @@ export default {
})
}
})
+ result.push({
+ amt: "100000.00",
+ dutyCode: "jhblxbase21",
+ dutyName: "基本责任二方案1(身故保险金或全残保险金(保额))"
+ })
trialInfo.duty = result
}
})
@@ -3115,7 +3124,8 @@ export default {
this.trialList[index].productCode == 'GFRS_M0077' ||
this.trialList[index].productCode == 'GFRS_M0057' ||
this.trialList[index].productCode == 'GFRS_M0086' ||
- this.trialList[index].productCode == 'GFRS_M0092'
+ this.trialList[index].productCode == 'GFRS_M0092' ||
+ this.trialList[index].productCode == 'GFRS_M0096'
) {
riskItem['dutyLst'] = this.trialInfos[index].duty
}
@@ -3431,4 +3441,25 @@ export default {
border: 1px solid red;
}
}
+
+.checked {
+ color: #fff !important;
+ background-color: #E9332E !important;
+ border-color: #E9332E;
+}
+/deep/ .van-icon {
+ border-color: #e9332e;
+ color: #fff !important;
+}
+.duty {
+ position: relative;
+}
+.zhe {
+ width: 30px;
+ height: 30px;
+ position: absolute;
+ top: 24.66667vw;
+ right: -4px;
+ z-index: 9;
+}
diff --git a/src/views/ebiz/generateImg/generateImg.vue b/src/views/ebiz/generateImg/generateImg.vue
index af7235081..606e8ad0e 100644
--- a/src/views/ebiz/generateImg/generateImg.vue
+++ b/src/views/ebiz/generateImg/generateImg.vue
@@ -4,10 +4,10 @@
-
{{ orderList.manageComName }}
+
{{ orderList.manageComNameFull }}
{{ orderList.name }}
-
{{ orderList.productName }}
+
{{ orderList.productNameFull }}
{{ orderList.outOrderType == 'accept' ? '承保规保' : '预收规保' }}
{{ orderList.prem }}元
{{ orderList.outOrderType == 'accept' ? '承保时间:' : '预收时间:' }}{{ orderList.appntDate }}
@@ -17,6 +17,9 @@
分享
下载
+
+
+
@@ -25,9 +28,23 @@ import html2canvas from 'html2canvas'
import { base64Excel } from '@/api/ebiz/nbs'
export default {
name: 'generateImg',
+ // generateImgData
+ props: {
+ // generateImgData: {
+ // type: Object,
+ // default: {}
+ // },
+ },
data() {
return {
- orderList: {}
+ orderList: {},
+ isIOS: false,
+ }
+ },
+ created() {
+ this.isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
+ if(this.isIOS) {
+ document.getElementsByClassName('box').style.top = '38%'
}
},
mounted() {
@@ -122,6 +139,9 @@ export default {
},
downLoadImagesFunc() {
this.domToImage(this.$refs.generateImg)
+ },
+ close() {
+ this.$emit('child-colse', '1')
}
}
}
@@ -216,10 +236,18 @@ img {
border: 2px solid;
border-image: radial-gradient(circle, rgba(255, 233, 124, 1), rgba(222, 144, 34, 1)) 2 2;
}
-
+/deep/ .van-button {
+ border-radius: 12px;
+ width: 42%;
+}
/deep/ .van-button--danger {
background: linear-gradient(to right, #f26e43, #ac0209) !important;
/*设置按钮为渐变颜色*/
border: none !important;
}
+.close {
+ position: fixed;
+ top: 0;
+ right: 0;
+}
\ No newline at end of file
diff --git a/src/views/ebiz/goodStart/PerformanceReport.vue b/src/views/ebiz/goodStart/PerformanceReport.vue
index a8ac5052f..aee50c138 100644
--- a/src/views/ebiz/goodStart/PerformanceReport.vue
+++ b/src/views/ebiz/goodStart/PerformanceReport.vue
@@ -29,7 +29,7 @@
{{ levelNames[levelLength + index] }}
-
+ lanC