Browse Source

init

newStyle
lancer 2 years ago
parent
commit
f44b25789f
6 changed files with 10 additions and 9 deletions
  1. +1
    -1
      src/views/Customer/CompanyRecord.vue
  2. +1
    -1
      src/views/Customer/Companymanagement.vue
  3. +1
    -1
      src/views/Equipment/index.vue
  4. +1
    -0
      src/views/Statistics/BuildingContrast.vue
  5. +3
    -3
      src/views/Statistics/trend.vue
  6. +3
    -3
      src/views/building/index.vue

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

@@ -10,7 +10,7 @@
</div> -->
<div class="label">公司名称:</div>
<div>
<el-input maxlength="10" clearable v-model="name"></el-input>
<el-input maxlength="30" clearable v-model="name"></el-input>
</div>
<div v-if="orgType==0" class="label">运营人员:</div>
<div v-if="orgType==0">


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

@@ -10,7 +10,7 @@
</div> -->
<div class="label">公司名称:</div>
<div>
<el-input maxlength="10" clearable v-model="name"></el-input>
<el-input maxlength="30" clearable v-model="name"></el-input>
</div>
<div v-if="orgType==0" class="label">运营人员:</div>
<div v-if="orgType==0">


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

@@ -395,7 +395,7 @@
v-if="orgType == 0 && equ_index_bind&&row.receiveType!=2"
>绑定</el-dropdown-item
>
<el-dropdown-item command="infoeditor">修改</el-dropdown-item>
<!-- <el-dropdown-item command="infoeditor">修改</el-dropdown-item> -->
<el-dropdown-item command="toinifodelete" v-if="equ_index_del&&row.receiveType!=2"
>删除</el-dropdown-item
>


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

@@ -461,6 +461,7 @@ export default {
this.houseTable()
},
confirmtime(){
this.TimetoAhoose=7
this.statDateStart=this.customtime[0];
this.statDateEnd=this.customtime[1];
this.page=1;


+ 3
- 3
src/views/Statistics/trend.vue View File

@@ -17,7 +17,7 @@
>
</el-option> -->
<el-option label="代理商" v-if="orgType==0" value="0"></el-option>
<el-option label="公司" value="1"></el-option>
<el-option label="公司" v-if="orgType!=2" value="1"></el-option>
<el-option label="楼盘" value="2"></el-option>
</el-select>
<!-- -->
@@ -380,11 +380,11 @@ export default {
tableData: [],
secondTab: {},
thirdTab: {},
selValue: localStorage.getItem('orgType')==0?'0':'1',
selValue: localStorage.getItem('orgType')==0?'0':localStorage.getItem('orgType')==1?'1':'2',
checked: false,
selectTime1: "", //对比时间
selectTime: "", //对比时间
choicValue: localStorage.getItem("houseId"),
choicValue: '',
orgType:localStorage.getItem('orgType'),
houseList: [],
secindex: "receptionCount",


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

@@ -106,7 +106,7 @@

<el-input
class="div-inp"
maxlength="8"
maxlength="30"
clearable
v-model="searchForm.agentName"
placeholder="请输入内容"
@@ -119,7 +119,7 @@
class="div-inp"
v-model="searchForm.corporateName"
placeholder="请输入内容"
maxlength="8"
maxlength="30"
clearable
></el-input>
</div>
@@ -130,7 +130,7 @@
class="div-inp"
v-model="searchForm.propertyName"
placeholder="请输入内容"
maxlength="8"
maxlength="30"
clearable
></el-input>
</div>


Loading…
Cancel
Save