Browse Source

init

newStyle
wangxiaohua 2 years ago
parent
commit
6dc7dcc36b
31 changed files with 42 additions and 105 deletions
  1. +1
    -1
      src/views/Customer/AgentManagement.vue
  2. +1
    -1
      src/views/Customer/CompanyRecord.vue
  3. +1
    -1
      src/views/Customer/Companymanagement.vue
  4. +1
    -1
      src/views/Customer/SalesStage.vue
  5. +1
    -29
      src/views/Customer/index.vue
  6. +2
    -2
      src/views/Customer/label.vue
  7. +1
    -1
      src/views/Equipment/batch.vue
  8. +1
    -1
      src/views/Equipment/index.vue
  9. +1
    -1
      src/views/Equipment/record.vue
  10. +1
    -1
      src/views/Equipment/state.vue
  11. +1
    -1
      src/views/File/index.vue
  12. +5
    -5
      src/views/Receive/index.vue
  13. +1
    -35
      src/views/ReceivingRecords/index.vue
  14. +1
    -1
      src/views/Statistics/BuildingContrast.vue
  15. +1
    -1
      src/views/Statistics/ConsultantBrand.vue
  16. +1
    -1
      src/views/Statistics/EmployeesReceive.vue
  17. +1
    -1
      src/views/Statistics/Insightintothedetails.vue
  18. +6
    -4
      src/views/Statistics/MentoringAbility.vue
  19. +2
    -2
      src/views/Statistics/ReceptionOverview.vue
  20. +1
    -1
      src/views/Statistics/ReceptionStatistical.vue
  21. +1
    -1
      src/views/Statistics/TheTeamCompared.vue
  22. +1
    -1
      src/views/Statistics/TrendAnalysis.vue
  23. +1
    -1
      src/views/Statistics/dataScreeOrg.vue
  24. +1
    -1
      src/views/Statistics/dataScreeSys.vue
  25. +1
    -1
      src/views/Statistics/index.vue
  26. +1
    -1
      src/views/Template/Pinspeakwords.vue
  27. +1
    -1
      src/views/Template/SystemarketingWordMB.vue
  28. +1
    -1
      src/views/Template/taboo.vue
  29. +1
    -4
      src/views/Template/wrongword.vue
  30. +1
    -1
      src/views/building/area.vue
  31. +1
    -1
      src/views/building/index.vue

+ 1
- 1
src/views/Customer/AgentManagement.vue View File

@@ -995,7 +995,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab{


+ 1
- 1
src/views/Customer/CompanyRecord.vue View File

@@ -1013,7 +1013,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab{


+ 1
- 1
src/views/Customer/Companymanagement.vue View File

@@ -816,7 +816,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab{


+ 1
- 1
src/views/Customer/SalesStage.vue View File

@@ -255,7 +255,7 @@ computed: {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 1
- 29
src/views/Customer/index.vue View File

@@ -555,27 +555,10 @@ 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 == 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();
},
timestampToTime(timestamp) {
var date = new Date(timestamp); //时间戳为10位需*1000,时间戳为13位的话不需乘1000
// var date = new Date(timestamp * 1000);//时间戳为10位需*1000,时间戳为13位的话不需乘1000

var yyyy = date.getFullYear() + "-";

var MM =
@@ -586,17 +569,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;
},
},
@@ -607,7 +579,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 2
- 2
src/views/Customer/label.vue View File

@@ -204,7 +204,7 @@
<div>
<el-input maxlength="20"
v-model="frosasd.name"
type="text"
></el-input>
</div>
@@ -652,7 +652,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
#app {


+ 1
- 1
src/views/Equipment/batch.vue View File

@@ -275,7 +275,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 40px;
}
.cen-tab{


+ 1
- 1
src/views/Equipment/index.vue View File

@@ -1388,7 +1388,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 1
- 1
src/views/Equipment/record.vue View File

@@ -223,7 +223,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 1
- 1
src/views/Equipment/state.vue View File

@@ -1210,7 +1210,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.tongji {


+ 1
- 1
src/views/File/index.vue View File

@@ -186,7 +186,7 @@ export default {
width: 100%;
height: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 20px;
}
.cen-tab{


+ 5
- 5
src/views/Receive/index.vue View File

@@ -1399,7 +1399,7 @@ export default {
width: 100%;
height:100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
background: #FFFFFF;
}
@@ -1643,7 +1643,7 @@ export default {
display: flex;
.topzuo{
width:75% ;
min-width: 800px;
min-width: 700px;
height: 140px;
background: #FFFFFF;
border: 1px solid #E0E0E0;
@@ -1669,7 +1669,7 @@ export default {
}
.topyou{
width:24% ;
min-width: 380px;
min-width: 300px;
height: 140px;
padding: 10px;
background: #FFFFFF;
@@ -1703,7 +1703,7 @@ export default {
height: calc(80vh - 150px);
.topzuo{
width:75% ;
min-width: 800px;
min-width: 700px;
height: 100%;
display: flex;
.topzuo-zuo{
@@ -1746,7 +1746,7 @@ export default {
}
.topyou{
width:24% ;
min-width: 380px;
min-width: 300px;
height: 100%;
background: #FFFFFF;
border: 1px solid #E0E0E0;


+ 1
- 35
src/views/ReceivingRecords/index.vue View File

@@ -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 {


+ 1
- 1
src/views/Statistics/BuildingContrast.vue View File

@@ -495,7 +495,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab{


+ 1
- 1
src/views/Statistics/ConsultantBrand.vue View File

@@ -698,7 +698,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 1
- 1
src/views/Statistics/EmployeesReceive.vue View File

@@ -333,7 +333,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.app-titel{


+ 1
- 1
src/views/Statistics/Insightintothedetails.vue View File

@@ -284,7 +284,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab{


+ 6
- 4
src/views/Statistics/MentoringAbility.vue View File

@@ -44,7 +44,9 @@
>
</el-date-picker>
</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>
<el-select v-model="consultantlistid" @change="consultanttap" placeholder="请选择" class="div-inp">
<el-option
@@ -68,7 +70,7 @@
</el-option>
</el-select>
</div>
</div>
</div>
</div>
<div class="app-box-san">
<div class="zuo">
@@ -1043,7 +1045,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {
@@ -1093,7 +1095,7 @@ export default {
}

.app-top{
width: 100%;
width: 98.6%;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 2
- 2
src/views/Statistics/ReceptionOverview.vue View File

@@ -907,14 +907,14 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}

.container {
display: grid;
grid-template-columns: repeat(5, 19%) ;
grid-column-gap: 18px;
grid-column-gap: 12px;
}




+ 1
- 1
src/views/Statistics/ReceptionStatistical.vue View File

@@ -537,7 +537,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 1
- 1
src/views/Statistics/TheTeamCompared.vue View File

@@ -728,7 +728,7 @@ tbody tr {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab{


+ 1
- 1
src/views/Statistics/TrendAnalysis.vue View File

@@ -1057,7 +1057,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}



+ 1
- 1
src/views/Statistics/dataScreeOrg.vue View File

@@ -666,7 +666,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}



+ 1
- 1
src/views/Statistics/dataScreeSys.vue View File

@@ -691,7 +691,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}



+ 1
- 1
src/views/Statistics/index.vue View File

@@ -392,7 +392,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.tophove {


+ 1
- 1
src/views/Template/Pinspeakwords.vue View File

@@ -120,7 +120,7 @@
<el-button type="primary" size="mini" @click="Removethesecondary(index,idx,asd)">删除</el-button>
</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="width:85% ;margin-left: 30px;">{{sanji.name||''}}</div>
<div style="margin-left: 10px;">


+ 1
- 1
src/views/Template/SystemarketingWordMB.vue View File

@@ -429,7 +429,7 @@ export default {
width: 100%;
padding: 15px;
padding-top: 0px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.center{


+ 1
- 1
src/views/Template/taboo.vue View File

@@ -290,7 +290,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 1
- 4
src/views/Template/wrongword.vue View File

@@ -108,9 +108,6 @@
<el-form-item label="错误词" prop="wrongWord">
<el-input v-model="ruleForm.wrongWord" maxlength="8" clearable></el-input>
</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>
<div slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false">取 消</el-button>
@@ -318,7 +315,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


+ 1
- 1
src/views/building/area.vue View File

@@ -314,7 +314,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
.center-er {
width: 100%;


+ 1
- 1
src/views/building/index.vue View File

@@ -1171,7 +1171,7 @@ export default {
.box-center {
width: 100%;
padding: 15px;
min-width: 1200px;
min-width: 1000px;
padding-bottom: 100px;
}
.cen-tab {


Loading…
Cancel
Save