Browse Source

init

newStyle
lancer 2 years ago
parent
commit
fc5ab434be
6 changed files with 26 additions and 5 deletions
  1. +2
    -1
      src/views/Customer/Companymanagement.vue
  2. +7
    -2
      src/views/Equipment/equipmentOnlineRecordList.vue
  3. +2
    -2
      src/views/ReceivingRecords/index.vue
  4. +5
    -0
      src/views/Statistics/dataScreeAge.vue
  5. +5
    -0
      src/views/Statistics/dataScreeOrg.vue
  6. +5
    -0
      src/views/Statistics/dataScreeSys.vue

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

@@ -674,7 +674,8 @@ export default {
this.optionsoperationStaff=[];
if(idx==1){
this.$api.http.getAllOperationsStaffByAgent({
orgCode:row.orgCode
orgCode:row.orgCode,
agentId:localStorage.getItem('agentId')
}).then((res) => {
this.optionsoperationStaff= res.data
this.operaVisible=true


+ 7
- 2
src/views/Equipment/equipmentOnlineRecordList.vue View File

@@ -105,6 +105,11 @@
</el-table-column>
<el-table-column prop="closeTime" label="离线时间" align="center">
</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>
</el-table>
@@ -381,7 +386,7 @@ export default {
},
screening() {
this.page.pageNum = 1;
this.page.pageSize = 6;
// this.page.pageSize = 6;
this.getTableList();
},
goinfo(row) {
@@ -394,7 +399,7 @@ export default {
empty() {
this.page = {
pageNum: 1,
pageSize: 6,
pageSize: 10,
openTime: "",
closeTime: "",
// houseName: this.houseList[0].id,


+ 2
- 2
src/views/ReceivingRecords/index.vue View File

@@ -341,11 +341,11 @@ export default {
options5: [
{
value: "1",
label: "已标",
label: "已标",
},
{
value: "0",
label: "未标",
label: "未标",
},
],
currentPage: 1,


+ 5
- 0
src/views/Statistics/dataScreeAge.vue View File

@@ -341,6 +341,9 @@ export default {
},
methods: {
valuechange() {
this.dateType = 4;
this.cardindex=1
this.secindex=1
// console.log(this.choicValue);
this.dataOverViewWithSystem();
this.dataOverviewWithSystemWithDay();
@@ -350,6 +353,8 @@ export default {
selChange() {
this.choicValue = "";
this.dateType = 4;
this.cardindex=1
this.secindex=1
this.getList();
},
// 获取下拉框数据


+ 5
- 0
src/views/Statistics/dataScreeOrg.vue View File

@@ -314,6 +314,9 @@ export default {
},
methods: {
valuechange() {
this.dateType = 4;
this.cardindex=1
this.secindex=1
// console.log(this.choicValue);
this.dataOverViewWithSystem();
this.dataOverviewWithSystemWithDay();
@@ -323,6 +326,8 @@ export default {
selChange() {
this.choicValue = "";
this.dateType = 4;
this.cardindex=1
this.secindex=1
this.getList();
},
// 获取下拉框数据


+ 5
- 0
src/views/Statistics/dataScreeSys.vue View File

@@ -339,6 +339,9 @@ export default {
},
methods: {
valuechange() {
this.dateType = 4;
this.cardindex=1
this.secindex=1
// console.log(this.choicValue);
this.dataOverViewWithSystem();
this.dataOverviewWithSystemWithDay();
@@ -348,6 +351,8 @@ export default {
selChange() {
this.choicValue = "";
this.dateType = 4;
this.cardindex=1
this.secindex=1
this.getList();
},
// 获取下拉框数据


Loading…
Cancel
Save