Browse Source

禅道bug

newStyle
jyt 2 years ago
parent
commit
577fa77f9c
4 changed files with 14 additions and 3 deletions
  1. +5
    -3
      src/page/wel.vue
  2. +1
    -0
      src/views/Equipment/index.vue
  3. +1
    -0
      src/views/Equipment/state.vue
  4. +7
    -0
      src/views/ReceivingRecords/index.vue

+ 5
- 3
src/page/wel.vue View File

@@ -697,7 +697,9 @@
</div>

</div>
<div class="pagechen">
<div class="pagechen" @click="
toDetail('/ReceivingRecords/index', 'validInvalid,0', '接待记录')
">

<div style="width:100%">
<div class="pageboxtitle1 projectCardItem">
@@ -735,7 +737,7 @@


</div>
<div class="pagechen">
<div class="pagechen" @click="toDetail('/ReceivingRecords/index', 'taboo,1,dateType,0,validInvalid,0', '接待记录')">

<div style="width:100%">
<div class="pageboxtitle1 projectCardItem">
@@ -772,7 +774,7 @@
</div>

</div>
<div class="pagechen">
<div class="pagechen" @click="toDetail('/ReceivingRecords/index', '', '接待记录')">
<div style="width:100%">
<div class="pageboxtitle1 projectCardItem">
<div class="sum">平均接待时长(分钟)


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

@@ -223,6 +223,7 @@
@selection-change="handleSelectionChange"
style="width: 100%"
height="390"
:header-cell-style="{background:'#F5F7FA',color:'#333333'}"
>
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column type="index" label="序号" align="center">


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

@@ -353,6 +353,7 @@
@selection-change="handleSelectionChange"
style="width: 100%"
height="390"
:header-cell-style="{background:'#F5F7FA',color:'#333333'}"
>
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column type="index" label="序号" align="center">


+ 7
- 0
src/views/ReceivingRecords/index.vue View File

@@ -438,6 +438,13 @@ export default {
if (this.$route.query.houseId) {
this.searchForm.projectId = this.$route.query.houseId;
}
if(this.$route.query.types){
let arr = this.$route.query.types.split(",");
console.log(arr)
this.searchForm[arr[0]] = arr[1]
this.searchForm[arr[2]] = arr[3]
this.searchForm[arr[4]] = arr[5]
}
// 获取项目列表
this.zkhousePage();
},


Loading…
Cancel
Save