时间
- 全部
+
按月份查询
按时间范围查询
@@ -319,7 +333,7 @@ export default {
data() {
return {
timeMinDate: new Date(new Date().getFullYear() - 3, new Date().getMonth() + 1, new Date().getDate()),
- timeMaxDate: new Date(new Date().getFullYear(), new Date().getMonth() + 1, new Date().getDate()),
+ timeMaxDate: new Date(),
TimeFlag: '',
currentDate: '',
timeShow: false,
@@ -334,7 +348,7 @@ export default {
dateFlag: 'm',
style02: 'style02', //style02 时,显示红字红三角的样式,不写的话展示默认样式
currentIndex: 0, //0 当月 1当天
- theads: ['序号', '承保时间', '预收时间', '产品名称', '保费', '业务员姓名', '机构','查看'],
+ theads: ['序号', '承保时间', '预收时间', '产品名称', '保费', '业务员', '机构','查看'],
tableData: [],
total: 0,
minDate: '',
@@ -385,11 +399,13 @@ export default {
hebaoShow: false,
xiangqingShow: false,
orderNo: '',
+ listShow: false,
}
},
created() {
this.getyaerMonth();
this.getmonthList();
+ this.getdayList();
this.outOrderTypeChange();
},
mounted() {
@@ -647,8 +663,11 @@ export default {
}
this.tableData = this.tableData = res.content.list
this.total = res.content.total
- // this.tableData.push(...res.content.list)
this.loading = false
+ this.listShow = true
+ } else{
+ this.tableData = []
+ this.listShow = false
}
}
})
@@ -775,6 +794,11 @@ export default {
if(e == 'm') {
this.overlayShow = true
// this.titleText = this.monthValue
+ this.getyaerMonth();
+ }
+ if(e == 'y') {
+ this.dialogForm.startDate = ''
+ this.dialogForm.endDate = ''
}
},
@@ -805,13 +829,14 @@ export default {
this.overlayShow = false
},
outOrderTypeChange() {
- this.theads = ['序号', '承保时间', '预收时间', '产品名称', '保费', '业务员姓名', '机构','查看']
+ this.theads = ['序号', '承保时间', '预收时间', '产品名称', '保费', '业务员', '机构','查看']
if (this.outOrderType === 'accept') {
this.theads.splice(2,1)
} else {
this.theads.splice(1,1)
}
+
},
xiangqing(num) {
this.orderNo = num
@@ -832,6 +857,15 @@ export default {
const oneYearAgoDate = getOneYearAgoDate();
this.minDate = oneYearAgoDate
},
+ getdayList() {
+ function getOneYearAgoDate() {
+ const now = new Date();
+ now.setFullYear(now.getFullYear() - 2);
+ return now;
+ }
+ const oneYearAgoDate = getOneYearAgoDate();
+ this.timeMinDate = oneYearAgoDate
+ },
}
}
@@ -943,6 +977,14 @@ table {
justify-content: space-between;
background: #ee3030;
}
+.topBox {
+ display: flex;
+ align-items: center;
+ justify-content: start;
+}
+.shouButton {
+ margin-right: 10px;
+}
.checked {
color: #ee3030;
}
@@ -986,4 +1028,9 @@ table {
top: 0;
left: 0;
}
+.noList {
+ font-size: 18px;
+ text-align: center;
+ margin-top: 100px;
+}
diff --git a/src/views/ebiz/billingDetail/policyDetails.vue b/src/views/ebiz/billingDetail/policyDetails.vue
index dd255f6a3..3f5ce5740 100644
--- a/src/views/ebiz/billingDetail/policyDetails.vue
+++ b/src/views/ebiz/billingDetail/policyDetails.vue
@@ -119,7 +119,7 @@ export default {
padding: 7px 0px;
border-bottom: 0.5px #ccc solid;
.title {
- width: 150px;
+ width: 110px;
font-size: 16px;
color: #333;
}
diff --git a/src/views/ebiz/generateImg/generateImg.vue b/src/views/ebiz/generateImg/generateImg.vue
index a07f14ac9..8f831fc91 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 }}