| @@ -10,7 +10,7 @@ | |||||
| </div> --> | </div> --> | ||||
| <div class="label">公司名称:</div> | <div class="label">公司名称:</div> | ||||
| <div> | <div> | ||||
| <el-input maxlength="10" clearable v-model="name"></el-input> | |||||
| <el-input maxlength="30" clearable v-model="name"></el-input> | |||||
| </div> | </div> | ||||
| <div v-if="orgType==0" class="label">运营人员:</div> | <div v-if="orgType==0" class="label">运营人员:</div> | ||||
| <div v-if="orgType==0"> | <div v-if="orgType==0"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| </div> --> | </div> --> | ||||
| <div class="label">公司名称:</div> | <div class="label">公司名称:</div> | ||||
| <div> | <div> | ||||
| <el-input maxlength="10" clearable v-model="name"></el-input> | |||||
| <el-input maxlength="30" clearable v-model="name"></el-input> | |||||
| </div> | </div> | ||||
| <div v-if="orgType==0" class="label">运营人员:</div> | <div v-if="orgType==0" class="label">运营人员:</div> | ||||
| <div v-if="orgType==0"> | <div v-if="orgType==0"> | ||||
| @@ -395,7 +395,7 @@ | |||||
| v-if="orgType == 0 && equ_index_bind&&row.receiveType!=2" | v-if="orgType == 0 && equ_index_bind&&row.receiveType!=2" | ||||
| >绑定</el-dropdown-item | >绑定</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 command="toinifodelete" v-if="equ_index_del&&row.receiveType!=2" | ||||
| >删除</el-dropdown-item | >删除</el-dropdown-item | ||||
| > | > | ||||
| @@ -461,6 +461,7 @@ export default { | |||||
| this.houseTable() | this.houseTable() | ||||
| }, | }, | ||||
| confirmtime(){ | confirmtime(){ | ||||
| this.TimetoAhoose=7 | |||||
| this.statDateStart=this.customtime[0]; | this.statDateStart=this.customtime[0]; | ||||
| this.statDateEnd=this.customtime[1]; | this.statDateEnd=this.customtime[1]; | ||||
| this.page=1; | this.page=1; | ||||
| @@ -17,7 +17,7 @@ | |||||
| > | > | ||||
| </el-option> --> | </el-option> --> | ||||
| <el-option label="代理商" v-if="orgType==0" value="0"></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-option label="楼盘" value="2"></el-option> | ||||
| </el-select> | </el-select> | ||||
| <!-- --> | <!-- --> | ||||
| @@ -380,11 +380,11 @@ export default { | |||||
| tableData: [], | tableData: [], | ||||
| secondTab: {}, | secondTab: {}, | ||||
| thirdTab: {}, | thirdTab: {}, | ||||
| selValue: localStorage.getItem('orgType')==0?'0':'1', | |||||
| selValue: localStorage.getItem('orgType')==0?'0':localStorage.getItem('orgType')==1?'1':'2', | |||||
| checked: false, | checked: false, | ||||
| selectTime1: "", //对比时间 | selectTime1: "", //对比时间 | ||||
| selectTime: "", //对比时间 | selectTime: "", //对比时间 | ||||
| choicValue: localStorage.getItem("houseId"), | |||||
| choicValue: '', | |||||
| orgType:localStorage.getItem('orgType'), | orgType:localStorage.getItem('orgType'), | ||||
| houseList: [], | houseList: [], | ||||
| secindex: "receptionCount", | secindex: "receptionCount", | ||||
| @@ -106,7 +106,7 @@ | |||||
| <el-input | <el-input | ||||
| class="div-inp" | class="div-inp" | ||||
| maxlength="8" | |||||
| maxlength="30" | |||||
| clearable | clearable | ||||
| v-model="searchForm.agentName" | v-model="searchForm.agentName" | ||||
| placeholder="请输入内容" | placeholder="请输入内容" | ||||
| @@ -119,7 +119,7 @@ | |||||
| class="div-inp" | class="div-inp" | ||||
| v-model="searchForm.corporateName" | v-model="searchForm.corporateName" | ||||
| placeholder="请输入内容" | placeholder="请输入内容" | ||||
| maxlength="8" | |||||
| maxlength="30" | |||||
| clearable | clearable | ||||
| ></el-input> | ></el-input> | ||||
| </div> | </div> | ||||
| @@ -130,7 +130,7 @@ | |||||
| class="div-inp" | class="div-inp" | ||||
| v-model="searchForm.propertyName" | v-model="searchForm.propertyName" | ||||
| placeholder="请输入内容" | placeholder="请输入内容" | ||||
| maxlength="8" | |||||
| maxlength="30" | |||||
| clearable | clearable | ||||
| ></el-input> | ></el-input> | ||||
| </div> | </div> | ||||