短信接收人
-
@@ -78,7 +78,7 @@
- {{ scope.row.createAt | formaDate("yyyy-MM-dd hh:mm:ss") }}
+ {{ scope.row.updateAt | formaDate("yyyy-MM-dd hh:mm:ss") }}
@@ -123,6 +123,7 @@ export default {
return {
queryDate: '',
queryParam: {
+ contact:'',
traceId: '',
phone: '',
beginTime: '',
@@ -146,7 +147,9 @@ export default {
handleChangeDate() {
this.activeUsage = ''
if (this.queryDate === null) {
- this.setDateFast()
+ this.queryParam.beginTime = ''
+ this.queryParam.endTime = ''
+ this.queryDate = ''
} else {
this.queryParam.beginTime = this.$util.getDayStart(this.queryDate[0])
this.queryParam.endTime = this.$util.getDayEnd(this.queryDate[1])
@@ -169,8 +172,9 @@ export default {
},
// 列表数据
getList(val) {
- this.queryParam.planBegin = this.queryParam.beginTime
- this.queryParam.planEnd = this.queryParam.endTime
+ this.queryParam.startTime = this.queryParam.beginTime
+ // this.queryParam.planBegin = this.queryParam.beginTime
+ // this.queryParam.planEnd = this.queryParam.endTime
this.queryParam.current = val
api.posttrace_sms_detail(this.queryParam).then(res => {
if (!res.code) {
diff --git a/src/pages/mediation-management/index.vue b/src/pages/mediation-management/index.vue
index eb6cdf8..157c5e5 100644
--- a/src/pages/mediation-management/index.vue
+++ b/src/pages/mediation-management/index.vue
@@ -695,6 +695,8 @@ import { values } from "lodash";
this.queryParam.size = 10
this.activeUsage = ''
this.queryDate = ''
+ this.activeName = 'all'
+ this.getCaseInfoList(1)
},
handleSearch() {
this.queryParam.size = 10;
diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue
index b41bd96..53983b4 100644
--- a/src/pages/mediation-page/components/MediationRoom.vue
+++ b/src/pages/mediation-page/components/MediationRoom.vue
@@ -340,12 +340,7 @@ export default {
caseId:'',
linkedWay:''
},
- materialTypeOptions: [
- {label:'承诺账户',value:'1'},{label:'重点账户',value:'2'},{label:'拒联账户',value:'3'},{label:'已结清客户',value:'4'},
- {label:'疑难账户',value:'5'},{label:'失联账户',value:'6'},{label:'半失联账户',value:'7'},{label:'部分还款账户',value:'8'},
- {label:'适诉案件',value:'9'},{label:'可联账户',value:'10'},{label:'投诉倾向客户',value:'11'},{label:'分期客户',value:'12'},
- {label:'其他/无标签',value:'13'}
- ],
+ materialTypeOptions: this.$util.getMediationprogress(),
queue: false,
queueList: [],
diff --git a/src/pages/workbench/index.vue b/src/pages/workbench/index.vue
index e3d9834..7fed792 100644
--- a/src/pages/workbench/index.vue
+++ b/src/pages/workbench/index.vue
@@ -171,7 +171,7 @@
文书送达追踪{{traceData.documentDeliveryTrackingCount.failed}}/{{traceData.documentDeliveryTrackingCount.total}}