| @@ -674,7 +674,8 @@ export default { | |||||
| this.optionsoperationStaff=[]; | this.optionsoperationStaff=[]; | ||||
| if(idx==1){ | if(idx==1){ | ||||
| this.$api.http.getAllOperationsStaffByAgent({ | this.$api.http.getAllOperationsStaffByAgent({ | ||||
| orgCode:row.orgCode | |||||
| orgCode:row.orgCode, | |||||
| agentId:localStorage.getItem('agentId') | |||||
| }).then((res) => { | }).then((res) => { | ||||
| this.optionsoperationStaff= res.data | this.optionsoperationStaff= res.data | ||||
| this.operaVisible=true | this.operaVisible=true | ||||
| @@ -105,6 +105,11 @@ | |||||
| </el-table-column> | </el-table-column> | ||||
| <el-table-column prop="closeTime" label="离线时间" align="center"> | <el-table-column prop="closeTime" label="离线时间" align="center"> | ||||
| </el-table-column> | </el-table-column> | ||||
| <el-table-column prop="offlineTime" label="离线时长" align="center"> | |||||
| <template slot-scope="{row}"> | |||||
| {{row.offlineTime||'--'}} | |||||
| </template> | |||||
| </el-table-column> | |||||
| <el-table-column prop="offStatusName" label="离线原因" align="center"> | <el-table-column prop="offStatusName" label="离线原因" align="center"> | ||||
| </el-table-column> | </el-table-column> | ||||
| </el-table> | </el-table> | ||||
| @@ -381,7 +386,7 @@ export default { | |||||
| }, | }, | ||||
| screening() { | screening() { | ||||
| this.page.pageNum = 1; | this.page.pageNum = 1; | ||||
| this.page.pageSize = 6; | |||||
| // this.page.pageSize = 6; | |||||
| this.getTableList(); | this.getTableList(); | ||||
| }, | }, | ||||
| goinfo(row) { | goinfo(row) { | ||||
| @@ -394,7 +399,7 @@ export default { | |||||
| empty() { | empty() { | ||||
| this.page = { | this.page = { | ||||
| pageNum: 1, | pageNum: 1, | ||||
| pageSize: 6, | |||||
| pageSize: 10, | |||||
| openTime: "", | openTime: "", | ||||
| closeTime: "", | closeTime: "", | ||||
| // houseName: this.houseList[0].id, | // houseName: this.houseList[0].id, | ||||
| @@ -341,11 +341,11 @@ export default { | |||||
| options5: [ | options5: [ | ||||
| { | { | ||||
| value: "1", | value: "1", | ||||
| label: "已标注", | |||||
| label: "已标记", | |||||
| }, | }, | ||||
| { | { | ||||
| value: "0", | value: "0", | ||||
| label: "未标注", | |||||
| label: "未标记", | |||||
| }, | }, | ||||
| ], | ], | ||||
| currentPage: 1, | currentPage: 1, | ||||
| @@ -341,6 +341,9 @@ export default { | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| valuechange() { | valuechange() { | ||||
| this.dateType = 4; | |||||
| this.cardindex=1 | |||||
| this.secindex=1 | |||||
| // console.log(this.choicValue); | // console.log(this.choicValue); | ||||
| this.dataOverViewWithSystem(); | this.dataOverViewWithSystem(); | ||||
| this.dataOverviewWithSystemWithDay(); | this.dataOverviewWithSystemWithDay(); | ||||
| @@ -350,6 +353,8 @@ export default { | |||||
| selChange() { | selChange() { | ||||
| this.choicValue = ""; | this.choicValue = ""; | ||||
| this.dateType = 4; | this.dateType = 4; | ||||
| this.cardindex=1 | |||||
| this.secindex=1 | |||||
| this.getList(); | this.getList(); | ||||
| }, | }, | ||||
| // 获取下拉框数据 | // 获取下拉框数据 | ||||
| @@ -314,6 +314,9 @@ export default { | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| valuechange() { | valuechange() { | ||||
| this.dateType = 4; | |||||
| this.cardindex=1 | |||||
| this.secindex=1 | |||||
| // console.log(this.choicValue); | // console.log(this.choicValue); | ||||
| this.dataOverViewWithSystem(); | this.dataOverViewWithSystem(); | ||||
| this.dataOverviewWithSystemWithDay(); | this.dataOverviewWithSystemWithDay(); | ||||
| @@ -323,6 +326,8 @@ export default { | |||||
| selChange() { | selChange() { | ||||
| this.choicValue = ""; | this.choicValue = ""; | ||||
| this.dateType = 4; | this.dateType = 4; | ||||
| this.cardindex=1 | |||||
| this.secindex=1 | |||||
| this.getList(); | this.getList(); | ||||
| }, | }, | ||||
| // 获取下拉框数据 | // 获取下拉框数据 | ||||
| @@ -339,6 +339,9 @@ export default { | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| valuechange() { | valuechange() { | ||||
| this.dateType = 4; | |||||
| this.cardindex=1 | |||||
| this.secindex=1 | |||||
| // console.log(this.choicValue); | // console.log(this.choicValue); | ||||
| this.dataOverViewWithSystem(); | this.dataOverViewWithSystem(); | ||||
| this.dataOverviewWithSystemWithDay(); | this.dataOverviewWithSystemWithDay(); | ||||
| @@ -348,6 +351,8 @@ export default { | |||||
| selChange() { | selChange() { | ||||
| this.choicValue = ""; | this.choicValue = ""; | ||||
| this.dateType = 4; | this.dateType = 4; | ||||
| this.cardindex=1 | |||||
| this.secindex=1 | |||||
| this.getList(); | this.getList(); | ||||
| }, | }, | ||||
| // 获取下拉框数据 | // 获取下拉框数据 | ||||