|
|
@@ -556,14 +556,6 @@ export default { |
|
|
|
this.searchForm.projectId = res.data[0].id; |
|
|
|
} |
|
|
|
this.houseChange(); |
|
|
|
// this.searchForm.projectId = res.data[0].id; |
|
|
|
// this.tabtimetap(0); |
|
|
|
// // 获取接待记录列表 |
|
|
|
// this.findbypage(); |
|
|
|
// // 获取客户意向 |
|
|
|
// this.findKeywords(); |
|
|
|
// // 获取置业顾问列表 |
|
|
|
// this.findUserListByHouseId(); |
|
|
|
}); |
|
|
|
}, |
|
|
|
// 置业顾问列表 |
|
|
@@ -590,21 +582,6 @@ export default { |
|
|
|
this.searchForm.endDate = ""; |
|
|
|
// this.$set(this, "time", null); |
|
|
|
this.searchForm.dateType = idx; |
|
|
|
// let num = 24 * 3600 * 1000; |
|
|
|
// // 获取当前时间戳转换为日期格式 |
|
|
|
// if (idx == 0) { |
|
|
|
// num = 24 * 3600 * 1000 * 0; |
|
|
|
// } |
|
|
|
// if (idx == 1) { |
|
|
|
// num = 24 * 3600 * 1000 * 1; |
|
|
|
// } |
|
|
|
// if (idx == 2) { |
|
|
|
// num = 24 * 3600 * 1000 * 7; |
|
|
|
// } |
|
|
|
// this.time = [ |
|
|
|
// this.timestampToTime(new Date().getTime() - num), |
|
|
|
// this.timestampToTime(new Date().getTime()), |
|
|
|
// ]; |
|
|
|
this.houseChange(); |
|
|
|
}, |
|
|
|
timestampToTime(timestamp) { |
|
|
@@ -621,17 +598,6 @@ export default { |
|
|
|
// var dd = date.getDate() + ' '; |
|
|
|
var dd = |
|
|
|
(date.getDate() < 10 ? "0" + date.getDate() : date.getDate()) + " "; |
|
|
|
|
|
|
|
// var HH = date.getHours() + ':'; |
|
|
|
// var HH = (date.getHours() < 10 ? '0'+(date.getHours()) : date.getHours()) + ':'; |
|
|
|
// |
|
|
|
// // var mm = date.getMinutes() + ':'; |
|
|
|
// var mm = (date.getMinutes() < 10 ? '0'+(date.getMinutes()) : date.getMinutes()) + ':'; |
|
|
|
// |
|
|
|
// // var ss = date.getSeconds(); |
|
|
|
// var ss = (date.getSeconds() < 10 ? '0'+(date.getSeconds()) : date.getSeconds()); |
|
|
|
|
|
|
|
// return yyyy+MM+dd+HH+mm+ss; |
|
|
|
return yyyy + MM + dd; |
|
|
|
}, |
|
|
|
}, |
|
|
@@ -642,7 +608,7 @@ export default { |
|
|
|
.box-center { |
|
|
|
width: 100%; |
|
|
|
padding: 15px; |
|
|
|
min-width: 1200px; |
|
|
|
min-width: 1000px; |
|
|
|
padding-bottom: 100px; |
|
|
|
} |
|
|
|
.cen-tab { |
|
|
|