@@ -995,7 +995,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -1013,7 +1013,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -816,7 +816,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -255,7 +255,7 @@ computed: { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -555,27 +555,10 @@ export default { | |||||
this.searchForm.endDate = ""; | this.searchForm.endDate = ""; | ||||
// this.$set(this, "time", null); | // this.$set(this, "time", null); | ||||
this.searchForm.dateType = idx; | this.searchForm.dateType = idx; | ||||
// let num = 24 * 3600 * 1000; | |||||
// // 获取当前时间戳转换为日期格式 | |||||
// if (idx == 0) { | |||||
// num = 24 * 3600 * 1000 * 0; | |||||
// } | |||||
// if (idx == 2) { | |||||
// num = 24 * 3600 * 1000 * 6; | |||||
// } | |||||
// if (idx == 6) { | |||||
// num = 24 * 3600 * 1000 * 29; | |||||
// } | |||||
// this.time = [ | |||||
// this.timestampToTime(new Date().getTime() - num), | |||||
// this.timestampToTime(new Date().getTime()), | |||||
// ]; | |||||
this.houseChange(); | this.houseChange(); | ||||
}, | }, | ||||
timestampToTime(timestamp) { | timestampToTime(timestamp) { | ||||
var date = new Date(timestamp); //时间戳为10位需*1000,时间戳为13位的话不需乘1000 | var date = new Date(timestamp); //时间戳为10位需*1000,时间戳为13位的话不需乘1000 | ||||
// var date = new Date(timestamp * 1000);//时间戳为10位需*1000,时间戳为13位的话不需乘1000 | |||||
var yyyy = date.getFullYear() + "-"; | var yyyy = date.getFullYear() + "-"; | ||||
var MM = | var MM = | ||||
@@ -586,17 +569,6 @@ export default { | |||||
// var dd = date.getDate() + ' '; | // var dd = date.getDate() + ' '; | ||||
var dd = | var dd = | ||||
(date.getDate() < 10 ? "0" + date.getDate() : date.getDate()) + " "; | (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; | return yyyy + MM + dd; | ||||
}, | }, | ||||
}, | }, | ||||
@@ -607,7 +579,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -204,7 +204,7 @@ | |||||
<div> | <div> | ||||
<el-input maxlength="20" | <el-input maxlength="20" | ||||
v-model="frosasd.name" | v-model="frosasd.name" | ||||
type="text" | type="text" | ||||
></el-input> | ></el-input> | ||||
</div> | </div> | ||||
@@ -652,7 +652,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
#app { | #app { | ||||
@@ -275,7 +275,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 40px; | padding-bottom: 40px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -1388,7 +1388,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -223,7 +223,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -1210,7 +1210,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.tongji { | .tongji { | ||||
@@ -186,7 +186,7 @@ export default { | |||||
width: 100%; | width: 100%; | ||||
height: 100%; | height: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 20px; | padding-bottom: 20px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -1399,7 +1399,7 @@ export default { | |||||
width: 100%; | width: 100%; | ||||
height:100%; | height:100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
background: #FFFFFF; | background: #FFFFFF; | ||||
} | } | ||||
@@ -1643,7 +1643,7 @@ export default { | |||||
display: flex; | display: flex; | ||||
.topzuo{ | .topzuo{ | ||||
width:75% ; | width:75% ; | ||||
min-width: 800px; | |||||
min-width: 700px; | |||||
height: 140px; | height: 140px; | ||||
background: #FFFFFF; | background: #FFFFFF; | ||||
border: 1px solid #E0E0E0; | border: 1px solid #E0E0E0; | ||||
@@ -1669,7 +1669,7 @@ export default { | |||||
} | } | ||||
.topyou{ | .topyou{ | ||||
width:24% ; | width:24% ; | ||||
min-width: 380px; | |||||
min-width: 300px; | |||||
height: 140px; | height: 140px; | ||||
padding: 10px; | padding: 10px; | ||||
background: #FFFFFF; | background: #FFFFFF; | ||||
@@ -1703,7 +1703,7 @@ export default { | |||||
height: calc(80vh - 150px); | height: calc(80vh - 150px); | ||||
.topzuo{ | .topzuo{ | ||||
width:75% ; | width:75% ; | ||||
min-width: 800px; | |||||
min-width: 700px; | |||||
height: 100%; | height: 100%; | ||||
display: flex; | display: flex; | ||||
.topzuo-zuo{ | .topzuo-zuo{ | ||||
@@ -1746,7 +1746,7 @@ export default { | |||||
} | } | ||||
.topyou{ | .topyou{ | ||||
width:24% ; | width:24% ; | ||||
min-width: 380px; | |||||
min-width: 300px; | |||||
height: 100%; | height: 100%; | ||||
background: #FFFFFF; | background: #FFFFFF; | ||||
border: 1px solid #E0E0E0; | border: 1px solid #E0E0E0; | ||||
@@ -556,14 +556,6 @@ export default { | |||||
this.searchForm.projectId = res.data[0].id; | this.searchForm.projectId = res.data[0].id; | ||||
} | } | ||||
this.houseChange(); | 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.searchForm.endDate = ""; | ||||
// this.$set(this, "time", null); | // this.$set(this, "time", null); | ||||
this.searchForm.dateType = idx; | 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(); | this.houseChange(); | ||||
}, | }, | ||||
timestampToTime(timestamp) { | timestampToTime(timestamp) { | ||||
@@ -621,17 +598,6 @@ export default { | |||||
// var dd = date.getDate() + ' '; | // var dd = date.getDate() + ' '; | ||||
var dd = | var dd = | ||||
(date.getDate() < 10 ? "0" + date.getDate() : date.getDate()) + " "; | (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; | return yyyy + MM + dd; | ||||
}, | }, | ||||
}, | }, | ||||
@@ -642,7 +608,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -495,7 +495,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -698,7 +698,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -333,7 +333,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.app-titel{ | .app-titel{ | ||||
@@ -284,7 +284,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -44,7 +44,9 @@ | |||||
> | > | ||||
</el-date-picker> | </el-date-picker> | ||||
</div> | </div> | ||||
<div style="margin-left: 26px" class="div-lab"> | |||||
</div> | |||||
<div class="app-titel"> | |||||
<div style="margin-left: 26px;margin-top: 12px;" class="div-lab"> | |||||
<div class="label">顾问</div> | <div class="label">顾问</div> | ||||
<el-select v-model="consultantlistid" @change="consultanttap" placeholder="请选择" class="div-inp"> | <el-select v-model="consultantlistid" @change="consultanttap" placeholder="请选择" class="div-inp"> | ||||
<el-option | <el-option | ||||
@@ -68,7 +70,7 @@ | |||||
</el-option> | </el-option> | ||||
</el-select> | </el-select> | ||||
</div> | </div> | ||||
</div> | |||||
</div> | |||||
</div> | </div> | ||||
<div class="app-box-san"> | <div class="app-box-san"> | ||||
<div class="zuo"> | <div class="zuo"> | ||||
@@ -1043,7 +1045,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -1093,7 +1095,7 @@ export default { | |||||
} | } | ||||
.app-top{ | .app-top{ | ||||
width: 100%; | |||||
width: 98.6%; | |||||
background: #ffffff; | background: #ffffff; | ||||
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04); | box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04); | ||||
border-radius: 4px; | border-radius: 4px; | ||||
@@ -907,14 +907,14 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.container { | .container { | ||||
display: grid; | display: grid; | ||||
grid-template-columns: repeat(5, 19%) ; | grid-template-columns: repeat(5, 19%) ; | ||||
grid-column-gap: 18px; | |||||
grid-column-gap: 12px; | |||||
} | } | ||||
@@ -537,7 +537,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -728,7 +728,7 @@ tbody tr { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab{ | .cen-tab{ | ||||
@@ -1057,7 +1057,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
@@ -666,7 +666,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
@@ -691,7 +691,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
@@ -392,7 +392,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.tophove { | .tophove { | ||||
@@ -120,7 +120,7 @@ | |||||
<el-button type="primary" size="mini" @click="Removethesecondary(index,idx,asd)">删除</el-button> | <el-button type="primary" size="mini" @click="Removethesecondary(index,idx,asd)">删除</el-button> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="sanji" style="width: 80%;" > | |||||
<div class="sanji" style="width:90%;" > | |||||
<div style="display: flex;align-items: center;height: 40px;" v-for="(sanji,indx) in asd.children" :key="indx"> | <div style="display: flex;align-items: center;height: 40px;" v-for="(sanji,indx) in asd.children" :key="indx"> | ||||
<div style="width:85% ;margin-left: 30px;">{{sanji.name||''}}</div> | <div style="width:85% ;margin-left: 30px;">{{sanji.name||''}}</div> | ||||
<div style="margin-left: 10px;"> | <div style="margin-left: 10px;"> | ||||
@@ -429,7 +429,7 @@ export default { | |||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
padding-top: 0px; | padding-top: 0px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.center{ | .center{ | ||||
@@ -290,7 +290,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -108,9 +108,6 @@ | |||||
<el-form-item label="错误词" prop="wrongWord"> | <el-form-item label="错误词" prop="wrongWord"> | ||||
<el-input v-model="ruleForm.wrongWord" maxlength="8" clearable></el-input> | <el-input v-model="ruleForm.wrongWord" maxlength="8" clearable></el-input> | ||||
</el-form-item> | </el-form-item> | ||||
<!-- <el-form-item label="描述:" prop="memo"> | |||||
<el-input type="textarea" v-model="ruleForm.memo" maxlength="50" show-word-limit clearable></el-input> | |||||
</el-form-item> --> | |||||
</el-form> | </el-form> | ||||
<div slot="footer" class="dialog-footer"> | <div slot="footer" class="dialog-footer"> | ||||
<el-button @click="dialogVisible = false">取 消</el-button> | <el-button @click="dialogVisible = false">取 消</el-button> | ||||
@@ -318,7 +315,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||
@@ -314,7 +314,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
.center-er { | .center-er { | ||||
width: 100%; | width: 100%; | ||||
@@ -1171,7 +1171,7 @@ export default { | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
min-width: 1200px; | |||||
min-width: 1000px; | |||||
padding-bottom: 100px; | padding-bottom: 100px; | ||||
} | } | ||||
.cen-tab { | .cen-tab { | ||||